/* CSS für www.ami-08.org, teilweise kommentiert */ 
/* 29.01.2008 rink, Fraunhofer IIS */


/*-----------------eingefügt-am1.7.08----------------------------------8<-----

		und # ersetzt durch / * * /
*/


		* { padding: 0; margin: 0; } 
		html { height: 101%; }
		
		
/*-----------------------------------------------------------------------8<-----*/


/* IE HACK 3Pixel GAP */
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #main {
padding-left: 197px;
}
/* End hide from IE5/mac */

/* verhindert das "springen" durch den Scrollbar bei langen Seiten*/
html {
	overflow-y: scroll;
}
/* Seiteneinstellung Schrift, Farbe, Hintergrund */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	/*background:  #98C8D8;*/
}
/* die grundlegenden Absatzabstände wieder herstellen */
p,table,h2 {
	padding-top:8px;
	padding-bottom:8px;
	
}

#grid {
	background-color:#f0f0f0;
}
#grid td {
	font-size: 1.3em;
	padding: 5px 5px 5px 5px;
	background-color:#ffffff;
}


/* Listenpunkte */
ul {
	list-style-type: square;
	 
}

ol {
	list-style : decimal;
	
}

li {
	padding: 5px 5px 5px 5px;
	border: #ffffff 1px solid;
	background-color: #f0f0f0;
}

ol li {
	margin-left:20px; 
}

/* der äußere Container der Seite erhält Breite,HG-Farbe und wird zentriert*/
#container {
	
	background-color: #f0f0f0;
	/*border: #f0f0f0 5px solid;*/
	margin: 0 auto;
	width: 1100px;
}

#header {
	/*margin-top:20px;*/
	
}
/* die folgenden Bereiche werden positioniert, formatiert */
#logo {
	padding-bottom:17px;
}

#main {
	/*margin-top:12px;*/
	/*padding-right: 45px;*/
	margin-left: 125px;
}

#content {
	/*padding-left:20px;*/
	/*padding-right:30px;*/
	width: 680px;
	/*width: 70%;*/
	background-color: #ffffff;
	padding: 10px 20px 20px 20px;
	/*border: #f0f0f0 5px solid;*/
}

/* float bewirkt die Darstellung nebeneinander, hier links */
#navi {
	background-color: #ffffff;
	/*padding: 5px 5px 5px 5px;*/
	margin-right:10px;
	float: left;
	
}
#sponsors {
	float:right;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px; /*10,20,20,20*/
	margin-right:10px;
}

/* die Naviationsliste UL ohne Punkte und ohne Einrüchung */
#navi_ul {
	list-style-type: none;
	display: inline; 
}
a{
	/*color:#ef4d27;*/
	/*#text-decoration: none;*/
}
#navi_ul li{
	/*#margin-bottom:11px;*/
	/*#background-image: url(images/navih1.gif); */
	
}
#navi_ul a{
	color:#000000;
	text-decoration: none;
}
#navi_ul a:visited {
	text-decoration: none;
}
#navi_ul a:focus {
	text-decoration: underline;
}
#navi_ul a:hover {
	#text-decoration: underline;
	#color:ffd16d;
}
#navi_ul a:active {
	text-decoration: underline;
}
/* gilt eigentlich für alle Links*/
a:visited {
	#text-decoration: none;
}
a:focus {
	#text-decoration: underline;
}
a:hover {
	#text-decoration: underline;
	
}
a:active {
	#text-decoration: underline;
}

/* Klassen */


.liste{
	background-color: #ffffff;
	list-style-type: disc;
	margin-left : 15px;
	padding: 0px 0px 0px 0px;
	border-width : 0px 0px 0px 0px;
}

.numliste_1{
	background-color: #ffffff;
	margin-left : 15px;
	padding: 0px 0px 0px 0px;
	border-width : 0px 0px 0px 0px;
	list-style : decimal;
}

.numliste_2{
	background-color: #ffffff;
	margin-left : 15px;
	padding: 0px 0px 0px 0px;
	border-width : 0px 0px 0px 0px;
	list-style : lower-alpha;
}

.numliste{
	background-color: #ffffff;
	margin-left : 5px;
	padding: 0px 0px 0px 0px;
	border-width : 0px 0px 0px 0px;
}


.n_h {
	color: #ffffff;
	background-color: #888888;
	font-weight: bold;
}

.e_el {
	
	padding-left: 15px;
	padding-right:10px;
}

.inactive {
	
	padding-left: 15px;
	color:#999999;
}




