html, p, h1, h2, h3, h4, h5 {
  	border: none;
  	margin: 0;
 	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e4dbd2; /* #F8F6F0, #75a875, #53524d */
  	color: #383838; /* #171717 */
  	font-family: Verdana, Georgia, Palatino, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

table {
  	color: #171717;
  	font-family: Verdana, Georgia, Palatino, sans-serif;
	font-size: 13px;
	line-height: 24px;
}

#wrapper {
	background-color: #FFFFFF;
	width: 950px;
	top: 0px;
	
	padding: 0px;
	overflow: auto;
	min-height: 620px;
	margin: auto;
	/* margin-top: 20px; */
	/*
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	
	-webkit-border-top-left-radius: 10px;	
	-webkit-border-top-right-radius: 10px;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	*/
}

#header {
	width: 940px;
	height: 194px;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

#header_navi {
	width: 940px;
	height: 30px;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

#header_blauer_border {
	height: 4px;
	width: 940px;
	background-color: #cc5223;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

#navigation {
	background-color: #cc5223;
	width: 862px;
	height: 30px;
	font-size: 14px;
	line-height: 24px;
	float: left;
}

#logo {
	background: url(../images/logo.jpg);
	width: 78px;
	height: 30px;
	overflow: auto;
	float: left;
}

#navigation_admin {
	background-color: #e56868;
	width: 940px;
	height: 23px;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	margin-top: 1px;
	padding-top: 4px;
	font-size: 14px;
	line-height: 18px;
}

#info_balken {
	background-color: #0b6f31;
	width: 940px;
	height: 24px;
	color: #FFFFFF;
	font-size: 14px;
	padding-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}

#content {
	overflow: auto;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	width: 940px;
	height: auto;
	min-height: 400px;
	padding-top: 1px;
	padding-bottom: 5px;
}

#content_text {
	width: 930px;
	height: auto;
	margin-left: 10px;
	margin-top: 5px;
}

#content_text_links {
	width: 695px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#content_text_rechts {
	border-left: 1px solid #eeeeee;
	background-color: #eeeeee;
	width: 213px;
	float: left;
	padding-left: 10px;
	min-height: 400px;
	font-size: 13px;
}

#content_kontakt_links {
	width: 515px;
	height: auto;
	float: left;
	margin-right: 10px;
}

#content_kontakt_rechts {
	width: 405px;
	height: auto;
	float: left;
}

#wrapper_leistungen {
	width: 935px;
	min-height: 350px;
	margin-top: 5px;
	overflow: auto;
}

#navigation_leistungen_links {
	width: 185px;
	float: left;
	height: auto;
	margin-left: 10px;
}

#content_leistungen_rechts {
	width: 729px;
	min-height: 400px;
	float: left;
	height: auto;
	padding-left: 10px;
	border-left: 1px solid #e3e1dc;
}

#footer {
	background-color: #cc5223;
	width: 940px;
	height: 25px;
	margin: auto;

	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 2px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;

	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#footer_links {
	width: 920px;
	height: 25px;
	margin: auto;
	padding-left: 0px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#kleiner_abstand {
	width: 10px;
	height: 8px;
}

#ueberschrift {
	color: #cc5223;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
}


/* CMS */

#radio_div {
	width: 150px;
	float: left;
}

/* FONTS */
.navigation_font {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 12px;
}

.navigation_font_admin {
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 6px;
}

input.eingabe {
	width: 320px;
	height: 20px;
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

input.eingabe_acp {
	width: 660px;
	height: 20px;
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

select.eingabe {
	width: 320px;
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

select.eingabe_klein {
	width: 158px;
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

textarea.eingabe {
	width: 920px;
	height: 300px;
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

textarea.eingabe_acp {
	width: 655px;
	height: 200px;
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

textarea.eingabe_acp_klein {
	width: 655px;
	height: 100px;
  	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

/* Seiten */

#seiten_zahlen ul, #seiten_zahlen li, #seiten_zahlen a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}

#seiten_zahlen li {
	float: left;
}

#seiten_zahlen a {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	color: #333;
	border: 1px solid #7a7a7a;
}

#seiten_zahlen li a:hover {
	border-color: #777777;
	color: #777777;
}

#seiten_zahlen li.nichts {
	border: 0px;
	background: #ffffff;
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
}

#seiten_zahlen li.aktive_seite a {
	border: 1px solid #777777;
	background: #dadada;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

#seiten_zahlen li.aktive_seite a:hover  {
	color: #777777;
}

.image_shadow {
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .4);
    max-width: 100%
}

a:visited { color:#cc5223; text-decoration: none; text-transform: none;}
a:link { color:#cc5223; text-decoration: none; text-transform: none; }
a:hover { color:#cc5223; text-decoration: none; text-transform: none; }
a:active { color:#cc5223; text-decoration: none; text-transform: none; }

a.navigation:visited { color:#FFFFFF; text-decoration: none; text-transform: none;}
a.navigation:link { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.navigation:hover { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.navigation:active { color:#FFFFFF; text-decoration: none; text-transform: none; }

a.navi_links_link:visited { color:#000000; text-decoration: none; text-transform: none;}
a.navi_links_link:link { color:#000000; text-decoration: none; text-transform: none; }
a.navi_links_link:hover { color:#000000; text-decoration: none; text-transform: none; }
a.navi_links_link:active { color:#000000; text-decoration: none; text-transform: none; }

a.navigation_admin:visited { color:#37322f; text-decoration: none; text-transform: none;}
a.navigation_admin:link { color:#37322f; text-decoration: none; text-transform: none; }
a.navigation_admin:hover { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.navigation_admin:active { color:#37322f; text-decoration: none; text-transform: none; }

a.footer:visited { color:#FFFFFF; text-decoration: underline; text-transform: none;}
a.footer:link { color:#FFFFFF; text-decoration: underline; text-transform: none; }
a.footer:hover { color:#171717; text-decoration: underline; text-transform: none; }
a.footer:active { color:#FFFFFF; text-decoration: underline; text-transform: none; }

a.footer_links:visited { color:#000000; text-decoration: none; text-transform: none;}
a.footer_links:link { color:#000000; text-decoration: none; text-transform: none; }
a.footer_links:hover { color:#171717; text-decoration: none; text-transform: none; }
a.footer_links:active { color:#000000; text-decoration: none; text-transform: none; }

a.footer_tel:visited { color:#FFFFFF; text-decoration: none; text-transform: none;}
a.footer_tel:link { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.footer_tel:hover { color:#FFFFFF; text-decoration: none; text-transform: none; }
a.footer_tel:active { color:#FFFFFF; text-decoration: none; text-transform: none; }

