/* Fuer die Druckausgabe ueberfluessiges abschalten */
#logo, #netz, #headimage, #topblue, #topgreen, #searchfield, #button, #topnavi, #subnavi, 
#contentright, #footer .left, #chlang, #breadcrump
 {
  display: none;
}


body { 
	font: 100%/120% times, verdana, arial, helvetiva, sans-serif; 
	margin: 0px; 
	color:#000;
	padding: 2px;
	}


/****************************************************************
	Modul Image
 	Definiert Bilderausgabe Fliesstext Content-Bereich
*****************************************************************/		
#image {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #C00;	
	border-top: 1px dotted #C00;	
	margin-right: 20px;
	float: left;
	clear: both;
}

/* logos bereich kontakt */
#imageslogo {
	padding-top: 3px;
	border: 0px;
	background: #FFF;
}
/* // logos bereich kontakt */

/****************************************************************
	Modul Allgemeine Tags
 	Definiert p, h1-h5, a etc.
*****************************************************************/			
	
p { font: 100%/120% times, verdana, arial, helvetiva, sans-serif;  margin-top: 0px; text-align: left;}
h1 { font: bold 1.3em times, verdana, arial, helvetiva, sans-serif; line-height: 1.3em; margin-top: 0px; margin-bottom: 10px; }
h2 { font: bold 1.2em times, verdana, arial, helvetiva, sans-serif; line-height: 1.5em; margin-bottom: 10px; padding-top: 20px; }	
h3 { font: bold 1.1em times, verdana, arial, helvetiva, sans-serif; margin-bottom: 10px; border-bottom: 1px solid #C00; }
h4 { margin-top: 0px; font: bold 1.1em times, verdana, arial, helvetiva, sans-serif; }
h5 { margin-top: 0px; margin-bottom: 7px; font: bold 1em times, verdana, arial, helvetiva, sans-serif; }
a:link { text-decoration: underline; color: #000; }
a:visited { color: #000; }

#preamble img, #preamblefull img {
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: 20px;
	float: left;
	clear: both;
}


/****************************************************************
	Modul Bulletlisten fuer diverse Ausgaben
*****************************************************************/	

#list li { /* liste mit pfeil, ohne hyperlinks */
	list-style-type: square;
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-left: -40px;
	}	

#listlink li { /* liste  mit hyperlinks */
	list-style-type: square;
	line-height: 2.5ex; 
	padding-top: 5px; 
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-left: -40px;
	}		

/* logoleiste rechts startseite */
#imglist {
	border-bottom: 1px solid #4A5154;	
	background: #FFF; 
	padding-top: 5px; 
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align:center;
	width:99%;
	}	
/* // logoleiste rechts startseite */


/****************************************************************
	Modul Kontext-Spalte
	Definiert Ausgabe von Bulletlisten rechts
*****************************************************************/	

#linkList ul { margin: 0px; padding: 0px; }
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	border-bottom: 1px dotted #C00;	
	display: block; 
	padding-top: 5px; 
	padding-bottom: 15px;
	margin-bottom: 5px;
	}
#linkList li a:link { color: #C00; }
#linkList li a:visited { color: #C00; }
#linkList li i { color: #000; font-style: normal; font-weight: bold; background-color: #FCC24F; }

/* Logoleiste Startseite */ 
#imagelist {
	padding-left: 0px;
	border-bottom: 1px solid #C00;	
	border-top: 1px solid #C00;	
	margin-bottom: 4px;
	margin-right: 7px;
	margin-left: 10px;
	float: right;
	}

/****************************************************************
	Modul Tabellen
	Definiert Anzeige von Tabellen, genutzt v.a. im Berich Foerdermittel
*****************************************************************/	
#hardwaretable {
	font: 1em verdana, sans-serif; 
    border-collapse: collapse; 
    padding: 5px;
	text-align: left;
	vertical-align: text-top;
	background: #FFF;
	width:100%;
	}
	
#hardwaretable th {
	background: #FFF;
	vertical-align: text-top;
	font-weight: normal;
    padding: 5px;
   	border-bottom: 1px solid #000;	
	}

#hardwaretable td {
    padding: 5px;
    vertical-align: text-top;
   	border-bottom: 1px solid #000;	
	}

#hardwaretable p {
	line-height: 2.5ex; 
	list-style-type: none;
	background: transparent url(../images/item.gif) no-repeat top left; 
	padding-bottom: 5px;
	padding-left: 20px;
	padding-top: 3px;
	margin-bottom: 5px;
	}	
	
#beige {
	background: #FFF;
	font-weight:bold;
	font-size: 11pt;
	}

/****************************************************************
	Modul Sitemap
*****************************************************************/	
/* Ausgabe Sitemap-Liste */
#sitemap ul { margin: 0px; padding: 0px; }	
#sitemap li { line-height: 2.5ex;  list-style-type: none; display: block; padding-top: 5px; }	
#sitemap li.s2 { padding-left: 20px; }
#sitemap li.s3 { padding-left: 40px; }
#sitemap li.s4 { padding-left: 60px; }
/* End Ausgabe Sitemap-Liste */