* {
	margin: 0;
	padding: 0;
}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.wrapper-1 {
	width: 100%;
}
.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}
input, select {
	vertical-align: middle;
	font-weight: normal;
}
img {
	border: 0;
	vertical-align: top;
	text-align: left;
}
ul, ol {
	list-style: none;
}
object {
	vertical-align: top;
}
a {
	color: #484846;
}
a:hover {
	text-decoration: none;
}
body {
	background: url(images/body-bg.jpg) repeat 50% 0%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1em;
	color: #484846;
}
h3 {
	color: #ca3900;
}

h3.extra {
	font-size:16px;
}

h2 {
	padding: 0 0 6px 0;
	letter-spacing: -1px;
	line-height: 1.586em;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.417em;
	font-weight: normal;
	color: #3d3d3d;
}
h2.extra {
	padding: 0 0 8px 0;
	word-spacing: 4px;
}
h6 {
	line-height: 1.5em;
	font-size: 1em;
	color: #ca3900;
}
.fleft {
	float: left;
}
img.fleft {
	margin: 0 34px 19px 0;
}
img.fleft1 {
	float: left;
	margin: 3px 34px 20px 1px;
}
.fright {
	float: right;
}
img.fright {
	margin: 15px 0 21px 25px;
}
.col-1, .col-2, .col-3, .col-4 {
	float: left;
	overflow: hidden;
}
.block-1, .block-2, .block-3, .block-4, .block-5 {
	float: left;
	overflow: hidden;
}

span.o-sb {
	display:block;
	padding: 0 0 19px 30px;
	line-height: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.667em;
	font-weight: normal;
	color: #fff;
}

#main {
	width: 882px;
	margin: 0 auto;
	font-size: 0.75em;
}
#header {
	background: url(images/header.jpg) no-repeat 0% 61px;
	height: 466px;
	position: relative;
}
#header p {
	width: 285px;
	line-height: 1.385em;
	font-size: 1.083em;
	color: #484846;
	position: absolute;
	top: 315px;
	left: 515px;
}
#logo {
	position: absolute;
	top: 97px;
	left: 36px;
}
#search-form {
	background: url(images/search-input.gif) no-repeat 0% 0%;
	width: 248px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 110px;
	right: 24px;
}
#search-form input {
	background: none;
	width: 164px;
	height: 14px;
	padding: 3px 3px 3px 3px;
	border: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}
#search-form #search-submit {
	background: url(images/search-submit.gif) no-repeat 0% 0%;
	width: 68px;
	height: 20px;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
#slogan {
	position: absolute;
	top: 222px;
	left: 515px;
}
#navi {
	overflow: hidden;
	position: absolute;
	top: 411px;
	left: 4px;
}
#navi li {
	background: url(images/navi-divider.gif) no-repeat 0% 58%;
	margin: 0 0 0 -2px;
	padding: 0 0 0 2px;
	float: left;
	font-size: 1.083em;
	font-weight: bold;
	color: #3d3d3d;
}
#navi li a {
	display: block;
	height: 55px;
	padding: 0 33px 0 33px;
	float: left;
	line-height: 55px;
	text-decoration: none;
	color: #3d3d3d;
}
#navi li a:hover {
	text-decoration: underline;
}
#navi li#menu-act a {
	text-decoration: underline;
}
#content {
	background: url(images/content-tail.gif) repeat-y 0% 0%;
}
#content-bot {
	background: url(images/content-bot.jpg) no-repeat 0% 100%;
	padding: 8px 9px 2px 8px;
}
#content p {
	padding: 0 0 18px 0;
	line-height: 1.5em;
}
#content p em {
	float: right;
	padding: 0 20% 0 0;
	font-style: normal;
}
#content p b a {
	color: #ca3900;
}
#content p.extra {
	padding: 0 0 5px 0;
}
#content p.extra1 {
	padding: 0 0 12px 0 !important;
}


/**************************************
Eintrag
**************************************/

.eintrag {
	padding:10px;
	margin-bottom:30px;
	color:#666;	
	text-shadow: 1px 1px 0px #fff;
	border:1px solid #fff;

	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow:  	0px 0px 7px 1px rgba(0, 0, 0, .25);
	-o-box-shadow:  	0px 0px 7px 1px rgba(0, 0, 0, .25);
	box-shadow: 		0px 0px 7px 1px rgba(0, 0, 0, .25);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.eintrag span { display:block; }
.eintrag .eHead {
	margin:-10px -10px 10px -10px;
	padding:10px;
	border-bottom:1px dotted #cc3300;
	background-color:#f8f8f8; /* */
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

.eintrag.pr1 .name { background:url(/images/rating-star-1.png) no-repeat 100% 50%; }
.eintrag.pr2 .name { background:url(/images/rating-star-2.png) no-repeat 100% 50%; }
.eintrag.pr3 .name { background:url(/images/rating-star-3.png) no-repeat 100% 50%; }

.eintrag .name,
.eintrag .name a {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	line-height:120%;
	color:#333;
	padding-bottom:4px;
	text-decoration:none;
	}
	
.eintrag .adresse { }

.eintrag .links {
	text-align:right;
	}

.eintrag .links a {
	background: url(images/arrow.gif) no-repeat 0% 6px;
	padding: 0 0px 0 10px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration:none;
	color:#777;
	}

.eintrag .links a:hover {
	color: #ca3900;
	text-decoration:underline;
	}



/**************************************
info / kontaktbox
**************************************/

.infobox {
	padding:10px;
	margin:25px 0 30px;
	color:#666;	
	text-shadow: 1px 1px 0px #fff;
	border:1px solid #fff;

	-webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow:  	0px 0px 7px 1px rgba(0, 0, 0, .25);
	-o-box-shadow:  	0px 0px 7px 1px rgba(0, 0, 0, .25);
	box-shadow: 		0px 0px 7px 1px rgba(0, 0, 0, .25);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.infobox span { display:block; line-height:150%; }
.infobox span[itemprop] { display:inline-block;}

.infobox .eHead {
	margin:-10px -10px 10px -10px;
	padding:10px;
	border-bottom:1px dotted #cc3300;
	background-color:#f8f8f8;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}


.infobox .name,
.infobox .name a {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	line-height:120%;
	color:#333;
	padding-bottom:4px;
	text-decoration:none;
	}
	
.infobox .adresse { }

.infobox .kontakt { padding:5px 0 0; margin:5px 0 0; border-top:1px dotted #bbb;}

.infobox .kontakt a {
	background: url(images/arrow.gif) no-repeat 0% 6px;
	padding: 0 0px 0 10px;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration:none;
	margin-left:15px;
	color:#777;
	}

.infobox .kontakt a:hover {
	color: #ca3900;
	text-decoration:underline;
	}


/**************************************
	Tags
**************************************/

.tags {
	padding:10px;
	border:1px solid #bbb;
	border-left:3px solid #ca3900;
	margin-bottom:15px;
	}

.tags,
.tags a { color:#666;}


/****************************************************************************/


.box {
	margin: 0 0 16px 0;
}
.box .border-top {
	background: #fff url(images/border-top.gif) repeat-x 0% 0%;
}
.box .border-bot {
	background: url(images/border-bot.gif) repeat-x 0% 100%;
}
.box .border-left {
	background: url(images/border-left.gif) repeat-y 0% 0%;
}
.box .border-right {
	background: url(images/border-right.gif) repeat-y 100% 0%;
}
.box .corner-top-left {
	background: url(images/corner-top-left.gif) no-repeat 0% 0%;
}
.box .corner-top-right {
	background: url(images/corner-top-right.gif) no-repeat 100% 0%;
}
.box .corner-bot-left {
	background: url(images/corner-bot-left.gif) no-repeat 0% 100%;
}
.box .corner-bot-right {
	background: url(images/corner-bot-right.gif) no-repeat 100% 100%;
	width: 100%;
}
.box .box-indent {
	padding: 8px 15px 16px 15px;
}
.box .box-indent1 {
	padding: 8px 15px 24px 15px;
}
.box-1 {
	position: relative;
}
.box-1 .border-top {
	background: #fff url(images/border-top1.gif) repeat-x 0% 0%;
}
.box-1 .border-bot {
	background: url(images/border-bot1.gif) repeat-x 0% 100%;
}
.box-1 .border-left {
	background: url(images/border-left1.gif) repeat-y 0% 0%;
}
.box-1 .border-right {
	background: url(images/border-right1.gif) repeat-y 100% 0%;
}
.box-1 .corner-top-left {
	background: url(images/corner-top-left1.gif) no-repeat 0% 0%;
}
.box-1 .corner-top-right {
	background: url(images/corner-top-right1.gif) no-repeat 100% 0%;
}
.box-1 .corner-bot-left {
	background: url(images/corner-bot-left1.gif) no-repeat 0% 100%;
}
.box-1 .corner-bot-right {
	background: url(images/corner-bot-right1.gif) no-repeat 100% 100%;
	width: 100%;
}
.box-1 .box-indent {
	padding: 16px 18px 14px 17px;
}
.box-1 .inner {
	padding: 0 10px 0 14px;
}
.box-1 p {
	padding: 0 0 21px 0 !important;
	line-height: 1.333em !important;
}
.box-1 p.extra {
	padding: 0 0 29px 0 !important;
}
.box-1 blockquote p {
	padding: 0 0 19px 0 !important;
}
.box-1 blockquote p.extra {
	padding: 3px 0 0 0 !important;
}
blockquote p strong {
	display: block;
	padding: 2px 0 0 0;
	text-align: right;
	color: #ca3900;
}
.box-2 {
	margin: 0 0 11px 0;
}
.box-2 .border-top {
	background: #fff url(images/border-top2.gif) repeat-x 0% 0%;
}
.box-2 .border-bot {
	background: url(images/border-bot2.gif) repeat-x 0% 100%;
}
.box-2 .border-left {
	background: url(images/border-left2.gif) repeat-y 0% 0%;
}
.box-2 .border-right {
	background: url(images/border-right2.gif) repeat-y 100% 0%;
}
.box-2 .corner-top-left {
	background: url(images/corner-top-left2.gif) no-repeat 0% 0%;
}
.box-2 .corner-top-right {
	background: url(images/corner-top-right2.gif) no-repeat 100% 0%;
}
.box-2 .corner-bot-left {
	background: url(images/corner-bot-left2.gif) no-repeat 0% 100%;
}
.box-2 .corner-bot-right {
	background: url(images/corner-bot-right2.gif) no-repeat 100% 100%;
	width: 100%;
}
.box-2 .box-indent {
	padding: 18px 15px 21px 26px;
}
.box-2 .box-indent1 {
	padding: 18px 15px 16px 26px;
}
.list li {
	background: url(images/line-hor.gif) repeat-x 0% 100%;
	padding: 0 0 0 11px;
	line-height: 2.667em;
	color: #484846;
}
.list li a {
	background: url(images/marker.gif) no-repeat 0% 5px;
	padding: 0 0 0 13px;
	color: #484846;
}
.list li span a {
	text-decoration: none;
}
.list li span a:hover {
	text-decoration: underline;
}
.list li.extra {
	background: none;
}
.list-1 li {
	background: url(images/line-hor1.gif) repeat-x 0% 100%;
	margin: 0 0 13px 0;
	padding: 0 0 14px 0;
	line-height: 1.5em;
	color: #484846;
}
.list-1 li strong {
	display: block;
	padding: 0 0 7px 0;
	color: #484846;
}
.list-1 li strong a {
	color: #484846;
}
.list-1 li.extra {
	margin: 0 0 12px 0;
}
.list-2 li {
	width: 100%;
	overflow: hidden;
	line-height: 2.083em;
}
.list-2 li img {
	float: left;
	margin: 8px 10px 0 0;
}
.list-2 li a {
	color: #4e4e4e;
}
.list-3 li {
	background: url(images/line-hor1.gif) repeat-x 0% 100%;
	width: 100%;
	overflow: hidden;
	margin: 0 0 18px 0;
	padding: 0 0 23px 0;
}
.list-3 li img {
	float: left;
	margin: 0 44px 0 0;
}
.list-3 li p {
	padding: 1px 0 17px 0 !important;
}
.list-3 li p.extra {
	padding: 1px 0 7px 0 !important;
}
.list-3 li p strong {
	color: #ca3900;
}
.list-3 li.extra {
	background: none;
	margin: 0;
}
.list-3 li.extra1 {
	margin: 0 0 13px 0;
}
.list-3 li.extra2 {
	background: none;
	margin: 0 0 17px 0;
	padding: 0 0 16px 0;
}
.list-4 {
	padding: 0 0 7px 0;
}
.list-4 li {
	background: url(images/line-hor.gif) repeat-x 0% 13px;
	width: 100%;
	overflow: hidden;
	line-height: 1.5em;
}
.list-4 li span {
	float: right;
	color: #484846;
}
.list-4 li a {
	font-weight: bold;
	text-decoration: none;
	color: #ca3900;
}
.list-4 li a:hover {
	text-decoration: underline;
}
.indent {
	padding: 0 16px 0 9px;
}
.indent .inner {
	padding: 0 0 0 16px;
}
.indent .inner1 {
	padding: 5px 0 0 13px;
}
.indent-1 {
	padding: 0 22px 0 18px;
}
.no-indent {
	margin: 0 !important;
	padding: 0 !important;
}
.indent-2 {
	padding: 0 22px 13px 18px;
}
.link {
	background: url(images/arrow.gif) no-repeat 100% 6px;
	padding: 0 10px 0 0;
	line-height: 1.5em;
	font-weight: bold;
	color: #ca3900;
}
.link-1 {
	background: url(images/arrow.gif) no-repeat 100% 8px;
	margin: 0 0 30px 0;
	padding: 0 10px 0 0;
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	color: #ca3900;
}
.info-box {
	background: url(images/line-hor1.gif) repeat-x 0% 0%;
}
.info-box .inner {
	background: url(images/line-hor1.gif) repeat-x 0% 100%;
	margin: 0 0 7px 0;
	padding: 16px 0 28px 0;
}
.info-box .inner1 {
	background: url(images/line-hor1.gif) repeat-x 0% 100%;
	margin: 0 0 7px 0;
	padding: 16px 0 17px 0;
}
.info-box p {
	padding: 0 0 0 0 !important;
}
.info-box p.extra {
	padding: 0 0 18px 0 !important;
}
.info-box p b {
	color: #ca3900;
}
.line-ver {
	background: url(images/line-ver.gif) repeat-y;
}
.indent-bot {
	margin: 0 0 30px 0;
}
.client-box {
	text-align: center;
}
.client-box img {
	margin: 0 0 7px 0;
}
.client-box p {
	padding: 0 0 0 0 !important;
	line-height: 1.5em !important;
	text-align: left;
}
.client-box p b {
	color: #ca3900;
}
dl {
	padding: 7px 0 0 12px;
}
dl dt {
	line-height: 1.5em;
	font-weight: bold;
	color: #ca3900;
}
dl dd {
	padding: 0 0 18px 0;
	line-height: 1.5em;
	color: #484846;
}
dl dd.extra {
	padding: 0 0 0 0;
}
#contact-form {
	width: 534px;
	padding: 3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #484846;
}
#contact-form p {
	width: 255px;
	float: right;
}
#contact-form span {
	display: block;
	padding: 0 0 2px 0;
}
#contact-form textarea {
	background: none;
	width: 247px;
	height: 94px;
	border: 1px solid #a09b96;
	padding: 3px;
	float: left;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #484846;
}
#contact-form label {
	display: block;
	height: 40px;
	overflow: hidden;
}
#contact-form input {
	background: none;
	width: 261px;
	height: 15px;
	border: 1px solid #a09b96;
	padding: 2px 3px 2px 3px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #484846;
}
#submit {
	background: url(images/arrow.gif) no-repeat 100% 8px;
	margin: -4px 13px 0 25px;
	padding: 0 10px 0 0;
	float: right;
	line-height: 1.5em;
	font-weight: bold;
	color: #ca3900;
}
#reset {
	background: url(images/arrow.gif) no-repeat 100% 8px;
	margin: -4px 0 0 25px;
	padding: 0 10px 0 0;
	float: right;
	line-height: 1.5em;
	font-weight: bold;
	color: #ca3900;
}
#footer {
	background: url(images/footer.gif) no-repeat 0% 0%;
	height: 80px;
	overflow: hidden;
}
#footer p {
	padding: 35px 0 0 34px;
	font-size: 0.917em;
	color: #626262;
}
#footer p span {
	margin: 0 2px 0 0;
	word-spacing: 1px;
	text-transform: uppercase;
	color: #db6307;
}
#footer p a {
	margin: 0 0 0 3px;
	color: #626262;
}
