/* Global 
----------------------------------------------- */

body {
	font-family: "Trebuchet MS";
	background-color:#9bc7eb;
	text-align:left;
	padding:0px;
	margin:0px;
}

img {
	border: 0px;
	float:left;
}

p {
	font-size: 12px;
	padding: 10px;
	margin: 0px;
	float:left;
}

ul {
	list-style-image: url(/images/img_auflistung.gif);
	padding: 0px 20px 0px 80px;
	margin: 30px 0px 5px 0px;
	float: left;
}

li {
	padding-bottom: 5px;
	font-size: 18px;
	color: #3C3B3B;
}

/* Container 
----------------------------------------------- */

#container {
	position: relative;
	text-align: left;
	
	width: 975px;
	top: -20px;
}
 
/* Content 
----------------------------------------------- */  
   
#content {
	background-image: url(/images/img_hintergrund_inhalt.gif);
	
	
	
	background-repeat: repeat-y;
	position: absolute;
	min-height: 600px;
	width: 975px;
	top: 203px;
}

/* Menu 
----------------------------------------------- */

#menu {
	background-image: url(/images/img_hintergrund_menu.jpg);
	background-repeat: no-repeat;
	background-color: #C8C8D8;
	position: absolute;
	height: 203px;
	width: 975px;
	top: 0px;
}

/* Buttons 
----------------------------------------------- */

#buttons {
	position: absolute;
	text-align: right;
	font-size: 11px;
	width: 350px;
	height: 20px;
	right: 40px;
	top: 20px;
}

/* Navi 
----------------------------------------------- */

#navi {
	position: absolute;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	width: 900px;
	height: 25px;
	top: 177px;
	left: 50px;
   }

/* Headlines 
----------------------------------------------- */

h1,h2,h3 {
	background-image: url(/images/img_hintergrund_ueberschrift.gif);
	background-repeat: no-repeat;
	padding: 12px 0px 0px 43px;
	margin: 10px 0px 0px 20px;
	font-weight: lighter;
	font-size: 20px;
	color: #FFFFFF;
	width: 880px;
	height: 30px;
	float: left;
}

/* Box 
----------------------------------------------- */

.box {
	background-image: url(/images/img_hintergrund_box.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 32px;
	min-height: 100px;
	width: 910px;
	padding: 0px;
	float:left;
}

.box p {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	font-size: 12px;
	float:left;
}

#infobox {
	padding: 20px 20px 20px 20px;
	margin: 10px 40px 0px 0px;
	text-align: justify;
	font-size: 14px;
	width: 450px;
	float:right;
}

.tbl_info {
	border: 1px solid #D1D1D1;
	text-align: center;
	margin-left: 15px;
	font-size: 12px;
	width: 880px;
	float: left;
}

.tbl_info td {
	border-top: 1px solid #D1D1D1;
}

.td_info {
	background-image: url(/images/img_hintergrund_box.gif);
	background-repeat: repeat-x;
	padding:4px;
	text-align: center;
	font-size: 12px;
}

td {
	padding:4px;
}

.partnerlogo {
	border: 1px solid #D1D1D1;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

.partnertest {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.partnerlogo_left {
	border: 1px solid #D1D1D1;
	margin-bottom: 5px;
	margin-top: 5px; 
	float: none; 
}

/* Links 
----------------------------------------------- */

a:link {
	text-decoration: underline;
	color: #3C3B3B; 
}

a:visited {
	text-decoration: underline;
	color: #3C3B3B; 
}

a:active {
	text-decoration: none;
	color: #3C3B3B; 
}

a:hover {
	text-decoration: none;
	color: #3C3B3B; 
}

/* Footer 
----------------------------------------------- */

#footer {
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 10px;	
 	width: 980px;
	float: left;
}

#footer a {
	text-decoration: none;
	color: #999999; 
}

#footer a:hover {
	text-decoration: none;
	color: #999999; 
}
