/*CSS hmc Hightech Media Components*/

body {
	color: #333; background-color: white;
	font-size: 11px;
	font-family: Verdana;
}

div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	width:980px;
	padding: 0;
	margin-bottom: 5em;
	background-color: white;
}

* html div#Seite {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

div#Logo {
	margin-left:380px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size:11px;
}

a {
	text-decoration:none;
	color:#333;
	border:0;
}

img {
	border:0; margin:0;
}

table {
	font-size: 11px;
}

/************** Navigation *****************/
div#Top-Navigation {
	margin-top:-25px;
	margin-left:45px;
	width:300px;
}

* html div#Top-Navigation { /* nur für Internet Explorer bis Version 6 */
	margin-top:-25px;
	width:280px;
	w\idth:280px;
}
ul#Navigation-top li.aktiv, ul#Navigation-bottom li.aktiv {
	font-weight:bold;
}

ul#Navigation-top {
	font-size: 13px;
	color: #333;
}

ul#Navigation-bottom {
	margin-left:580px;
}

ul#Navigation-top li {
	list-style: none;
	display:block;
	float:left;
	text-align:center;
	width:6em;
	border-right:1px solid #222;
}
ul#Navigation-bottom li {
	list-style: none;
	display:block;
	float:left;
	text-align:center;
	width:6em;
}

ul#Navigation-top a, ul#Navigation-bottom a {
	display: inline;
}
ul#Navigation-top a:link, ul#Navigation-bottom a:link {
	text-decoration: none;
	color: #333; 
}
ul#Navigation-top a:visited, ul#Navigation-bottom a:visited {
	text-decoration: none;
	color: #333; 
}
ul#Navigation-top a:hover, ul#Navigation-bottom a:hover {
	text-decoration: none;
	color: black; 
	font-weight: bold;
}
ul#Navigation-top a:active, ul#Navigation-bottom a:active {
	text-decoration: none;
	font-weight:bold;
	color: #333; 
}

/****************** CONTENT *********************/

div#Linie {
	margin-top:40px;
	margin-left:55px; 
	width:650px;
	border-bottom:1px solid #333;
}

* html div#Linie { /* nur für Internet Explorer bis Version 6 */
	margin-top:0;
	height:1px;
}

div#Inhalt {
	padding-top:25px;
	padding-bottom:25px;
	margin-left:365px;
	width:305px;
}
* html div#Inhalt { /* nur für Internet Explorer bis Version 6 */
	height: 11px;  
}

div#Inhalt a:hover {
	text-decoration: none;
	color: #333;
	font-weight:bold; 
}

div#Inhalt li {
	list-style:square;
	list-style-position:outside;
	margin-left:-15px;
}

/***************** FOOTER ********************/
div#Fusszeile {
	margin-left:55px;
	width:650px;
	border-top: 1px solid #333;
	align:left;
}


