body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 	
	color:black;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
	height:100%;	
	scrollbar-base-color:#white;
	background-color: white;
	background-attachment:fixed;
	background-image:url();
	background-position: top left;
	border-top:1px solid #b4b4b4;
}


/*** Inhalt *************************************/


/***Postitonierung des Inhalts ***********/


#navigation {
	position:absolute;
	left: 10px; 
	top: 34;
	width:180px;
	height:88%;
	border:1px solid #ff0000;
	overflow:auto;
}
/*** MENUS *****************************/




/**** standards **************/
div{scrollbar-base-color:#000000;}

p {	
	font-size:76%;
	padding-left:10px;
	padding-right:10px;
	margin-top:12px;
	margin-bottom:12px;
	color:#000000;
	line-height:16px
}
	

h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:120%;
	color:#000000;
	font-weight:bold;
	margin-top:5px;
	padding:0px;
	margin-bottom:0px;
	padding-left:10px;
	letter-spacing: 1px;
	
	}
h2 {
	color:black;
	font-weight:bold;
	font-size:100%;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 8px;
	padding-right:20px;	
	padding-left:2px;
	letter-spacing: 1px;
}
h3 {color:black;
	font-size:84%;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom:0px;
}
h4 {color:black;
	font-size:90%;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:0px;
}

table{padding:0;margin:0;}

td {
	font-family: Arial, Helvetica, sans-serif; 	
	/*font-size: 76%;*/
	padding:0;
	margin:0;
	vertical-align:top; 	
	border-collapse:collapse;
	white-space:normal;
	empty-cells:show;
}
th {
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 74%; 
	font-weight:bold;
	border-collapse:collapse;
}
/*** navigation *******************************************/
a {  
	font-size:74%;
	color:#b4b4b4;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration:none;
	font-weight:bold;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
	display:block;
}
a:visited {color:#000000;}
a:link {  color: #000000;}
a:hover { color: #cccccc;}
a:active { color:#cccccc;}


/*#### SUB ##########################*/

a.sub:visited{color:#000000}
a.sub {
	margin-left:30px;
	font-family: Arial, Helvetica, sans-serif;
	color:#b4b4b4;
	text-decoration: none;	
	font-weight:normal;
	
	/*background-color:#CCFFFF;*/
}

a.sub:link{color:#000000}
a.sub:active { 
	/*background-color:#CCFFFF;*/
	}
a.sub:hover { 
	color:#CCCCCC; 
}

/*#### SUBSUB ##########################*/

a.subsub:visited{color:#000000}
a.subsub {
	font-size: 70%;
        margin-left:50px;
        font-family: Arial, Helvetica, sans-serif;
        color:#b4b4b4;
        text-decoration: none;
        font-weight:normal;

        /*background-color:#CCFFFF;*/
}

a.subsub:link{color:#000000}
a.subsub:active {
        /*background-color:#CCFFFF;*/
        }
a.subsub:hover {
        color:#CCCCCC;
}



/*** Sonderklassen *************************************************/
.rot{color:#ff0000}

