/*
    general style
*/


body {
    font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

p,td {
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 135%; 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 15px;
	color: #000000;
	font-weight: normal 
}	


a {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #800000;
}
a:hover {
	font-family: Tahoma;
	font-size: 8pt;
	color: #FF0000;
	font-weight: bold;
	TEXT-DECORATION: underline
}

.footer a {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #666666;
	TEXT-DECORATION: none
	
}
.footer a:hover {
	font-family: Tahoma;
	font-size: 8pt;
	color: #800000;
	font-weight: normal;
	TEXT-DECORATION: underline
}


.page_title {
	font-family: Arial;
	font-size: 12pt;
	line-height: 135%; 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 15px;
	color: #808080;
	font-weight: bold 
}	

.page_subtitle {
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 135%; 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 15px;
	color: #000000;
	font-weight: bold 
}	

.page_text {
	font-family: Tahoma;
	font-size: 8pt;
	line-height: 155%; 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 15px;
	color: #000000;
	font-weight: normal 
}	

.page_highlight {
	font-family: Tahoma;
	font-size: 12pt;
	line-height: 155%; 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 15px;
	color: #000000;
	font-weight: normal 
}	

.page_highlight a {
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: #800000;
}
.page_highlight a:hover {
	font-family: Tahoma;
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
	TEXT-DECORATION: underline
}



.page_gruppen_titel {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 135%; 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-top: 15px;
	margin-bottom: 0px;
	color: #800000;
	font-weight: normal 
}



/* SUB-NAV */


#main_nav {
    font-family: lucida, verdana, arial, helvetica, sans-serif;
    display: block;
    margin: 5px 0 5px 5px; 
    padding: 0; 
    text-indent: 0px; 
    list-style-type: none; 
    font-size: 11px; 
    color: white;
}

#main_nav dt {
    margin: 0;
    padding: 0;
    text-indent: -9000px;
    height: 15px;
}

#main_nav dd {
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    line-height: 100%;
    list-style: none; 
}

#main_nav dd a, #sub_nav dd a:active {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

#main_nav dd a:hover {
    text-decoration: underline;
}

#main_nav dd#selected {
    background:  url("../../images/navbar_indicator.png") no-repeat 0 2px;
}

#main_nav dd a:visited {
    color: #eee;
}

.image_links {
	float: left;
 	margin-right: 10px;
 	margin-bottom: 5px;
}

