body
{
	color: black;
	background-color: #ECECEC;
	font-size: 10px;
	margin: 0;
	padding: 1em 0;
	text-align: center; /* Zentrierung im Internet Explorer */
	font-family: verdana, sans-serif;
}
/* */

div#SeiteVeryLongHeight
{
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 804px;
	height: 1750px;
	padding: 0;
	background: white url(hintergrund.gif) repeat-y;
	border: 2px ridge silver;
}

div#SeiteLang
{
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 804px;
	height: 860px;
	padding: 0;
	background: white url(hintergrund.gif) repeat-y;
	border: 2px ridge silver;
}

div#Seite
{
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 804px;
	height: 736px;
	padding: 0;
	background: white url(hintergrund.gif) repeat-y;
	border: 2px ridge silver;
}


html > body div#Seite
{
	border-color: gray; /* Farbangleichung an den Internet Explorer  */
}

h1
{
	font-size: 1.5em;
	margin: 0;
	padding: 0.3em;
	text-align: center;
	border-bottom: 1px solid silver;
}

ul#Navigation
{
	float: left;
	width: 200px;
	margin: 0 0 1.2em;
	padding: 0;
}

ul#Navigation li
{
	list-style: none;
	margin: 0;
	padding: 1.0em;
	background-color: #F3F6FA;
	border-bottom: 1px solid #CADBE7;
}

ul#Navigation a
{
	display: block;
	padding: 0.2em;
	font-weight: bold;
	padding-left: 15px;
}

ul#Navigation a:link
{
	color: #6691BA;
	text-decoration: none;
	padding-left: 15px;
}

ul#Navigation a:visited
{
	color: #6691BA;
	text-decoration: none;
	padding-left: 15px;
}

ul#Navigation a:hover
{
	color: #E02300; /*color: #6691BA;*/
	text-decoration: none;
	padding-left: 15px;
}

ul#Navigation a:active
{
	color: #6691BA;
	text-decoration: none;
	padding-left: 15px;
}

div#Inhalt
{
	margin: 0 0 1em 220px;
	padding: 0 1em;
	width: 560px;
}
div#Inhalt h2
{
	font-size: 1.2em;
	color: #6691ba;
}
div#Inhalt h2#contentheadline
{
	background-color: #6691BA;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
}
div#Inhalt h3
{
	font-size: 1em;
	margin: 1em 0;
	color: #6691ba;
}
div#Inhalt p
{
	font-size: 1em;
	margin: 1em 0;
	color: #6691ba;
}
div#Inhalt  a, a:active, a:visited
{
	color: #003A72;
}
div#Inhalt  a:hover
{
	color: #E02300;
}
div#Inhalt li
{
	font-size: 1em;
	color: #6691ba;
}

div#Fusszeile
{
	position: absolute;
	top: 731px;	
	background: #00478C;
}
div#Fusszeile p
{
	clear: both;
	font-size: 0.83em;
	margin: 0;
	padding: 0.1em;
	text-align: center;
	/*background-color: #00478C;*/
	border-top: 1px solid silver;
	color: #ffffff;
}
div#Fusszeile  A, A:active, A:visited
{
	color: #ffffff;
}

div#bar1
{
	background: #003A72;
	height: 5px;
	font-size: 1px;
}
div#bar2
{
	clear: both;
	background: #003A72;
	height: 4px;
	font-size: 1px;
	border-bottom: 1px solid #6691BA;
	
}


