/* @author: Christian Neugum, Annika Besetzny
 * @date: 20.07.2008
 * @version: 1.0
 *
 * (c) 2008
 */
body {
	color: black; 
	background-color: #fcf0d6;
  	font-size: 13px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	margin: 0; 
	padding: 1em;
	overflow: hidden;
}
a:link {
	color: blue;
	text-decoration: underline;  
} 
a:visited { 
	color: blue; 
	text-decoration: underline; 
}
a:hover { 
	color: purple; 
	text-decoration: none;
}
td {
	color: black; 
  	font-size: 13px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.content {
	color: black; 
	background-color: #fcf0d6;
  	font-size: 13px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#titel {
	top: 0px;
	left: 250px;
	height: 80px;
	min-width: 200px;
	position: absolute;
	z-index: 2;
}
td#titel_inhalt {
	vertical-align: middle; 
	text-align: center; 
	font-weight: bold; 
	font-size: 18px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#head {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 161px;
	position: absolute;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
}
div#headback {
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 161px;
	position: absolute;
	background-image: url(images/head_background.jpg);
	background-repeat: repeat-x;
}
div#bottom {
	bottom: 0px;
	right: 0px;
	height: 45px;
	width: 300px;
	position: absolute;
	background-image: url(images/bottom_rechts.jpg);
	z-index: 2;
}
div#bottom_inhalt {
	bottom: 10px;
	right: 310px;
	left: 160px;
	float: right;
	height: 25px;
	min-width: 180px;
	position:absolute;
	z-index: 2;
}
div#menu {
	top: 120px;
	left: 40px;
	bottom: 50px;
	position: absolute;
	float: left;
	width: 110px;
	font-weight: bold;
	text-align: right;
	line-height: 2em;
	z-index: 2;
}
div#content {
	bottom: 50px;
	right: 10px;
	top: 120px;
	left: 180px;
	position: absolute;
	overflow: auto;
	
	width: expression((document.body.clientWidth - 190) + "px");
	height: expression((document.body.clientHeight - 170) + "px");
}
