@charset "utf-8";
* {
	padding:0;
	margin:0;
	font-size:100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serifTahoma, arial, Helvetica, sans-serif;
}
option {padding-left: 0.4em;}
html {height:100%;}
body {
	background-image:url(../img/bg_color_02.gif);
	background-repeat:repeat-x;
	text-align: left;
	font-size:100%;
	padding:0;
	margin:0;
}
.page {
	width: 1000px;   /*Hierdurch wird ein Container mit einer festen Breite erstellt. */
	margin: 0 auto;  /*Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	background-color: #F3F3F3;
}
.page #header {
	position:relative;
	background-image:url(../Bilder/banner.gif);
	background-repeat:no-repeat;
	width:100%;
	height:169px;
}

.page #topnav {position:absolute;
	top: 10px;
	right:10px;
	color:#fff;
	background:transparent;
	text-align:right;
	}

.page #nav {
	clear:both;
	width:100%;
	background-image:url(../IGSpII/bg_nav.png);
	background-repeat:repeat-x;
	overflow:hidden;
	}
.page #main {
		clear:both; width:auto; font-size:87.5%;
	}
	
/* Bildbeschriftung per Definitionsliste */
.page dl.bildboxright {
   float: right;  /*ohne width => so breit wie das Bild */
   text-align: center;
   background-color: white;
   padding: 0.5em;
   border: 1px solid #ccc;
   border-right-color: #bbb;
   border-bottom-color: #bbb;
   margin: 0 10px 1em 1em; /* Abstand zum Text */
   display:inline;}

.page dl.bildboxright dd {
   font-size: 90%;
   margin: 0;
   
}
.page dl.bildboxleft {
   float: left;  /*ohne width => so breit wie das Bild */
   text-align: center;
   background-color: white;
   padding: 0.5em;
   border: 1px solid #ccc;
   border-right-color: #bbb;
   border-bottom-color: #bbb;
   margin: 1em 10px 1em 1em; /* Abstand zum Text */
   display:inline;}
.page dl.bildboxleft dd {
   font-size: 75%;
   margin: 0;
   color:#999999;
  }		
.page dl.bildboxleft.bereich {
 position: absolute;
 text-align: center;
 font-weight: bold;
}

.page dl.bildboxleft.beschreibung {
 color: #FFFFFF;
 background-color: #000000;
 display: block;
}
/* Ueberschriften allgemein */
.page 	h1 {
	font-size:180%;
	padding:10px 0;
	color: #003399;
	text-align: center;
}
.page 	h2 {
		font-size:137.50%;
		padding:10px 0;
		color: #003399}
.page 	h3 {
		font-size:125%;
		color: #003399}
.page 	h4, h5 {
		font-size: 112.5%;
		padding:10px 0 10px 0;
		}
.page 	h6 {
		font-size: 87.5%;
		padding:10px 0 10px 0;
		color:#000000;
		}
.page 	p {font-size:100%; line-height:20px}
	
/* Links allgemein */
	
.page a:link {
	color: #000099;
	text-decoration: none;
	font-size:87.50%;
}
.page a:visited {
	text-decoration: none;
	color: #000099;
	font-size:87.50%;
}
.page a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size:87.50%;
}
.page a:active {
	text-decoration: none;
	color: #000099;
	font-size:87.50%;
}
.page img {
	border:none;
}
	
/*Linke Spalte col1 */	
.page #col1{
	
	float:left;
	width:33%;
	z-index:3;
}
.page #col1 .content{
	position:relative;
	z-index:4;
}
.page #col1 a:link {
	color: #000099;
	text-decoration: none;
	font-size:75%;
}
.page #col1 a:visited {
	text-decoration: none;
	color: #000099;
	font-size:75%;
}
.page #col1 a:hover {
	text-decoration: none;
	color: #FF0000;
	font-size:75%;
}
.page #col1 a:active {
	text-decoration: none;
	color: #000099;
	font-size:75%;
}
/* Linke Seite nur index-Seite */
.page #col2 {float:left;
	width:33%;
	z-index:2;}
	
.page #col2 .content{
	position:relative;
	z-index:2;
	}
.page #col2 a:link {
	color:#000099;
	text-decoration:none;
	font-size:90%;
	}
.page #col2 a:active {
	color:#000099;
	text-decoration:none;
		font-size:90%;
	}
.page #col2 a:visited{
	color:#000099;
	text-decoration:none;
		font-size:90%;
	}
.page #col2 a:hover{
	color: #000099;
	text-decoration:none;
		font-size:90%;
	}
.page #col2 p{
	padding: 5px;}	
			
/* Rechte Spalte col3 */	
	
.page #col3 {
	width: 67%;
	float:left;
	z-index:1;
	}
.page #col3 .content{
	position:relative;
	z-index:2;
	}
.page #col3 a:link {
	color:#000099;
	text-decoration:none;
	}
.page #col3 a:active {
	color:#000099;
	text-decoration:none;
	}
.page #col3 a:visited{
	color:#000099;
	text-decoration:none;
	}
.page #col3 a:hover{
	color: #000099;
	text-decoration:none;
	}
.page #col3 p{
	padding: 10px;}	
	
/* Fussbereich definieren */  	
.page #footer {
	clear:both;
	height:30px;
	background-color: #AD4A4A;}
	 
.page #footer a:Link {
	color:#FFFFFF;
	text-decoration:none;}

.page #footer a:hover {
	color:#FFFFFF;
	text-decoration:none;}
	
.page #footer a:visited {
	text-decoration: none;
	color:#FFFFFF;}
	
.page #footer a:active {
	text-decoration: none;
	color:#FFFFFF;}	

/* End IDFooter */
	
.page #idTextBottom {
	margin:10px 0 0 0;}
	
.page #ie_clearing {display:none;}


/* eigene Klassen definieren */
.news a{color:#000099; ;}
.Stil1 {color: #FFFFFF ;}
.Stil3 {color: #000000; }
.Stil4 {
	color: #CCCCCC;
	font-size:10px;
	margin-bottom: 10px;
}
.Stil5{color:#000000;  text-align:right;}
.Stil6 {color: #FF0000;  }
.Stil2 {color: #0000FF; }
.btnTop{float:right;}
.col1_txt{color:#000000; }
.achtung {color: #FF0000;}
.clear{clear:both;}
.button{
	width:175px;
	}

.page .eingabe{
	font-size:11px;
	color:#000099;
	margin:0;
	}
.page ul,ol, li{
	padding:0 10px 0 5px;
	list-style-type:none;
	list-style-position: outside;
	line-height: 20px;
}
.page #ol,li
.page .txt {
	padding-left:10px;
	text-align:left;
	
}
.page #main #col3 em {
	color: #330099;
}
.ueber {
	color: #333399;
	font-size: 112.5%;
	font-weight:bold;
}
.bildboxleft dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}
.Stil7 {
	font-size: 12px;
	color: #333399;
}

