/*<![CDATA[*/

/* ------------------------- Layout ------------------------- */

body	{
	background: #889999; /* #7A93AA #336666;  #889999; */
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
	/* border-top: 5px solid #526968; */
	text-align: center; /* original center */
	font-family: arial, verdana, lucida,  helvetica, sans-serif; /* "Trebuchet MS", "Bitstream Vera Sans", */
	padding-bottom: 25px;
	}
	
#wrapper	{
	background: #ccffcc url(pgbg4000.gif) repeat;
	color: #333;
	margin: 25px auto;
	padding: 0;
	border: 1px solid #526968;
	/* border-top: 5px solid #526968; */
	width: 759px;  /* bmh */ /* original 599 */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 757px;	 
	}

html>#wrapper	{
	width: 757px;  /* original 597px */
	} 

#pagebody {
	background: #ccffcc url(backgrou.gif) repeat-y left;
}

#header {
	height: 80px;
	background: #99ccff;
}

#contentouter {
	width: 100%;
	background: #ccffcc url(menubackgrou.gif) repeat-y left;/* füllt das Menü
															bis zum Boden */
	float: right;
	margin-left: -140px;
}

#maincontent {
	background: #ccffcc;
	margin-left: 140px;
	border-top: solid 25px #99ccff;
	padding: 0; 
	text-align: left;
	/* http://www.hackszine.com/blog/archive/2008/03/easiest_crossbrowser_css_minhe.html 
	min-height:400px;
	height: auto !important;
	height: 400px; */
	}

#menu {
	width: 140px;
	float: left;
	background: #009999;
	text-align: left;
	}

#footer {
	margin-left: 140px;
	margin-top: 10px;
	padding: 0 0 10px 0;	
	text-align: left;
	position: relative;		/*	damit man innerhalb #footer	*/
	top: 0px; 				/*	absolut positionieren kann	*/
	left: 0px;
}

.last {
	margin-bottom: 0;
}

.clearing {
	height: 0px;
	clear: both;
}


/*------------------------- Abbildungen -------------------------*/

/* Box für aktuelles Photo und Text,*/
div.aktuellesphoto {
	margin: 20px 15px 20px 50px;
	text-align: center;
	}
/* Text unter dem aktuellen Photo */
div.aktuellesphoto p {
	margin: 0;
	font-size: 8pt;
	line-height: 1.4em;
	}

/* Box für Abbildung zentriert */
div.abbildungzentr {
	margin: 5px 15px 5px 50px;
	text-align: center;
	}
/* Text unter der zentrierten Abbildung */
div.abbildungzentr p {
	margin: 0;
	font-size: 8pt;
	line-height: 1.4em;
	}

/* Box für Abbildungen rechtsbuendig */	
div.abbildungrechts {
	float:right;
	margin: 0 30px 10px 30px;
	text-align: center;
	}
/* Text unter der rechtbuendigen Abbildung */
div.abbildungrechts p {
	margin: 0;
	font-size: 8pt;
	line-height: 1.4em;
	}


/*------------------------- Typographie -------------------------*/
h1 {
	margin: 20px 15px 0 10px;
	font-size: 24pt;
	color: #336633;
	font-weight: bold;
	}

h2 {
	margin: 25px 15px 0 50px;
	padding-bottom: 5px;
	border-bottom: solid 1px #336633;
	/***margin: 15px 15px 0 50px;***/
	font-size: 14pt;
	font-weight: normal;
	color: #336633;
	}

h3 {
	margin: 15px 15px 0 50px;
	font-size: 14pt;
	font-weight: normal;
	color: #336633;
	}

h4 {
	margin: 15px 15px 0 50px;
	font-weight: bold;
	color: #336633;
	font-size: 11pt;
	}
	
p {
	margin: 8px 15px 0 50px;
	line-height: 15pt;
	color: #000000;
	font-size: 11pt;
	}

/*** zum Anzeigen von Programmcode, z.B. Skripts ***/
p.code {
	font-family: 'courier new', courier, monospace;
	font-size: 10pt;
	white-space: pre;
	} 

strong {
  color: #336633;
	font-weight: bold; 
	}	
	
/*** Links ***/

a:link, a:active, a:visited {
 	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
	}
 
a:hover {
	text-decoration: underline;
	}
/* Folgender Attribute Selector verhindert, dass blauen Text bekommen */
a[name] {
 	color: #336633;
	}
h1 a, h2 a {			/* IE6 versteht keine Attribute Selectors, daher */
	color: #336633;		/* Descendant Selector als Hilfsmaßnahme         */
	}
	
/* zum Seitenanfang: fette Auszeichnung auf normale Auszeichnung zurücksetzen */
div.top a { 
	font-weight: normal;
	}


/* Für den Fall, dass Linkfarbe verlorengeht */
.lnkblau {
	color: #0066CC;
	}

/* Bookmark: normale Textfarbe durchsetzen und Underline verhindern */
a.p {
	color: #000000;
	}

a.p:hover {
	text-decoration: none;
	}

h2 a:hover {
	text-decoration: none;
	}



#maincontent ul  {
	margin: 4px 80px 0px 90px;
	padding-left:0;
	line-height: 15pt;
	color: #000000;
	font-size: 11pt;
	list-style-type: square;
	}

#maincontent ol  {
	margin: 8px 80px 0px 90px;
	padding-left:0;
	line-height: 15pt;
	color: #000000;
	font-size: 11pt;
	}
	

/*#maincontent a:link, a:active, a:visited {
 	text-decoration: none;
	font-weight: bold;
	color: #0066CC;
	}

#maincontent a:hover {
	text-decoration: underline;
	}*/


/*------------------------- Tabelle -------------------------*/

#maincontent table {
	margin: 8px 15px 0 50px; 
	font-size: 11pt;
	border-collapse: collapse;
	border-bottom: 2px solid #99ff99;
	}
	
#maincontent thead {
	background-color: #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	color: #ffffff;
	}

#maincontent th {
	padding: 3px;
	font-size: 10pt;
	}

#maincontent tbody tr {
	border-left: 1px solid #99ff99;
	border-right: 1px solid #99ff99;
	}
	
#maincontent tr.ung {
	background-color: #99ff99
	}

#maincontent td {
	padding: 3px 6px 3px 6px;
	font-size: 10pt;
	}






/*------------------------- Spezialelemente -------------------------*/

/*** Letzte Änderung ***/
#lastmodified {
	font-size:8pt;
	text-align: right;
	position: relative;
	top: 55px;
	}	
	

/*** "Zum Seitenanfang" ***/
div.top {
	margin: 10px 15px 0 50px;
	font-size: 8pt;
	text-align: center;
	}

/*** Inhaltsbox ***/
#inhalt {
	margin-top: 40px;
	margin-left:50px;
	border: solid 1px #0066CC;
	display: table; /* bewirkt, dass sich die Breite nach dem Inhalt richtet */
	}
#inhalt p {
  margin: 1px 0 1px 5px;    /*  wird eigentlich nur vom IE6 berücksichtigt  */
	padding: 0px 7px 0px 7px; /*  wird vom IE6 nicht berücksichtigt
	                              dafür von Opera 7.5 und Firefox 1.5  */
	font-size: 9pt;
	line-height:15pt;
	}
#inhalt a:hover {
	text-decoration: none;
	}	




/*------------------------- Menue -------------------------*/

#menu ul {
	padding: 0;
	margin:0;
	}

#menu li {
	margin: 0 0 2px 10px;
	list-style-type: none;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	}
#menu .m1 {
	margin-top: 12px;
	}

/*** 
#menu .m2  {
	padding-left: 30px;
	} ***/


#menu a:link, #menu a:active, #menu a:visited {
	color: #003366
	} 

#menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#hot p {
	margin: 0 0 10px 10px;
	font-size: 8pt;
	color: #003366;
	line-height: 120%;
	}

#hot a:link, #hot a:active, #hot a:visited {
	font-weight: normal;
	}



/*------------------------- Seitenkopf -------------------------*/

#header a {
	color: #FFFFFF;
	}
	
#header a:hover {
	text-decoration: none;
	}




/*------------------------- Fusszeile -------------------------*/

#footer {
	font-size: 8pt;
	}


/* E-Mail-Adresse im Fuss nicht fett */
#footer a {
	font-weight: normal;
	}




/*------------------------- Dummies -------------------------*/

.redbox {
	border: solid 1px red;
}

.greenbox {
	border: solid 1px green;
}

.bluebox {
	border: solid 1px blue;
}


/*]]>*/
