
/*---------------------------------LAYOUT --------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5E5E5E;
}

body{
	background-color:#121212;
}


#wrap{
	width:800px;
	margin: 20px auto;
	background-color:#FFFFFF;
}

#Header{
	width:800px;
	height:12px;
	background: url(../images/top.jpg) no-repeat;
}

#HeaderBackground{
	width:800px;
	height:470px;
	background: url(../images/background.jpg) no-repeat;
}


h1 a{
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	width:373px;
	height:68px;
	margin-left:11px;
	_margin-left:20px;
	background:url(../images/logo_top.jpg) no-repeat;
}



#layer{
	display:block;
	width:380px;
	height:230px;
	margin-top:137px;
	margin-left:40px;
	background-color:transparent;
}


#HeaderBackground #layer p{
	padding:25px;
	display:block;
	background-color:transparent;	
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	font-weight:normal;
	font-size:31px;
	color:#FFFFFF;
	background-color:transparent;
	
}

#HeaderBackground #layer p.left{
	margin-top:-40px;
	margin-left:10px;
	font-size:28px;
	float:right;
}




#TopMenu{
	margin-top:-13px;
	margin-left:15px;
	height:53px;
	background: url(../images/background_menu.jpg) no-repeat;
}

#TopMenu li{
	display:inline;
}


#TopMenu li a{
	margin-top:13px;
	margin-left:45px;
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	font-size:23px;
	float:left;
	color:#FFFFFF;
	background-color:transparent;
}

#TopMenu li a:hover {
	margin-top:13px;
	margin-left:45px;
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	font-size:23px;
	float:left;
	color:#FFFFFF;
	background-color:transparent;
}

#RightHeadline li a{
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	font-size:11px;
	font-weight:bold;	
	color:#666666;	
}


#MainContent{
	background-color:#FFFFFF;
	display:block;
	width:800px;
	height:285px;
}


#RightHeadline{
	margin-top:55px;
	width:255px;
	float:left;
}



#SmallLinks{
	margin-top:40px;
}

#LeftHeadline{
	margin-left:29px;
	margin-top:55px;
	width:420px;
	height:200px;
	float:left;
	
}


#SubPageHead{
	margin-left:29px;
	_margin-left:15px;				
	margin-top:55px;
	margin-bottom:15px;
	width:420px;
	float:left;	
}

#SubPageBody{
	clear:both;
	margin-left:29px;
	width:660px;
}


#SubPageBody h3, #SubPageBody p{
	margin-top:13px;
}

#SubPageBody p.nospace{
	margin-top:2px;
}



/*space between the 2 Headlines*/
div#RightHeadline, div#LeftHeadline {
	margin-right:48px;
	_margin-right:20px;
	_margin-left:20px;	
	
}


#MainContent #LeftHeadline .ContentText{ 
	margin-left:160px;
}

.ContentPicture{
	float:left;
	width:auto;	
}


.title{
	font-family:"Trebuchet MS", Verdana, "Times New Roman";
	font-size:23px;
	color:#FF0033;
	border-bottom:1px solid;
}


.visit{
	margin-top:40px; 
	margin-bottom:15px;
}

.HeadLine{
	margin-top:25px;
}

.SmallLinkLeft{
	float:left; 
	margin-right:30px;
}

.PictureSpacing{
	margin-top:10px;
}

#Footer{
	background: url(../images/bottom.jpg) no-repeat;
	height:12px;
	clear:both;
	background-color:#121212;
}
