@charset "utf-8";
/* CSS Document */

/* Body Block */
body
{
	background-color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 100.01%;
	text-align: center;
}

table#Struktur
{
	border:0; 
	border-collapse:collapse; 
	width:1040px;
}

table#Struktur td#Balken
{
	background-color:#333; 
	width:20px; 
	padding:0; 
	margin:0; 
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
}


/* Header Block */
table#Struktur td#Header
{
	padding:0; 
	margin:0;
	background-image: url(../images/Header_BG2.jpg);
}

/* Menü Block */
table#Struktur td#Navigation
{
	width:200px; 
	padding:0; 
	margin:0; 
	border-right:1px solid #FFF;
	background-color: #537895;
	vertical-align: top;
}

div#Sprache
{
	padding: 5px;
	text-align: left
}

/*alle Links innerhalb der Div-Sprache wird ohne Rahmen dargestellt*/
div#Sprache a:link
{
	color: #052963;
	text-decoration: none;
	font-size: 12px;
}

div#Sprache a:visited
{
	color: #052963;
	text-decoration: none;
	font-size: 12px;
}

div#Sprache a:hover
{
	color: #052963;
	text-decoration: none;
	font-size: 12px;
}

table#Struktur td#Navigation table#Menue
{
	width: 200px;
	margin-top: 50px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: right;
	border-collapse: collapse;
}

table#Struktur td#Navigation table#Menue td
{
	height: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

/* Inhalt Block */
table#Struktur td#Inhaltsbereich
{
	text-align: left;
	width:797px; 
	min-height:640px;
	background-color: #a0a1a3;
}

div#Inhalt
{
    padding:20px; 
	width:757px; 
	min-height:565px;
	text-align: left;
	font-size: 11px;
	vertical-align: top;
}

* html div#Inhalt
{	/*Korrektur fuer IE6*/
	width: 706px;
}

/*Links innerhalb des Inhaltsbereiches*/
div#Inhalt a:link
{
	color: #052963;
	text-decoration: none;
}

div#Inhalt a:visited
{
	color: #052963;
	text-decoration: none;
}

div#Inhalt a:hover
{
	color: #052963;
	text-decoration: none;
}

/*Bilder innerhalb des Inhaltsbereiches, die als Links benutzt werden*/
div#Inhalt a:link img
{
	color: #052963;
	text-decoration: none;
	border-style: none;
}

div#Inhalt a:visited img
{
	color: #052963;
	text-decoration: none;
	border-style: none;
}

div#Inhalt a:hover img
{
	color: #052963;
	text-decoration: underline;
	border-style: none;
}

div#Infobox
{
	text-align: justify;
	width: 610px;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 10px;
}

div#Infobox img
{
	float: left;
	margin-right: 10px;
}

div#Inhalt p#Legende
{
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 10px;
	font-style: italic;
}

div#Image-Link
{
	text-align: left;
	vertical-align: middle;
	width: 600px;
	height: auto;
	padding-bottom: 8px;
	padding-left: 0;
	padding-right: 10px;
}

div#Image-Link img
{
	float: left;
	margin-right: 10px;
}

span#Navi
{
	margin-left:20px; 
	margin-bottom:20px; 
	font-size: 11px; 
	vertical-align:middle;
}

/*Links innerhalb des Spans*/
span#Navi a:link
{
	color: #052963;
	text-decoration: none;
}

span#Navi a:visited
{
	color: #052963;
	text-decoration: none;
}

input.text
{
	font-size: 11px;
	text-align: right;
}