@charset "UTF-8";
/* CSS Document */


/*************************************
			GENERAL STYLES
*************************************/

html{
	background:url(../img/bgpat2.png);
}

body{
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

a{
	text-decoration:none;
	color:#000;
	font-size: 18px;
	text-align: left;
}

h1{
	font-size:14px;
}

.fl{float:left;}
.fr{float:right;}
.cl{clear:left;}
.cr{clear:right;}
.cb{clear:both;}


.centerContainer{
	width:1150px;
	margin: 10px auto 0 auto;
	margin-left: 50px;
	margin-bottom: 30px;
}

.colHeading{
	font-weight:bold;
	text-align:center;
	padding: 10px 0 0 0;
}

.colHeadingLower{
	text-align:center;
	padding:4px 0 0 0;
}

.colSpan{
	text-align:center;
}

/*************************************
		  STRUCTURE STYLES
*************************************/



div#contentWrapper{
	width:900px;
	height:550px;
	margin: 10px auto 0 auto;
	border: 1px solid #cccccc;
	background: #FFF url(../img/bg.png) no-repeat bottom right;
	border-radius:5px;
	padding: 4px;
	font-size: 18px;
}

ul#navigation{
	padding:15px 0 0 20px;
}

ul#navigation li{
	display:inline;
	padding-right:20px;
	margin-left:40px;
}

div#textWrapper{
	width:500px;
	margin:50px 0 0 40px;
}

div#textWrapper h1{
	margin-bottom:10px;
	font-weight:bold;
}

div#textWrapper p{
	line-height:16px;
	text-align:left;
}

div#rightCol{
	width:250px;
	height:320px;
	margin:20px 20px 0 20px;
	border:1px solid #cccccc;
	float: right;
}

div#rightCol h2{
	margin:20px 0 0 20px;
	font-weight:bold;
}

ul#bestList{
	margin:20px 0 0 20px;
}

div.oneThirdCol_first{
	width:270px;
	height:200px;
	background:#ffffff;
	float:left;
	opacity:0.8;
	border:1px solid #000;
	margin:20px 15px 0 20px;
}

div.oneThirdCol_middle{
	width:270px;
	height:200px;
	background:#ffffff;
	float:left;
	opacity:0.8;
	border:1px solid #000;
	margin:20px 15px 0 8px;
}


div.oneThirdCol_last{
	width:270px;
	height:200px;
	background:#ffffff;
	float:right;
	opacity:0.8;
	border:1px solid #000;
	margin:20px 20px 0 0;
}


div#footerSection{
	float:left;
	height: 80px;

}
.auswahlblock {
	text-align: center;
	height: 200px;
	width: 270px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	position: static;
	float: right;
	vertical-align: top;
}
.text {
	font-size: 19px;
	text-align: left;
	height: 250px;
	width: 500px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	float: inherit;
}
.agb {
	width:900px;
	height:auto;
	margin: 10px auto 0 auto;
	background-color:#FFF;
	border: 1px solid #cccccc;
	border-radius:5px;
	padding: 4px;
}
