/* Author: Tamer Ergin, FhG Institut für Produktionstechnik und Automatisierung */

/* Layoutstyles */

#NaviLayer {
	position:absolute;
	left:5px;
	top:0px;
	width:190px;
	height:488px;
	z-index:1;
	background-image: url(grafiken/navi_background.gif);
}

#HeaderLayer {
	position:absolute;
	left:210px;
	top:5px;
	width:499px;
	height:180px;
	z-index:1;
}

#ContentLayer {
	position:absolute;
	left:210px;
	top:260px;
	width:499px;
	height:493px;
	z-index:2;
}

/* Navigation */

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9933;
	text-decoration:none;
}
	
/* Formatierung */

.Content_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.Content_Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333333;
}

.Logos {
	color:#FFFFFF;
}

