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

/* für alle Elemente Rand und Einzug auf 0 setzen*/
* {
	margin: 0;
	padding: 0;
	
}

/* 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: 11pt Arial, Helvetica, sans-serif;
	color: #333333;
	/*background:  #98C8D8;*/
	background-image: url(../images/hg_verlauf.jpg);
}
/* 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;
	 
}

li {
	padding: 5px 5px 5px 5px;
	border: #ffffff 1px solid;
	background-color: #f0f0f0;
}
/* der äußere Container der Seite erhält Breite,HG-Farbe und wird zentriert*/
#container {
	
	#background-color: #f0f0f0;
	#border: #f0f0f0 5px solid;
	#margin: 0 left;
	width: 99%;
	
}

#header {
	#margin-top:20px;
	
}
/* die folgenden Bereiche werden positioniert, formatiert */
#logo {
	
	width:99%;
}
 #logo img {
	width:99%;
}




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

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

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

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

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

/* float bewirkt die Darstellung nebeneinander, hier links */
#navi {
	display:none;
}
#sponsors {
	display:none;
}

/* die Naviationsliste UL ohne Punkte und ohne Einrüchung */

a {
	color:#000000;
	text-decoration: none;
}
/* gilt eigentlich für alle Links*/
a:visited {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}




