/* Styles für die ganze Seite */

body
	{
	background-color: #00588B;
	font-family:Verdana,sans-serif;
	font-size:10pt;
	margin: 5px;
	padding:0;
	text-align:center;	/* Zentrierung der Inhalte für IE */
	}

/* Container zum Zentrieren des Inhaltes */
	
#seite
	{
	border-collapse: separate; /* Rahmenlinien sollen überlappen */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	padding: 0; /* Innenabstand des Seitencontainers */
	padding-top: 5px; 
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	width: 720px;
	height: 100%;
	background-color: white;
	border: solid;
	border-top-width: 1px;
	border-top-color: silver; 	
	border-right-width: 1px;
	border-right-color: silver; 	
	border-left-width: 3px;
	border-left-color: #0490FF; 
	border-bottom-width: 3px;
	border-bottom-color: #0490FF; 
	}
/* Container zum Zentrieren des Inhaltes von Pop-Up-Fenstern */
	
#popseite
	{
	border-collapse: separate; /* Rahmenlinien sollen überlappen */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	padding: 0; /* Innenabstand des Seitencontainers */
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	width: 580px;
	background-color: white;
	border: 1px solid silver; 	
	border-left-width: 3px;
	border-left-color: #008CFF; 
	border-bottom-width: 3px;
	border-bottom-color: #008CFF; 
	}

/* Navigation */

#navigation
	{
	height: 28px;
	width: 716px;
	padding: 5px;
	border: 0px solid white;
	border-right: none;
	border-bottom-width: 1px;
	border-bottom-color:#00588B; 
	}
#navigation ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li
	{
	background: #fff;
	float: left;
	margin: 0;
	padding: 0;
	}
#navigation a
	{
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	text-decoration: none;
	}
#navigation a:hover
	{
	color: #333;
	}
#navigation #currentpage a
	{
	border-bottom-width: 1px;
	border-bottom-color:#fff; 
	color: #333;
	}

/* alte nav - farben: darkgray, white, powderblue, silver, orange */

/* Content */

#content
	{
	margin: 0px;
	width: 690px;
	background-color: white;
	padding: 15px;
	border: none;
	white-space:normal;
	}
#content h1
	{
	text-align: center;
	font-size: 2em;
	color: #035D82;
	}
#content h2
	{
	font-size: 1em;
	color: #035D82;
	}
#content h3
	{
	font-size: 1em;
	color: #035D82;
	}
#content a:link
	{
	color: #008CFF;
	text-decoration:none;
	}
#content a:visited
	{
	color: #008CFF;
	text-decoration:none;
	}
#content a:active
	{
	color:red;
	text-decoration:underline;
	}
#content a:hover
	{
	color: #008CFF;
	text-decoration:underline;
	}
#content ul
	{
	list-style-type: circle;
	}
#content ol
	{
	list-style-type:decimal;
	}

/* Pop-Up-Fenster */

#popup
	{
	margin: 0px;
	width: 560px;
	background-color: white;
	padding: 5px;
	border: none;
	white-space:normal;
	}
#popup h1
	{
	text-align: center;
	font-size: 1.5em;
	color: #035D82;
	}
#popup h2
	{
	font-size: 1em;
	color: #035D82;
	}
#popup h3
	{
	font-size: 0.9em;
	color: #035D82;
	}
#popup h4
	{
	font-size: 0.8em;
	color: #035D82;
	}
#popup a:link
	{
	color: #008CFF;
	text-decoration:none;
	}
#popup a:visited
	{
	color: #008CFF;
	text-decoration:none;
	}
#popup a:active
	{
	color:red;
	text-decoration:underline;
	}
#popup a:hover
	{
	color: #008CFF;
	text-decoration:underline;
	}
#popup ul
	{
	list-style-type: circle;
	}
#popup ol
	{
	list-style-type:decimal;
	}

/* Bild mit Umrahmung */

img.brdr
	{
	border:1px solid gray;
	}