/* CSS Document */
body {
	background-color: #c0c0c0;
	margin: 10px 0px 10px 0px;
}

td,tr,p,div {
	font-family      : Verdana, Arial, Helvetica, sans-serif;
	font-size        : 11px;
	color            : #333333;
}

#page {
	border: 1px solid #959596;
	width:900px;
}

.header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height: 176px;
	}

h1 {padding-left: 340px; padding-top:15px; }	
h2 {padding-left: 320px; }

#contentbackg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}

.menue {
/*	background-image: url(../images/menue.jpg);
	background-repeat: no-repeat; */
}

.menue a, a:visited {
	color: #ff6600;
}

.menue a:hover {
	color:#333333;
}

.title {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color : #000000;
	margin-left: 10px;
	
}

a:link, a:visited {
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;

	
}

.nav1 {
	background-image:url(images/navi.jpg);
	height:47px;
	background-repeat: repeat-x;
	}
	
.nav2 {
	background-image:url(images/navi2.jpg);
	height:17px;
	background-repeat: repeat-x;
	}

.navi {
	text-transform:uppercase;
	height:47px;
}

.navi a:active, .navi a:link, .navi a:visited {
	color:#FFFFFF;
}

.navi a:hover {
	color:#ff6600;
}

.sender {
	background-image: url(../images/polaroid.gif);
	height:168px;
	width:162px;
}

.sender_kasten {
	height:50px;
	width:157px;
	}

.sender_detail {
	background-image:url(images/polaroid_long.gif);
	width:405px;
	height:408px;
}	

.mitte_oben {
	background-image:url(../images/mitte_oben.png);
	height:34px;
	background-repeat:repeat-x;
}

.mitte_rechts {
	background-image:url(../images/mitte_rechts.png);
	background-repeat:repeat-y;
	}
	
.mitte_unten {
	background-image:url(../images/mitte_unten.png);
	background-repeat:repeat-x;
	height:34px;
	}

.mitte_links {
	background-image:url(images/mitte_links.png);	
	background-repeat:repeat-y;
	}

.footer {
	text-align:center;
	}
		
.footer a:link, .footer a:visited, .footer a:active {
	color:#FFFFFF;
	}
