/* CSS Document */

body {
	font-family:Arial,Helvetica,sans-serif;
	color:#666666;
	margin: 5px;
	padding: 0;
	border: 0;
	padding-top:25px;
	padding-bottom:40px;
	text-align:center;
}

#dokument {
	width:882px; 
	text-align:left;
	margin:auto;
	padding-left:28px;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
}

#top {
	height:100px;
	/*padding-left:25px;*/
	background: #ffffff;
	
	
}

#top a.logo img {
	float:left;
	margin-top:30px;
}

#flashani {
	float:left;
	padding-left:10px;
	margin-top:-2px;
}

#menu {
	/*width:214px;*/
	width:209px;
	height: 380px;
	float: left;
	

}

#menu a, #menu a:hover{
	background-color:transparent;
}

#inhalt {
	width:450px;
	margin-left:20px;
	margin-right:20px;
	float:left;
	border:0px solid black;
}

#inhalt ul li{
	/*list-style-type:none;
	list-style-position:left;*/
	padding-left: 0px;
	margin-left: 0px;
	/*vertical-align: middle;*/
}

#news {
	width: 180px;
	float: right;
	margin: 0;
	padding: 0;
	
   
}

#newswrap {
	margin-left:17px;
	margin-top:5px;
	
}

span.news-list-date{
	color:#666666;
	font-size:xx-small;
}



#fusszeile {
	height:35px;
	clear:both;
	
}

span.impressum{
	margin-top:20px;
}

/* General */

img	{
	display: block;
	border: 0;
	}
	
	
/*  Typo */
	
h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	/*margin-top: 25px;*/
	/*margin-bottom: 2px;*/
	letter-spacing: 1px;
}

#news h1, #news h2, #news h3, #news h4  {
	color:#006077;
	margin-top: 0px;
	padding-top: 0px;
}

#dokument h1	{
    margin-top: 0;
    font-size:    medium;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:  large;       
}

html>#dokument h1 	{
	font-size:  large;  
} 
	
#dokument h2	{
    margin-top: 20px;
	font-weight:bold; 
	case: upper;
    font-size:    x-small;     
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size: small;      
	text-transform: uppercase; 
}

html>#dokument h2 	{
	font-size:  small;  
} 
	
p {
	line-height: 140%;
	text-align: left;
/*
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;*/
}
	
#dokument, #dokument div, #dokument p, #dokument th, #dokument td, #dokument li, #dokument dd, #dokument dt    {
    font-size:    x-small;             
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    small;         
}

html>#dokument, html>#dokument div, html>#dokument p, html>#dokument th, html>#dokument td, html>#dokument li, html>#dokument dd, html>#dokument dt    {
    font-size:  small;
}

.upper {
	text-transform:uppercase;
}


/*  text links */
	
a {
	font-weight : regular; 
	text-decoration : none;
	color: #CCCCCC;
	background: transparent;  
}	

a:hover {
	text-decoration : none;
    background-color: #000000;
	color:#fff;
}

#news a{
	color: #CCCCCC;
}

#news a:hover{
	background-color: #006077;
	color:#fff;
}

