@charset "UTF-8";   
/**  
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework  
 * (en) central stylesheet  
 * (de) zentrales Stylesheet  
 *  
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)  
 * @file          my_layout.css  
 * @-yaml-minver  3.1  
 *   
 */  
  
/* import core styles | Basis-Stylesheets einbinden */  
@import url(../yaml/core/base.css);   
  
/* import screen layout | Screen-Layout einbinden */  
@import url(../yaml/navigation/nav_shinybuttons.css);   
@import url(basemod.css);   
@import url(content.css);   
  
/* import print layout | Druck-Layout einbinden */  
@import url(../yaml/print/print_draft.css); 

#header {
	background:transparent url(../images/header.jpg) no-repeat scroll left top;
	color:#000000;
	height:150px;
	margin:0;
}

body {
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.page {
	padding:0;
}

#col3 {
	border-right: 1px solid black;
	padding-bottom: 20px;
}

a {text-decoration: underline;
   color: black;}

#topnav {
	text-align:left;
}

#header #topnav {
position:absolute;
left:10px;
top:140px;
}

#header #topnav a{
color: black;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: xx-small;
display: block;
}

#header #topnav a:hover{
text-decoration: underline;
}

#header #nav {
position:absolute;
left:100px;
top:120px;
}

.hlist, .hlist ul li.active {
background: transparent;
border: 0;
}

.hlist ul , .hlist ul li {
border: 0;
}

.hlist ul li{
	background: transparent url(../images/reiter_blau.gif) no-repeat scroll left top;
	width: 182px;	
	height: 64px;
	color:#333333;
	text-decoration:none;
}

.hlist ul li.dod{
	background: transparent url(../images/reiter_rot.gif) no-repeat scroll left top;
	
	color:#333333;
	width: 182px;
	height: 64px;
	text-decoration:none;
}

.hlist ul li a{
	margin-left: 30px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	color: white;
	width: 100px;
	height: 30px;
	border: 0px solid black;	
	font-size: 10pt;
}

.hlist ul li a:focus, .hlist ul li a:hover, .hlist ul li a:active, .hlist ul li a.dod:hover {
	margin-left: 30px;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
	color: white;
	width: 100px;
	height: 30px;
	border: 0px solid black;	
	font-size: 10pt;
	background: transparent;
	text-decoration: underline;
	
}

p {margin-bottom: 10px;}

#col1_content ul li {
	list-style: none;
	margin-left: -11px;
}

#col1_content ul li a{
	text-decoration: none;
	}
	
#col1_content ul li a:hover{
	text-decoration: underline;
	}
		
h1 {
	font-size: 18px;
	margin-bottom: 10px;
}
