@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Geneva,Arial,Verdana,sans-serif;
}

h1 {
	font-size:19px;
	font-weight: normal;
	padding:0;
	margin: 0 0 5px 0;
	text-transform:uppercase;
	line-height:23px;
}

h1.headersmall {
	margin: 0 0 0px 0;
}	

h2 {
	font-size:16px;
	font-weight: normal;
	padding:0;
	margin: 0 0 10px 0;
	text-transform:uppercase;
}

p.headertext {
	padding: 0;
	margin: 0;
}

.text {
	font-size: 12px;
	color: #000;      
	line-height: 18px;
}
.header {
	font-size: 20px;
	color: #03C1F1;
}
.header2 {
	font-size: 16px;
	color: #03C1F1;
}
.select {
	font-size: 10px;
	color: #222222;
}
a {
    color: #000; 
    text-decoration: none;    
} 
A:active, a:hover {
    color: #838383; 
    text-decoration: none;   
}
a.news {
    color: #000; 
    text-decoration: none;  
	padding-bottom: 2px;
	border-bottom: 2px solid #bfbfbf;  
} 
a.news:active, a.news:hover {
    color: #838383; 
    text-decoration: none;    
}

#editor      { white-space:pre; }
#langezeile  { white-space:nowrap; }


#Layer2 ul,
#Layer3 ul,
.text ul {
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
}

#Layer2 ul li,
#Layer3 ul li,
.text ul li {
	display: inline;
}

#Layer2 ul li a,
#Layer2 ul li a:visited {
	font-size:19px;
	padding:0 15px 0 0;
	text-transform:uppercase;
	color: #959595;
}

#Layer3 ul li a,
#Layer3 ul li a:visited,
.text ul li a,
.text ul li a:visited {
	font-size:12px;
	padding:0 15px 0 0;
	text-transform:uppercase;
	color: #959595;
	display: block;
	float: left;
}

#Layer2 ul li a:hover,
#Layer3 ul li a:hover,
.text ul li a:hover {
	color: #000;
}

#Layer2 ul li a.act,
#Layer3 ul li a.act,
.text ul li a.act {
	color: #000;
}

