/* ======= Algemeine Definitionen ===================*/
* {
     margin:0 auto;
     padding:0;
     border:0
}

body{
     background-color:#010e30;
	 font:.9em/1.3em Arial, Verdana, Geneva, Helvetica, sans-serif;
	 color:#FFF;
	 text-align:center;
	 
	 }
a{
	text-decoration:none;
	color:#fff;
}
h1{
	font-size:2.1em;
	font-weight:100;
	font-stretch: narrower;
	letter-spacing:0.0em;
	line-height:1.0em;
}
h2{
	font-size:1.4em;
	font-weight:100;
	font-stretch: narrower;
	letter-spacing:0.0em;
	line-height:1.0em;
}
/* ======== Seiten-Continer ========================*/
#container{
	width:1028px;
	height:auto;
}
/* ======== Header ===============================*/
#header{
	height:209px;
	width:1028px;
	background: url(images/germansextgp_header.jpg) no-repeat top;
	padding-top:25px;
}
#header .bannertop{
	width:468px;
	height:60px;
	border:0px;
	background-color:#fff;
	margin:0px 0px 0px 470px;
}
/* ==========Content Container ==============*/
#content{
	width:1010px;
	height:auto;
}
#content .mainimages{
	clear:both;
	width:1010px;
	height:auto;
	overflow:auto;
	margin:0px 0px 10px 0px;
}
#content .mainimages img{
	float:left;
	margin:2px;
}
#content .banner_300_250{
	float:left;
	height:450px;
	width:330px;
	margin:5px 6px 10px 0px;
}
#content .banner_300_250 .banner_300_250_top{
	width:130px;
	height:22px;
	padding:2px 0px 0px 200px;
	background: url(images/corner_oben.gif) no-repeat left;
	text-align:left;
	font-size:1.3em;
	font-style:italic;
}
#content .banner_300_250 .banner_300_250_in{
	width:310px;
	height:auto;
	padding:10px 10px 0px 10px;
	background-color:#fff;	
}
#content .banner_300_250 .banner_300_250_bottom{
	width:310px;
	height:58px;
	padding:0px 10px 2px 10px;
	background-color:#FFF;
	color:#00052D;
	text-align:left;
	font-size:0.8em;
	font-style:italic;
}
#content .bestfriendsimg{
	clear:both;
	width:1010px;
	height:auto;
	margin:10px 0px 10px 0px;
}
#content .bestfriendsimg .bestfriendsimg_top{
	width:810px;
	height:28px;
	padding:2px 0px 0px 200px;
	background: url(images/bestfriends_corner_oben.gif) no-repeat left;
	text-align:left;
	font-size:1.3em;
	font-style:italic;
}
#content .bestfriendsimg .bestfriendsimg_pics{
	width:1010px;
	height:290px;
	padding:5px 0px 0px 0px;
	background-color:#FFF;
}
#content .bestfriendsimg .bestfriendsimg_pics img{
	float:left;
	margin:2px;
}

#content .texttolist{
	clear:both;
	width:1010px;
	height:auto;
	overflow:auto;
	margin:0px 0px 10px 0px;	
}
#content .texttolist p{
	width:1010px;
	height:30px;
	text-align:center;
	font-size:1.3em;
	font-style:italic;
}
#content .texttolist ul{
	float:left;
	width:190px;
	list-style:none;
	padding:5px;
}
/* ==========Footer ==============*/
#footer {
	clear:both;
	width:1028px;
	padding:230px 0px 0px 0px;
	background: url(images/germansextgp_footer.jpg) no-repeat top;
	text-align:center;
	margin:0px 0px 10px 0px;
}

