/* ############# Allgemein #############*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background-color: #DCE4EA;
	background-image: url(../bilder/d_blau.gif);
	background-repeat: repeat-y;
	background-position:0px 0px;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	

}

img { 
	border: none;
 }
 
h1 {
	display: inline;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0;
}


.abstand_links {
	margin-left: 12px;
}

.abstand_rechts {
	margin-right: 12px;
}

.abstand {
	margin-left: 12px;
	margin-right: 12px;
}

/* ############## Inhalt #############*/

div#logo_start {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	height: 130px;
	background-image: url(../bilder/eingang/bg_o.jpg);
	background-repeat: repeat-x;

}


div#navigation_start  {

	margin-top: 80px;
	margin-left: 250px;
	height: 260px;
	color: #BFD0DD;
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;

}

div#logo {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	height: 75px;
	background-image: url(../bilder/bg_oben.jpg);
	background-repeat: repeat-x;

}

div#navigation {

	float: left;
	margin-top: 60px;
	width: 200px;
	padding-left: 20px;
	font-size: 0.75em;
	font-weight: bold;

}


div#inhalt  {

	margin-top: 85px;
	margin-left: 280px;
	color:  #064369;
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size: 0.75em;
	line-height: 180%;
	width: 65%;

}

.webdesign  {
	float: left;
	width: 800px;
	margin-top: 70px;

}
.grafik  {
	float: left;
	width: 800px;
	margin-top: 70px;

}

.links  {
	float: left;
	width: 239px;



}
.rechts  {
	float: right;
	width: 520px;



}

div#grafik  {

	width: 90%;
	margin-top: 45px;
	margin-bottom: 57px;
}

div#grafik p {
	margin-left: 300px;
}


div#footer {

	float: left;
	margin-top: 60px;
	margin-left: 0;
	height: 50px;
	text-align: left;
	font-size: 0.6em;
	color:  #86A4B7;


}

div#footereins {

	float: left;
	width: 200px;
	padding-left: 20px;


}

div#footerzwei {

	margin-left: 280px;



}




/* ############## Hauptnavigation #############*/

 ul  {
	list-style-type: square;
	line-height: 300%;
	color: #BFD0DD;
	margin-left: 0;
	padding-left: 55px;


}

 .menuepunkt {
	list-style-type: square;
	line-height: 300%;
	color: #CCA906;
	margin-left: 0;
}

 .untermenuepunkt {

	list-style-type:none; 
	margin-top: -13px;
}


a:link {
	
        text-decoration: none; 
		color: #BFD0DD;

}


a:visited {

		color: #BFD0DD;
		text-decoration: none; 
}


a:hover {
 
		color: #CCA906;
		text-decoration: none;
 
}


a:active {
	
		color: #CCA906;
		text-decoration: none;
}




/* ################# Links im Hauptinhalt / Haupttext #############*/

#inhalt a:link {
	
        text-decoration: none; 
		color: #6692B3;

}

#inhalt a:visited {
	
        text-decoration: none; 
		color: #6692B3;

}
#inhalt a:hover {
	
        text-decoration: none; 
		color: #0E3D5A;

}

#inhalt a:active {
	
        text-decoration: none; 
		color: #0E3D5A;

}

