/* Grund css */

body {
	background-color : #fff;
	font-family : Verdana, Arial, sans-serif;
	color: #364D6D;
	
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	text-align:justify;
	
}

 TD, TR , P , FONT {
	font-family : Verdana, Arial, sans-serif;
	color: #364D6D;
	font-size:11px;
	text-align: left;
}


a:link {
	font-family : Verdana, Arial, sans-serif;
	color : #FFB473;
	font-size : 13px;
	line-height : 180%;
	font-weight: bold;
}

a:visited {
	font-family : Verdana, Arial, sans-serif;
	color : #FFB473;
	font-size : 13px;
	line-height : 180%;
	font-weight: bold;
}

a:hover {
	font-family : Verdana, Arial, sans-serif;
	color : #BB5900;
	font-size : 13px;
	line-height : 180%;
	font-weight: bold;
}

a:active {
	font-family : Verdana, Arial, sans-serif;
	color : #FFB473;
	font-size : 13px;
	line-height : 180%;
	font-weight: bold;
}

/* Klassen css */

.buendig {
	font-family : Verdana, Arial, sans-serif ;
	color: #364D6D;
	font-size : 11px ;
	line-height : 180% ;
	text-align : justify ;
}

.hintergrunda  {
	background-image: url(../back_head_02.gif);
	background-repeat: repeat-x;
}

.hintergrundb  {
	background-image: url(../back_head_02.gif);
	background-repeat: repeat-x;
	
}

.hintergrundc  {
	background-image: url(../back_body.gif) ;
	background-repeat: repeat-y ;
}

.fett  {
	font-family : Verdana, Arial, sans-serif ;
	color: #364D6D;
	font-size : 11px ;
	font-weight: bolder ;
	line-height : 180% ;
}.ausgabe {
	font-family : Verdana, Arial, sans-serif;
	color: #364D6D;
	font-size : 14px;
	font-weight: bold;
	line-height : 25px;
}
h1 {
	font-size: 16px;
	line-height: 20px;
}
h2 {
	font-size: 146px;
	line-height: 20px;
}
.liste {
	font-family : Verdana, Arial, sans-serif;
	color : #5E5E5E;
	font-size : 10px;
	line-height : 140%;
	text-align : left;
	font-weight: normal;
}


input[type=text] {
	background-color: #FFF2E6;
	border: 1px dotted #000000;
	width:250px;
	
	
}

input[type=radio] {
	background-color:#FFF2E6
	
	
}


textarea {
	background-color: #FFF2E6;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#930;
	border:1px   #7374A8 solid;
	overflow-x: hidden; 
	overflow-y: hidden;
	width:300px;

	}
	
select {
	background-color: #FFF2E6;
}

