/* allgemeine styles */
body {
	Font-Family:Arial;
	Font-Size:11px;
	Color:#000000;
	font-weight:normal;
	Text-Decoration:none;
	scrollbar-Face-Color:#ffffff;
	scrollbar-Track-Color:#ffffff;  
	scrollbar-Shadow-Color:#000000; 
	scrollbar-Highlight-Color:#ffffff; 
	scrollbar-DarkShadow-Color:#ffffff; 
	scrollbar-3dLight-Color:#000000; 
	scrollbar-Arrow-Color:#000000;
	overflow:hidden;
	}  

table {
	Font-Family:Arial;
	Font-Size:11px;
	Color:#000000;
	font-weight:normal;
	Text-Decoration:none;
	}
	
a 	{
	Color:#666666;
	text-decoration:none;
	}
	
a:hover {
	Color:#D22020;
	text-decoration:none;
	}
	
	
/* header */
#headerdiv {
	position:absolute;
	top:40px;
	left:130px;
	width:400px;
	}
	
	
/* navigation */
#maindiv {
	position:absolute;
	top:80px;
	left:130px;
	}

	
/* hauptnav */
#navlist
	{
	position:relative;
	margin-right:40px;
	float:left;
	}
	
.navlist
	{
	Font-Family:Arial;
	Font-Size:11px;
	font-weight:bold;
	letter-spacing:0.5pt
	}

.navlist a
	{
	Color:#8A8A8A;
	text-decoration:none;
	font-weight:bold;
	}
	
.navlist a:hover
	{
	Color:#000000;
	text-decoration:none;
	font-weight:bold;
	}

	
/* subnav */
#subnavdiv {
	position:absolute;
	top:20px;
	left:0px;
	}
	
#subnavlist {
	position:relative;
	float:left;
	}

.navcontainer 
	{
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height:13px;
	}
	
.subnavlist
	{
	Font-Family:Arial;
	Font-Size:10px;
	font-weight:normal;
	}
	
.subnavlist a
	{
	Color:#626262;
	text-decoration:none;
	}
	
.subnavlist a:hover
	{
	Color:#D22020;
	text-decoration:none;
	}


/* inhalt */
#contentdiv {
	position:absolute;
	top:165px;
	left:130px;
	bottom:130px;
	height:expression(document.body.clientHeight - 310 + "px");
	width:835px;
	overflow-y:auto;
	overflow-x:hidden;
	max-width:818px;
	}

#contentdiv td
	{
	padding-top: 5px;
	padding-right: 10px;
	Font-Size:11px;
	}

/* fusszeile */
#footerdiv {
	Font-Size:10px;
	position:absolute;
	bottom:30px;
	left:130px;
	line-height:14px;
	width:400px;
	Color:#666666;
	}
	
/* modulspezifische styles/divs */

/* bauten*/
#bauten {
	position:relative;
	margin-bottom:35px;
	}

/* htmlbox */
.Standard {
	Font-Family:Arial;
	Font-Size:11px;
	Color:#000000;
	font-weight:normal;
	}

.Standard a {
	Color:#626262;
	text-decoration:none;
	}
	
.Standard a:hover {
	Color:#D22020;
	text-decoration:none;
	}
	
.subtitle {
	Font-Family:Arial;
	Font-Size:11px;
	Color:#000000;
	font-weight:bold;
	}

.subtitle a {
	Color:#626262;
	text-decoration:none;
	}
	
.subtitle a:hover {
	Color:#D22020;
	text-decoration:none;
	}
	
.title {
	Font-Family:Arial;
	Font-Size:11px;
	Color:#000000;
	font-weight:bold;
	
	}
	
.title a {
	Color:#626262;
	text-decoration:none;
	}
	
.title a:hover {
	Color:#D22020;
	text-decoration:none;
	}
	
table.listtable p {
	margin:0 0 10px 0;	
}
