
body { 
	margin: 0;
	background-color:	#FFFFFF;
	
}

td {
	font-size: 			12px;
	line-height:		20px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;

}

a {
	color: #5B75A8;
	font-weight: 		bold;
	font-size: 12 px;
	padding-left: 5px;		
}

a:HOVER {
	text-decoration: 	none;	
}

h1 {
	color: 				#812705;
	font-size: 			24px;
	font-weight: 		bold;
	text-decoration: 	none;
	margin-bottom:		24px;
	padding-top: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 1.1;
	font-variant: small-caps;
	margin: 0px;

}

h2 {
	color: 				#812705;
	font-size: 			16px;
	font-weight: 		bold;
	text-decoration: 	none;
	padding-top: 		16px;
	font-family: Arial, Verdana, Helvetica, sans-serif;

}

h3 {
	color: 				#812705;
	font-size: 			14px;
	font-weight: 		bold;
	text-decoration: 	none;
	padding-top: 		14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

ul {
	/*text-align:			justify;*/
	color: 				#812705;
}

p {
	text-align:			justify;
}

.content {
	padding: 0 10px 0 10px;
	margin-top: 17px;
}

.center {
	width: 100%;
	text-align: center;
}

.logo {
	width: 100%;
	text-align: center;
	padding-top: 27px;
}

.navigation {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 19px;
	margin:0;
	color: #812705;
	list-style: none;
}

.navigation a {
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 11px;
}

.MENUTOP{
	text-decoration: none;	
	padding-right: 5px;	
	color: #A11313;
	background: #EFD9CE;
	width: 90%; display:block;
	line-height: normal;
	padding: 5px;
}

.MENUTOP:HOVER{
	color: #FFFFFF;
	background: #812705;
	width: 90%; display:block;
	line-height: normal;
	padding: 5px;
}

.MENUTOPON{
	padding-right: 5px;	
	color: #FFFFFF;
	background: #812705;
	text-decoration: 	none;
	width: 90%; display:block;
	line-height: normal;
	padding: 5px;
}

.MENULEFT{
	color: #FFFFFF;
	font-weight: 		bold;
	font-size: 11px;
	text-decoration: none;	
	padding-left: 5px;	
	background: #5B75A8;		
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.MENULEFT:HOVER{

	color: #EEEEEE;
	background: #ADBAD4;	
}

.FORM{
	border: #DFD3A9;
	border-bottom-width: 1px;
	border-bottom: solid;
	border-bottom-color: #DFD3A9;
	border-top-width: 1px;
	border-top: solid;
	border-top-color: #DFD3A9;
	border-left-width: 1px;
	border-left: solid;
	border-left-color: #DFD3A9;
	border-right-width: 1px;
	border-right: solid;
	border-right-color: #DFD3A9;
}

.caption {
	font-size: 10px;
	font-style: italic;
	line-height: 1.2;
	text-align: justify;
}

#kontaktformular label { 
	display: block;
  float: left;
	width: 100px; 
}

#kontaktformular input, select, textarea {
  display: block;
  float: left;
  width: 250px; 
	margin-bottom: 4px;
}

#kontaktformular br { 
  clear: left; 
	
}

#kontaktformular input#submit { /* den Submit-Button */
  float: none;
	margin-left: 100px;
  width: auto;
}