/* Grundfarben und Schritart/Gre usw */
html, body{ 
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	scrollbar-base-color: B4B7BC;
	color: #000000;
	scrollbar-3dlight-color:C8CBD0;
	scrollbar-arrow-color:000000;
	scrollbar-darkshadow-color:000000;
	scrollbar-face-color:C8CBD0;
	scrollbar-highlight-color:ffffff;
	scrollbar-shadow-color:000000;
	scrollbar-track-color:B4B7BC;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#b8b8b8; 
} 

/* Links */
A:link {color: #000000;font-weight: bold; text-decoration: none;}
A:visited {color: #000000; font-weight: bold; text-decoration: none;}
A:active {color: #000000; font-weight: bold; text-decoration: none;}
A:hover {color: #ff0000; font-weight: bold; text-decoration: none;}


h1{
	font-size: 28px;
}
h2{
	font-size: 20px;
}

.start_info{
	position: relative;
	left: 125px;
	top: 25px;
	width: 350px;
	text-align: left;
}
.def_table{
	text-align:left;
}
.head{
	text-align: center;
}
.section{
	font-size: 16px;
	font-weight:bold;
	vertical-align:top;
}
.sub{
	font-size: 14px;
	vertical-align:top;
	height: 25px;
}
.tab{
	padding-left: 15px;
}

#pagewidth{ 
	width:867px;
	min-width: 500px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
} 

#header{
	height:41px;
	width:867px;
	background-image: url(img/bg_top.gif);
	background-repeat: no-repeat;	
}
#outer{
	width: auto;
	background-image: url(img/bg_main.gif);
	background-repeat: repeat;
} 
#inner{
	width:100%;
	height: 450px;
	min-height: 450px;
	max-height: 100%;
	overflow:hidden;
}
#left{
	width: 275px;
	height: 400px;
	float: left;
}
#menu{
	position: relative;
	left: 35px;
	width: 224px;
	height: 322px;
	background-image: url(img/bg_menu.gif);
	background-repeat: no-repeat;	
}
#menu_table{
	position: relative;
	top: 34px;
	left: 35px;
	width: 160px;
}
#right{ 
	width: 592px;
	height: 450px;
	float: left;
}
#content{ 
	position: relative;
	left: 25px;
	width: 520px;
	height: 100%;
	text-align:center;
	overflow:auto;
}
#footer{
	height:41px;
	width:867px;
	background-image: url(img/bg_bottom.gif);
	background-repeat: no-repeat;	
}
.clear{clear:both;}