/*
//
// +---------------------------------------------------------------------+
// |pro-found.de  techn. Relaunch Juni 05                              |
// +---------------------------------------------------------------------+
// | Copyright (c) 2005 Pro Found GmbH	                               |
// | http://www.pro-found.de                                                 |
// +---------------------------------------------------------------------+
// | StyleSheet für Screen                                                      |
// +---------------------------------------------------------------------+
//
*/

/* >>>>>>>>>> Klassen Definitionen <<<<<<<<<<*/


body
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	text-align: left;
	line-height: 15px;
	background-image: url(../images/bg_beige.jpg);
	}

h1
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	}

h2
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	font-weight: bold;
	}

h3
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	}

p
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 15px;
	}

td
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 15px;
	}

a:link {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #915730;
	font-weight: bold;
	text-decoration: none;
	}

a:hover
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #915730;
	font-weight: bold;
	text-decoration: none;
	}

a:visited
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #915730;
	font-weight: bold;
	text-decoration: none;
	}

a:active	
	{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #915730;
	font-weight: bold;
	text-decoration: none;
	}

.grau
	{
	color: #555555;
	}

.beige
	{
	color: #C09E6B;
	}

.braun
	{
	color: #915730;
	}

.fett
	{
	font-weight: bold;
	}

.klein
	{
	font-size: 9px;
	}

.underline
	{
	text-decoration: underline;
	}
	
	
/* >>>>>>>>>> Div-Box Definitionen <<<<<<<<<<*/

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 870px;
	height: 536px;
	margin-left: -435px;
	margin-top: -268px;
	visibility: visible;
	z-index: 1;
	}

/*
#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 870px;
	height: 536px;
	margin-left: 0px;
	margin-top: 0px;
	visibility: visible;
	z-index: 1;
	}
		*/

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 870px;
	height: 83px;
	background-color: White;
	visibility: visible;
	z-index: 9;
	}
	
#balkenoben {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 870px;
	height: 15px;
	visibility: visible;
	background-image: url(../images/balken_1px.jpg);
	background-repeat: repeat-x;
	z-index: 13;
	}
	
#linieoben {
	position: absolute;
	top: 82px;
	left: 0px;
	width: 870px;
	height: 1px;
	visibility: visible;
	z-index: 10;
}
	
#logo {
	position: absolute;
	top: 15px;
	left: 3px;
	width: 184px;
	height: 66px;
	visibility: visible;
	z-index: 12;
	}
	
#naviheader {
	position: absolute;
	top: 60px;
	left: 200px;
	width: 594px;
	height: 20px;
	visibility: visible;
	z-index: 11;
}

#navileft {
	position: absolute;
	top: 92px;
	left: 9px;
	width: 189px;
	height: 390px;
	visibility: visible;
	background-image: url(../images/dunkelbeige.gif);
	z-index: 8;
}

#linieleft{
	position: absolute;
	top: 92px;
	left: 198px;
	width: 1px;
	height: 390px;
	visibility: visible;
	z-index: 1;
}
	
#content {
	position: absolute;
	top: 97px;
	left: 218px;
	width: 465px;
	height: 380px;
	visibility: visible;
	z-index: 15;
	overflow: scroll;
}

#imageright {
	position: absolute;
	top: 92px;
	left: 715px;
	width: 145px;
	height: 420px;
	visibility: visible;
	z-index: 14;
}

#bottom {
	position: absolute;
	top: 491px;
	left: 0px;
	width: 870px;
	height: 45px;
	background-color: White;
	visibility: visible;
	z-index: 3;
}

#balkenunten {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 870px;
	height: 15px;
	visibility: visible;
	background-image: url(../images/balken2_1px.jpg);
	background-repeat: repeat-x;
	z-index: 4;
}

#linieunten {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 870px;
	height: 1px;
	visibility: visible;
	z-index: 6;
}

#navibottom {
	position: absolute;
	top: 8px;
	left: 520px;
	width: 200px;
	height: 18px;
	visibility: visible;
	z-index: 5;
}
