/*** HTML ***/

body { 
background-color: #24206A;
border: 0;
color: #CCCCCC;
font-family: Arial, Helvetica;
font-size: 95%;
margin: 0;
scrollbar-DarkShadow-Color:black;
scrollbar-Track-Color:#24206A; 
scrollbar-darkshadow-color:black;
scrollbar-Face-Color:#24206A; 
scrollbar-Shadow-Color:#999999; 
scrollbar-Highlight-Color:#999999; 
scrollbar-3dLight-Color:#24206A; 
scrollbar-Arrow-Color:white;
} 

h1 {
	color: #EACC95;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 3px;	
}

h3 {
	font-size: 120%;	
}

/*** PSEUDO ***/

a:link {
	color: #EACC95;
}
a:visited {
	color: #EACC95;
}
a:hover {
	color: #EACC95;
	font-weight: bold;
}
a:active {
	color: #EACC95;
}


/*** KLASSEN ***/


.content_block{
	float:left;
}


.contenttable{
	vertical-align: top;
}


.contenttable td{
	vertical-align: top;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.contenttable tr{
	vertical-align: top;
}

.csc-firstHeader{
	/* color: #EACC95;
	font-size: 120%; */
}


.fusszeile{
	margin-top: 100px;
}


.inhalt_standard_3sp{
	float: left;
	margin-right: 10px;
	width: 490px;
}


.inhalt_standard_left{
	float: left;
	margin-right: 20px;
	width: 300px;
}

.inhalt_standard_right{
	float: left;
	width: 200px;
}


.kasten_abstand_vertikal1{
	height=540px;
}


.liste1 li{
	list-style-type: square;
	margin-bottom: 10px;	
}


.nav_links{
	background-color: #ffdfb8;
	float: left;
	height: 100%;
	margin-left: 15px;
	margin-right: 30px;
	padding: 5px;
	width: 170px;
}

.nav_links a:link {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
}

.nav_links a:visited {
	color: #000066; 
	font-weight: bold;
	text-decoration: none;
}

.nav_links a:hover , 
	background-color: #000066; 
	color:#ffdfb8; 
	font-weight: bold;
}


.nav_links a:active{
	background-color: #000066; 
	color:#ffdfb8; 
	font-weight: bold;	
}


.nav_links li{
	list-style-type: none;
	margin-bottom: 12px;
}


.small {
	font-size: 75%;
}

.spalte_rechts{
	float: left;
	width: 250px;
}

.ueberschrift{
	/* background-color: yellow; */
}




