.nav  A{
	background-image:url("../images/menue_1.gif");
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 45px;
	TEXT-DECORATION: none;
	DISPLAY: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A4343;
	width: 100%;
}

.nav  A:HOVER{
	background-image : url(../images/menue_2.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 45px;
	TEXT-DECORATION: none;
	DISPLAY: block; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A4343;
	width: 100%;
}

.sprache  A{
	TEXT-DECORATION: none;
	DISPLAY: block; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A4343;
	width: 100%;
	background-color: #DFDFDF;
	padding: 4px;
}

.sprache  A:HOVER{
	TEXT-DECORATION: none;
	DISPLAY: block; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A4343;
	width: 100%;
	background-color: #FFFFFF;
	padding: 4px;
}

.nav_text{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #292929;
	padding-left: 15px;
}
.nav_text a:visited, .nav_text a:link, .nav_text a:active
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #FD2C2C;
	text-decoration:			underline;
	
}

.nav_text a:hover
{
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: none;
	color: #110404;
	text-decoration:			none;
}


.text_block{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #110404;
	padding-left: 14px;
	padding-top: 14px;
	padding-bottom: 4px;
	padding-right: 5px;
}
.text_block a:visited, .text_block a:link, .text_block a:active
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #FD2C2C;
	text-decoration:			underline;
	
}

.text_block a:hover
{
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: none;
	color: #110404;
	text-decoration:			none;
}

h1{
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FD2C2C;
	MARGIN: 0px; 
}

h2{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FD2C2C;
	MARGIN: 0px; 
}
h3{
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #110404;
	MARGIN: 0px; 
}

 li {
	margin-left: -25px;
	list-style-position: outside;
	list-style-image: url(../images/li.gif);
	margin-top: 5px;
}

input, textarea, select, option {
	font-family:   Arial, sans-serif;
	padding-left: 2px;
	font-size : 11px;
	font-weight : normal;
	color : #110404;
	BORDER: 2px solid #D0D0D0;
	background-Color: #F4F4F4;
}

.formular{
	background: #F8F8F8;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #292929;
	padding-top: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
	padding-right: 4px;
}



