.text{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal; 
}
.textgrau{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color:#666666;
}
.texthellgrau{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color:#ECECEC;
}
.error{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color:#FF0000;
}
.menu{
	border:2px solid #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#FFFFFF;
}

.text_small{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
}

.link{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #666666;
	text-decoration : none;
}

.link:hover { 
	text-decoration: underline;
}
.textsmalllink{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

.textsmalllink:hover { 
	text-decoration: underline;
}

.textlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #000000;
	text-decoration:none;
}
.textlink:hover { 
	text-decoration: underline;
}

.ueberschrift{
	font-family: Arial;
	font-size : 20px;

	color:#9C9898;
}

.ueberschrift_leftmenu{
	font-family : sans-serif;
	font-size : 12px;
	font-weight : bold;
	color:#0134CC;
}

.formbutton {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	font-weight: normal;
	color: #000000;
	background-color: #EFEFEF;
	border: 1px solid ##BCB4B4;
	cursor: hand;
}
.arrow_right{
	border-bottom:1px solid #000000; 
	border-top:1px solid #000000; 
	border-right: 1px solid #000000;
	cursor: hand;
	}
.arrow_left{
	border-bottom:1px solid #000000; 
	border-top:1px solid #000000; 
	border-left: 1px solid #000000;
	cursor: hand;
	}
.linkhand{
	cursor:hand;
	}
li{
color : #000000;
}

ul.news {
	list-style:none;
	margin:0;
	padding:0;
	
}
ul.news li {
	margin:10px 0;
	border-left:2px solid #666666;
	padding:0 5px;
}
