body {
	margin:					0px;
	padding:				0px;
	background-color:		#c38c85;
	background-image:		url('design/background.png');
	background-repeat:		repeat-x;
	font-family:			tahoma,verdana,arial,sans-serif;
}




html,body {
	height:					100.1%;
}




h1,h2,h3,h4,h5 {
	color:					#d52422;
	text-align:				left;
	font-weight:			bold;
	margin-top:				15px;
	margin-bottom:			0px;
}
h1 {
	font-size:				18pt;
}
h2 {
	font-size:				14pt;
}
h3 {
	font-size:				12pt;
}
h4 {
	font-size:				10pt;
}
h5 {
	font-size:				8pt;
}




p  {
	margin-top:				0px;
	margin-bottom:			15px;
}




a,a:link,a:visited,a:focus,a:active{
	color:					#d52422;
	text-decoration:		underline;	
}
a:hover {
	color:					#d52422;
	text-decoration:		underline;	
}




ul {
	list-style-image:		url(design/bulletgrafik.png);
	margin:					0px;
	padding:				0px;
	margin-left:			10px;
	padding-left:			10px;
}
ul li {
	margin:					0px;
	padding:				0px;
}




#center_main_box {
	width:					728px;
	height:					100%;
	margin:					0px auto;
	padding:				0px;
	background-color:		#fbf9f0;
}




#top_navi {
	color:					black;
	font-size:				9pt;
	text-align:				right;
	padding-right:			5px;
}
#top_navi a, #top_navi a:link, #top_navi a:visited, #top_navi a:focus, #top_navi a:active{
	color:					black;
	text-decoration:		none;	
}
#top_navi a:hover {
	color:					#d52422;
	text-decoration:		none;	
}




#copyright {
	font-size:				7pt;
	text-align:				center;
	color:					black;
	margin:					20px;
}




.fließtext {
	padding-left:			20px;
	padding-right:			10px;
	color:					black;
	font-size:				10pt;
	line-height:			15pt;
	text-align:				left;
	font-weight:			normal;
}




.kontakt_input {
	background-color:		#fbf9f0;
	border:					1px solid #c38c85;
	font-size:				10pt;
}
.kontakt_button {
	background-color:		#c38c85;
	border:					1px solid black;
	color:					#fbf9f0;
}


.bild  {
	border:					1px solid #c38c85;
}