@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	text-align: center;
}

/* extra div, da der iframe die bg-color vom body uebernimmt. diese ist bei der weissen vorlage hellgrau */
#grau {							
	background-color: #ccc;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
*html #grau {
	height: 100%;
}

#maincontainer {
	width: 900px; 
	margin: 12px auto;
	border: 1px solid #9e9e9e;
	background-color: #ffffff;
	text-align: left;
}
#head {
	background: #EAEAEA;
	height: 110px; 
	background-image: url(../img/headerpict.jpg);
	background-repeat: no-repeat;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#content {
	margin-left: 200px; 
	padding: 26px 10px 14px 20px;	/* bei iframe padding-left und bottom:0px im div content style  */	
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #ffcc00;		
	/*background-image: url(../img/headerpict-unten.jpg);   
	background-position: -1px 0;	 erster wert: horizontale, zweiter Wert vertikale Position*/
	background-repeat:no-repeat;
	background-image: url(../img/headerpict-unten-re.jpg);   
	background-position: right top;
}

/*****   HACKS  *****/

/* Fox und Opera setzen das Bild 1px weiter nach rechts als sämtliche Versionen des IE */
* html #content {
	background-position: right top;		/* IE 6 und aelter interpretieren diese angabe  */
}
* + html #content {
	background-position: right top;		/* IE 7 interpretiert diese angabe  */
}


#left {
	float: left;
	width: 200px; 
	margin-left: -900px;  
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ffcc00;
	min-height: 400px;
}
#footer {
	clear: left;
	width: 100%;
	background-color: #eeeeee;
	font-size: 0.92em;
	color: #666666;
	margin-top: -5px;
	border-top: 1px dotted #cccccc;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 6px 0;
}
#footer_left {
	float:left;
	padding-left: 20px; 
}
#footer p {
	margin:0; padding:0;
}
#footer a {
	color: #646464;	
}

a:link 		{ color: #007cd3; text-decoration:underline; 	}
a:visited 	{ color: #7e2ba4; text-decoration:underline;	}
a:hover 	{ color: #000; 		}

.clear {
	clear: both;
}

#breadcrumb {
	margin-top: 8px;
	font-size: 0.94em;
	text-transform:uppercase;
	color: #929292;
	background-image: none;
}
h1 {
	font-size: 115%;
	color: black;
	background-color: #fff1a5;
	border-left:15px solid #ffbe0f;
	padding: 2px 20px;
	margin: 12px 0;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 2px;
	}

.lang, .lang2 {
	background-image: none;
	line-height: 1.4em;
}
.lang img, .lang2 img {
	border: 1px solid #dddddd;
	margin: 0 10px;
}
.lang ul, .lang ol {
	margin-left: 25px;
}
.lang li {
	line-height:1.6em;
}

/* TABELLEN */

.lang table {
	max-width: 658px;
}
.lang table td {
	border: 1px solid #dadada;
	padding: 6px;
	margin: 0px;
}
.lang table.style1 td {
	width: 125px;
}

.lang table.style2 td {
	border: none;
}
.lang table.style2 td img {
	border: none;
}


.datum {
	/* margin: 0 0 -2px 0;         IE 6 und aelter wiederholen hiermit das headerpict */
	width: 100%;
	text-align: right;
	font-size: 90%;
}
.lang2 {
	/* margin-top: -20px;         auch das klappt nicht: IE 6 und aelter wiederholen hiermit das headerpict */
	padding-right: 60px;
}
h4 {
	font-size: 115%;
	color: black;
	background-color: #ffbe0f;
	padding: 2px 20px;
	margin: 12px 0;
}
h2 {						/* h2 findet nur auf der Startseite unter News Verwendung */
	font-size: 1em;
	color: black;
	background-color: #fff1a5;
	padding: 2px 36px;
	margin-bottom: 12px;
	}
h3 {						/* h3 findet nur im Downloadbereich Materialien Verwendung */
	font-size: 1em;
	margin-bottom: 12px;
	}


/*  STYLES FÜR LINKE SPALTE */

#adresse {
	margin: 26px 0 22px 0;
}
#adresse img {
	margin-bottom: 10px;
	border: 0;
}
#adresse .lefttitle {
	margin: 10px 4px 5px 8px;
	font-weight: bold; 
}
#adresse p {
	margin: 2px 4px 2px 20px;
	color: #434343;
	line-height: 1em;
}
.zeiten {
	margin: 8px 0 0 21px;
	width: 132px;
	height: 51px;
	background-image: url(../img/zeit-weiss.gif);
}


/* MENUE */

div #navi{
	margin: 0;
	padding: 0;
	line-height:1em;
}
#navi span a {
 	display: block;
	color: #333333; 
  	text-decoration: none;
	border-bottom: 1px solid #ffcc00;
}
span.e1 a {
  	background-color: #ffffff;		/* background gelb, wenn aktiv, wird ueber navi.php erzeugt */
  	padding: 5px 0 4px 17px;	
}
span.e2 a {
	background-color: #eeeeee;
	padding: 4px 0 4px 28px;
}
span a:hover {  	
  	background-color: #fff1a5;
	background-image: url(../img/marker.gif);
	background-repeat: no-repeat;
}
span.e1 a:hover {  	
  	background-color: #fff1a5;
  	background-position: 0px 4px;  /* wert 1 = von links, wert 2 = von oben */
}
span.e2 a:hover {  	
  	background-position: 8px 4px;
}


/* FORMULAR MEDIENSUCHE */

form {
	margin: 0 0 0 60px;
}
fieldset{
	/*
	background-color:#f8f8f8;	
	border-width:1px 1px 1px 8px;
	border-style:solid;
	border-color:#fdd811;
	*/
	border: none;
	width: 420px;
	position: relative;
	display: block;
	padding: 0 10px 17px 20px;	
}
label{
	font-weight: bold;	
	display: block;
	float: left;
	width: 400px;
	margin: 4px 5px 0 0px;
}
input{
	background-color: #f2f2f2;	
	width: 280px;
	margin: 2px 0 0 50px;	
	border-width: 0 0 1px 0;
	border-style: solid solid dotted solid;
	border-color: #6d6d6d;	
	color: #5c5c5c;
	padding: 1px 4px;
}
.button, .submit, .reset {
	background-color:#dbdbdb;	
	border: 1px solid #c2c2c2;
}
.button{
	margin: 10px 0 0 30px;
	width: 170px;
}
.submit {
	margin: 15px 0 0 0;
	width: 110px;
	float: left;
}
.reset {
	margin: 15px 0 0 0;
	width: 110px;
}

/* INLINE FRAMES: MEDIENSUCHE  */

/* .inline {					/*  f*cing firefox ignoriert width und height 
	width: 697px;
	height: 415px;
	overflow: auto;
}
*html .inline {				/* hack für IE6 wenn f*cking firefox die styles ueberhaupt interpretieren wuerde 
	width: 689px;
}
*/

#mediensuche {
	margin: 0;
	text-align: left;
	border: 1px dotted white;	/*  f*cing firefox zeigt ohne border eine verticale scrollbar */
}
/*   *html #mediensuche {		/*  breite für IE6 wenn f*cing firefox funktionieren wuerde 
	width: 689px;
}
*/
#mediensuche h1 {			
	margin: 12px 33px 0 22px;
}

.sub {
	margin: 8px 0 22px 22px;
	width: 570px;
}

dl.table-display	{
	width: 500px;
	margin: 0 0 0 60px;
	padding: 0;
}
.table-display dt	{
	width: 60px;
	float: left;
	margin: 0;
	padding: 6px;
	border-top: 1px solid #dadada;
}
/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */
.table-display dd	{
	float: left;
	width: 400px;
	margin: 0;
	padding: 6px;
	text-align: left;
	border-top: 1px solid #dadada;
}


