/* CSS Document */

body{
	background-image:url(../images/hintergrund.jpg);
	background-attachment:fixed; background-repeat: no-repeat; background-position:top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; 
	color:#000;
	margin:0; padding:0;
	line-height:1.5;
	letter-spacing:0.1px;
	
}

h1{
	font-size:16px;
	color:#c6161c;
	padding:0 0 0 30px;
	margin:30px 0 10px 0;
	}

.grau{
	font-size: 14px;
	color:#c4c4c4;}
	

.grauklein{
	font-size: 11px;
	color:#737272;}

	
.rot{
	font-size:12px;
	color:#c6161c;
	font-weight:bold;
}

.hr{
	border: dotted #535252;
	border-width:0 0 1px 0;
	background:none;
	height: 1px;
	width:755px;
	clear:both;
	margin-left:84px;
}

.hr2{
	border: dotted #535252;
	border-width:0 0 1px 0;
	background:none;
	height: 1px;
	width:90%;
	clear:both;
}

.hr3{
	border: dotted #535252;
	border-width:0 0 1px 0;
	background:none;
	height: 1px;
	width:100%;
	clear:both;
}

a.link-mehr:link, a.link-mehr:visited, a.link-mehr:focus, a.link-mehr:hover, a.link-mehr:active {
     color:#c7171d;
	 float:right;
	 margin:0;
     padding:0;
	 text-decoration:none;
}

a.link:link, a.link:visited, a.link:focus, a.link:hover, a.link:active {
     color:#c7171d;
	 text-decoration:none;
}

a.link-weiss:link, a.link-weiss:visited, a.link-weiss:focus, a.link-weiss:hover, a.link-weiss:active {
     color:#fff;
	 margin:0;
	 text-decoration:none;
	 font-size:11px;
}


ul#aufzaehl{
	padding:0px;
	margin:0;
	}


ul#aufzaehl li{
	list-style-type:none;
	padding-top:5px;
	margin:0;

	}


ul#aufzaehl li a{
	list-style-type:none;
	background-image:url(../images/kaestchen.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:13px;
	}
	
ul#aufzaehl2 {
	padding:10px 0 0 0;
	margin:0;
	}	
	
ul#aufzaehl2 li {
	list-style-type:none;
	background-image:url(../images/kaestchen.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:13px;
	}	
	
	
	
/**** FORM******/

form input, 
form textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px; 
	color:#000;
	border: 1px solid #000;
	margin-bottom:4px;
	padding:0;
	
}

form textarea {
	width:280px;
	height:139px;
}
	
form input:hover,
form textarea:hover {
	background-color:#ecedec;
	color:#000;
}

.textfield{
	width:220px;
	
}


*[type="submit"] {
	width:95px;
	height:23px;
	background-color:#fff;
    font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#c5151b;
	cursor:pointer;
	padding-bottom:2px;
}
	
