/* CSS Document */

body {
	background-color:#FFFFFF;
	border:none;
	margin:0px;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.Mainbody	{
	width:935px;
	background-image:url(../gfx/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

.header {
	width:935px;
	height:120px;
}

.main {
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}	
.menue {
	float:left;
}

.menue_header {
	background-image:url(../gfx/menue_head.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width:154px;
	color:#FFFFFF;
}

.menue_content_box {
	width:152px;
	 border-left-width:1px;
  	 border-left-style:solid;
     border-left-color:#0000CC;
	 border-right-width:1px;
  	 border-right-style:solid;
	 border-right-color:#0000CC;
	 border-bottom-width:1px;
	 border-bottom-style:solid;
	 border-bottom-color:#0000CC;	
}

.menue_content {
	color:#000099;
	width:142px;
	margin-left:5px;
	margin-right:5px;
}	
.menue_content_kontakt {
	color:#000099;
	width:142px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}	

.artikel_header {
	margin-left:180px;
	background-image:url(../gfx/content_head.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
}
.artikel_content_box {
	 width:659px;
	 margin-left:180px;
	 border-left-width:1px;
  	 border-left-style:solid;
     border-left-color:#0000CC;
	 border-right-width:1px;
  	 border-right-style:solid;
	 border-right-color:#0000CC;
	 border-bottom-width:1px;
	 border-bottom-style:solid;
	 border-bottom-color:#0000CC;	
	 color:#000099;
}
.artikel_content {
	color:#000099;
	margin-left:15px;
	margin-right:15px;
}

.w3c {
	 width:659px;
	 margin-left:180px;
}

.clearing {
	clear:both;
}

.footer {
	text-align:center;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	color:#000099;
}	

a:link { 
	text-decoration:none;  
	color:#000099;
}

a:visited { 
	text-decoration:none; 
	color:#000099; 
}

a:hover { 
	text-decoration:none;
	font-weight:bold;  
	color:#e00000;
}

a:active { 
	text-decoration:none; 
	font-weight:bold; 
	color:#800000; 
}
a:focus { 
	text-decoration:none; 
	font-weight:bold; 
	color:#000099; 
}


