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

body{
     background-color:#000;
	 font:.9em/1.3em Thoma, Verdana, Arial, Helvetica, sans-serif;
	 color:#FFFFFF;
	 text-align:center;
	 background-image:url(img/background.jpg);
	 background-repeat:repeat-x;
	 
	 }
a:link{
	
	color:#fff;
	
	}
a:visited{
	
	color:#fff;
	}
a:hover{
	color:#FF0000;
}
/* ====== Container ======= */
#container{
     width:955px;
	 margin:0px auto;
	 padding:0px;
	 text-align:left;
	 }


/* ======= Header ====== */
#header {
	width:955px;
	height:330px;
	background-image:url(img/title.jpg);
}
#header h1{
	
	font-size:1.2em;
	color:#FFFFFF;
	}
#header h2{
	
	font-size:0.9em;
	color:#FFFFFF;
	}
#header .titel{
    float:left;
    width:210px;
	height:50px;
	margin-top:200px;
	/*padding:200px 0px 0px 100px;*/

}
#header .titelimages{
   float:left;
   height:311px;
   width:311px;
   margin:5px 10px 0px 420px;
}
* html #header .titelimages{
   float:left;
   height:311px;
   width:311px;
   margin:5px 10px 0px 320px;
}
#header .titelimages img{
   height:311px;
   width:311px;
   
}

/*===== Content ====== */
#content{
	width:955px;
	height:auto;
	overflow:auto;
}
#content #maincontent{
	float:left;
}
#content .mainimages{
	width:640px;
	height:auto;
	overflow:auto;
	
	padding:5px;
}

#content .mainimages img{
	float:left;
	margin:4px;
	border:1px #fff solid;
}
#content .bigbanner{
	clear:both;
	width:630px;
	height:150px;
	margin:10px 0px 10px 9px;
	text-align:center;
}
#content .textlink{
	width:630px;
	height:30px;
	margin:10px 0px 10px 10px;
	text-align:center;
	font-size:2.0em;
}
#content .videobanner{
	width:630px;
	margin:10px 10px 10px 10px;
}
#content .videobanner .flashbanner{
	float:left;
	margin:0px 10px 0px 0px;
}
#content .videobanner a{
	font-size:1.2em;
	line-height:1.5em;
	
}

/*====== Leftside ======= */
#leftside {
	float:left;
	width:300px;
	padding-top:10px;	
}
#leftside .emailform{
	width:300px;
	height:130px;
	background-color:#999999;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	border:1px #fff solid;
}
#leftside .emailform h2{
	background:#900202;
	color:#fff;
	font-size:1.0em;
	text-align:center;
	margin-bottom:5px;
}
#leftside .emailform .emailtext{
	border:#900202 1px solid;
	width:180px;
	padding:2px;
	margin:0px 0px 0px 10px;
}
#leftside .emailform .submitbutton{
	background-image:url(img/submitbutton.jpg);
	width:80px;
	height:22px;
	cursor:pointer;
}
#leftside .topsites{
	width:300px;
	background:#FFF;
	height:auto;
	overflow:auto;
	border:1px #fff solid;
	padding-bottom:10px;
}
#leftside .topsites h2{
	background:#900202;
	color:#fff;
	font-size:1.0em;
	text-align:center;
	margin-bottom:5px;
}
#leftside .toppartner{
	float:left;
	background-color:#999999;
	color:#000;
	padding:10px;
	margin:5px 3px 0px 3px;
	border:1px #fff solid;
}
* html #leftside .toppartner{
	float:left;
	background-color:#999999;
	color:#000;
	padding:10px;
	margin:5px 2px 0px 2px;
	border:1px #fff solid;
}
#leftside .toppartner img{
	border:#900202 1px solid;
}

/*====== Footer ====*/
#footer{
	width:955px;
	height:30px;
	text-align:right;
	margin:10px 0px 10px 0px;
	font-size:0.6em;
}


