﻿/* Linke Leiste */
div#divLeft
{
	position: absolute;
	top: 0px;
	overflow-x: hidden;
	left: 0px;
	width: 146px;
	bottom: 0px;
	background-color: green;
	padding: 120px 2px 2px 2px;
	color: white;
}
div#divLeft.ie 
{
	width:150px;
}

/* Mitte */
div#divCenter {
	position: absolute;
	left: 152px;
	right: 0px;
	padding: 0px;
	right:50px;
}
div#divCenter.ie 
{
	width:expression(document.body.clientWidth - 175);
}


/* Mitte -> Inhalt */
div#divMain
{
	position: relative;
	top: 117px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	text-align: justify;
	width:100%;
}


/* Administration */
div#divAdmin {
	position: absolute;
	background-color: #606060;
	color: white;
	right: 0px;
	width: 200px;
	padding: 4px;
	font-size: 10pt;
}

div#divAdmin a
{
	color: White;
}
/* allgemeiner Titel mit Jägerchen und so */
div#divHeader
{
	position: absolute;
	top: 0px;
	left: 152px;
	right: 10px;
	height:65px;
	background-color: white;

	color: gray;
	font-size: 32pt;
	padding: 10px;
	padding-top:15px;
	z-index: 200;
}
div#divHeader.ie 
{
	width:expression(document.body.clientWidth - 155);
}


div#divTitle
{
	position: absolute;
	top: 77px;
	left: 152px;
	right: 0px;
	height: 30px;
	background-color: gray;
	color: white;
	font-size: 14pt;
	padding-left:10px;
	padding-top:8px;
	font-weight:normal;
	border-bottom: 1px solid black;
	border-top:1px solid black;
	border-right:1px solid black;
	z-index: 200;
}
div#divTitle.ie {
	width:expression(document.body.clientWidth - 155);
	height:41px;
}

div#SubMenu
{
	position: absolute;
	top: 40px;
	left: 5px;
}
div#divSearch 
{
	width:161px;
}
div#Status 
{
	padding:3px;
	color:#F0F0F0;
	font-size:8pt;
}
div#Status td 
{	color:#F0F0F0; 
	font-size:8pt;

}
span.subMenu
{
	color: blue;
	padding-right: 10px;
	font-size: 9pt;
}
span.subMenu a
{
	text-decoration: none;
	color: #C2000A;
}
div#SubTitle
{
	color: navy;
	font-size: 14pt;
	padding-bottom:10px;
}