body {
/*	background-color:#3399CC; */
	font-size : 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px; 
	padding: 0px;
	border: 0px;
}

div#Seite
{
	width: 90%;
	max-width: 1200px;
	margin-left : auto;
	margin-right : auto;
	margin-top:0.8em;
	margin-bottom:0.8em;
	padding:0px;
	border:0px;

}

div#Kopf
{
/*	background-color: #33CC00;  */
	height: 150px;
	margin: 0px;
	padding-left: 186px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border: 0px;
	background-image:  url("bildli/elemente/logo.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
}

div#Kopf td
{
	vertical-align: bottom;
	font-weight: bold;
	font-size: 0.9em;
}

div#Kopf a:link {
	color:#000000;
	text-decoration: none;
}

div#Kopf a:visited {
	color:#000000;
	text-decoration: none;
}

div#Kopf a:hover {
	color:#F10000;
	text-decoration: none;
}

div#Menu{
	float: left;
/*	background-color:#CCCC66; */
	width:186px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align : left;
}

div#Menu .MenuTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left:0px;
	margin-right:0px;
	border: 0px;
	padding: 0px;
}

div#Menu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height:1.6em;
	margin: 0px;
	border: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom:0px;
}

div#Menu a:link {
	color:#000000;
	text-decoration: none;
}

div#Menu a:visited {
	color:#000000;
	text-decoration: none;
}

div#Menu a:hover {
	color:#F10000;
	text-decoration: none;
/*	background-image: url(bildli/elemente/menu_pfeil_rechts.gif);
	background-repeat: no-repeat;
	background-position: -2px;*/
}

div#Inhalt {
/*	background-color: #BDC6D7; */
	text-align : left;
	font-size: 1em;
	margin: 0px;
	border: 0px;
	padding-bottom : 1em;
	padding-left : 186px;
	padding-right : 0px;
	padding-top : 0.4em;
	font-family: Arial, Helvetica, sans-serif;
}

/* -------------------------------------------- 
   Mit ELEMENT:after wird erreicht, dass floatende 
   CSS-Boxen das auessere Element nicht ueberragen.
   Das aeussere Element erhaelt dieselbe Hoehe wie
   Die floatende Box.
   Untendran sind noch ein paar IE/Mac Fixes
   QUELLE: http://jassesnee.de/easyclear/       
   -------------------------------------------- */


div#Inhalt:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* div#Inhalt {display: inline-table;} */

/* Hides from IE-mac \*/
/* * html div#Inhalt {height: 1%;}   
div#Inhalt {display: block;}   */
/* End hide from IE-mac */

/* -------------------------------------------- */

.Titel {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.TitelOhneAbstand {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:0px; 
	border:0px;
	padding:0px;
}

.Bold  {
	color: #000000;
	font-size: 1em;
	letter-spacing: 0em;
	font-weight: bold;
}

.BoldEinzug  {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	text-indent: 2em;
	margin:0px;  
	border:0px;
	padding:0px;
}

.FotoRechts {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-top: 10px;
}

.FotoLinks {
	float:left;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
}


div#Fuss {
/*	background-color: #BDC6D7;  */
	text-align:left;
	font-size: 0.8em;
	line-height:0.9em;
	margin: 0px;
	border: 0px;
	padding-bottom : 0px;
	padding-left : 186px;
	padding-right : 0px;
	padding-top : 20px;
}

