/* CSS Document */

/*----------Allgemeine Einstellungen----------*/

*
{
	padding:0;
	margin:0;
} 

body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #CCCCCC;
}

p
{
	margin: 1em 0;
} 	

a.anker
{
	float: left;
	text-decoration: none;
	color: #fff;
}



h2
{
	font-size: 22px;
}

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

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

a:hover 
{
	color: #000000;
	text-decoration:underline;
}

a:active 
{
	color: #000000;
	text-decoration: none;
}


/*----------Header-----------------------------*/

#header
{
	height: 117px;
	line-height: 112px;
	font-size: 18px;
	color: #FDEB1B;
	padding-left: 110px;
	background-color: #00368C;
	background-image: url(images/seite/logo.jpg);
	background-repeat: no-repeat;
	font-family: Arial;
}

#header span
{
	font-weight: normal;
	color: #000;
}


/*----------Navigation-------------------------*/

#alles
{
	width:800px;
	border: 2px solid #00368C;
	margin: 20px auto 0px auto;
	background:#5398C9;
}

ul#navigation
{
	float: left;
	margin: 55px 0 55px 15px;
	width: 150px;
	list-style: none;
	border-top: 1px solid #000;
	background-color: #5398C9;
	font-family: Arial;
	font-size: 14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}

ul#navigation li
{
	text-align: center;
}

ul#navigation li a
{
	display: block;
	height: 27px;
	width: 150px;
	line-height: 27px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #000;

}

ul#navigation li a:hover
{
	color: #FDEB1B;
	background-color: #00368C;
}



/*----------Inhalt----------*/

#content
{
	padding: 10px;
	margin: 40px 25px 30px 185px;
	color: #000000;
	border: 1px solid #000000;
	background: #9CD6FF;


}



/*----------Footer------------*/

#footer
{
	height: 40px;
	line-height: 40px;
	background: #00368C;
	color: #FDEB1B;
	text-align: right;
	clear:both;
}

/*----------Schrift------------*/

#headline1
{
	color:#FFFF00;
	font-size: 16px;
	background-color: #00368C;
	padding:5px;
	font-family: Arial;
}

#headline2
{
	color:#FFFF00;
	font-size: 14px;
	background-color: #00368C;
	padding:3px;
	font-family: Arial;
}