/*	___________________ Grundlayout ___________________ */
html
{
	height: 100%;
	background-color: #00147b;
}

body
{
	background-color: #00147b;	/* Dunkelblauer Haupthintergrund */
	margin-top: 0;
	text-align: center;		/* Kompletten Container im IE zentrieren */
	height: 100%;
	font-family: Arial;
	padding: 0;
}

#container
{
	background-color: #529ffd;	/* Hellblauer Hintergrund */
	width: 97%;
	margin-top: 0px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	position: relative;
}

/* Nur der IE < 7.0 interpretiert folgende Notation */
* html #container
{
	height: 100%;
}/*	_____________________________________________________ */


/*	___________________ Seitenkopf ___________________ */
#intro 
{
	background: transparent url(bilder/header_background.png) 0 0 repeat-x;
}

#pageHeader
{
	background: transparent url(bilder/header.jpg) 0 0 no-repeat;
	height: 209px;
	width: 860px;
}

#pageHeader h1 
{
	display: none;
}/*	____________________________________________________ */


/*	___________________ Navigation ___________________ */
#menu
{
	background: #002aff url(bilder/menu_bottom.png) left bottom no-repeat;
	position: relative;
	float: left;
	left: 63px;
	width: 147px;
	padding-bottom: 100px;
}

#menu li a
{
	display: block;
	margin-left: 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13pt;
}

/* Folgende Elemente für Hover-Effekt vom IE < 7.0 außschließen */
#menu[id] li
{
	padding: 7px;
	background: transparent url(bilder/bullet.png) 0 center no-repeat;
}

#menu[id] li:hover
{
	background: #00147b url(bilder/bullet_over.png) 0 center no-repeat;
}/*	____________________________________________________ */


/*	___________________ Seiteninhalt ___________________ */
#content 
{
	top: 0px;
	margin: -85px 40px 5em 235px;
	color: #ffffff;
	font-size: 11pt;
}

#content h2 
{
	text-align: center;
	font-size: 18pt;
}

#content a
{
	color: #ffffff;
}

#content a:visited
{
	color: navy;
}

#content table.links
{
	padding-top: 10px;
	margin: 0 auto;
}

#content table.links th
{
	width: 60%; 
	height: 18pt;
}

#content input
{
	border: 1px solid #000000;
}

#content textarea
{
	border: 1px solid #000000;
}

#content form.guestbook
{
	padding-top: 11pt;
}

#content form.guestbook th
{
	background-color: #DFD8C0; 
	color: #000000;
}

#content form.guestbook input
{
	width: 250px;
}

#guestbook table
{
	margin: 0 auto;
}

#guestbook table.eintraege
{
	width: 90%;
}

#guestbook table.eintraege th
{
	font-weight: normal;
	border-top: solid 1px #000000; 
	color: black; 
	background-color: #DFD8C0;
}

#guestbook hr
{
	border: 0px; 
	border-top: solid 1px #000000; 
	border-bottom: transparent;
}

.webmaster_kommentar
{
	font-style:italic; 
	color: #000000
}/*	____________________________________________________ */


/*	___________________ Fußzeile ___________________ */
#footer
{
	color: #ffffff;
	font-size: 10pt;
	border-top: 1px solid #000000;
	text-align: center;

	position: absolute; 
	bottom: 0;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	background-color: #00147b;
	
}

#footer a
{
	/* Übler CSS-hack um Lücke durch inline positionierung von Bildern zu vermeiden */
	font-size: 0;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a img
{
	border: none;

	/* Übler CSS-hack um Lücke durch inline positionierung von Bildern zu vermeiden */
	vertical-align: bottom;
}/*	____________________________________________________ */

