/* CSS-Datei */
/* Verweise sind gruen und nicht unterstrichen */
a:link    { color: #006633; text-decoration: none; }
a:visited { color: #006633; text-decoration: none; }
a:hover   { color: #009900; text-decoration: underline; }
a:active  { color: #009900; text-decoration: none; }

/* Aussehen und Positionierung der einzelnen Layer */
body {
	padding :0;
	margin :0;
}

/* Schriftart festlegen, Schriftgroessen bei den einzelnen Elementen */
h1,h2,h3,h4,p,li,dt,dd,td,th {
	font-family: Arial,Verdana,sans-serif,Helvetica,Geneva;
	color: #000000;
	}
/* Logo ausgeblendet */
#logo {
    display:none;
	}
/* Topnavigation ausgeblendet*/
#topnavigation {
	display:none;
	}	

/* Projektname ausgeblendet*/
#projektname {
    display:none;
	}
/* Micronavigation ausgeblendet*/
#micronavigation {
    display:none;
	}
	
/* Navigation ausgeblendet */
#navigation {
display:none;
	}

/* Positionierung Inhalt */
#inhalt {
	width: 100%;
	padding-top : 0pt;
	padding-bottom : 0pt;
	padding-left : 0pt;
	padding-right : 0pt;
	}

#inhalt h1 {
	font-size: 14pt;
	font-weight: bold;
	}

#inhalt h2 {
	font-size: 12pt;
	font-weight: bold;
	}

#inhalt h3 {
	font-size: 10pt;
	font-weight: bold;
	}

#inhalt p {
	font-size: 10pt;
	line-height : 15pt;
	}

#inhalt dt {
	font-size: 10pt;
	line-height : 15pt;
	font-weight:bold;
	}

#inhalt dd {
	font-size: 10pt;
	line-height : 15pt;
	margin: 0 0 15pt 0;
	}
#inhalt li {
	font-size: 10pt;
	line-height : 15pt;
	}

#inhalt td {
	font-size: 10pt;
	vertical-align:top;
	}

#inhalt th {
	font-size: 10pt;
	font-weight: bold;
	vertical-align:top;
	background-color:#eeeeee;
	}

/* Fusszeile ausgeblendet */
#fuss {
	display:none;
	}

/* Infoboxen ausgeblendet */
#infobox {
	display:none;
	}

.foto {
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	font-size:8pt;
	line-height:12pt;
	width:200px;
        font-family: Arial,Verdana,sans-serif,Helvetica,Geneva;
	}

.fotohoch {
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	font-size:8pt;
	line-height:12pt;
	width:150px;
	font-family: Arial,Verdana,sans-serif,Helvetica,Geneva;
	}

.rubrik  { text-transform:uppercase; font-weight:bold; } 

/* Textbox fuer Ueberschruft, Vorschaubild und Kurztext */
.textbox {
	margin-bottom:30px;
	height:100%;
	}

.textbox h3 {
	margin-bottom:8px;
	padding:2px;
	}

.textbox p {
	margin-top: 0px;
	}

.vorschaubild {
	float:left;
	margin-right: 10px;
	}

/* Bilderleisten ausgeblendet */
.bilderleiste { 
        display:none;
}
/* Text wird nur gedruckt */
.nurdrucken { 
	display;
        font-family: Arial,Verdana,sans-serif,Helvetica,Geneva; 
        font-size:8pt;
        line-height:12pt;
	}

/* Schriftformatierungen */
.linie { 
	height:1px;
	color:#006633;
	}

.schriftrot {
	color:#cc0000;
	}
.abbildung {
	font-weight:bold;
	line-height:120%;
	padding:0;
	margin:0;
	}
.kasten {
	margin:0;
	padding:5px;
	border:1px solid #999999;	
	}
