@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */

* {
	-webkit-text-size-adjust: none;
}

html {
	overflow-y: scroll;
}

body {
	background: #fff url(gfx/bg.png) repeat-y center top;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}
.tab {
	float: left;
	width: 14em;
}
p.hinweis {
	border: 3px solid #f39c2b;
	color: #f39c2b;
	font-weight: bold;
	margin: 0;
	padding: 32px 8px;
	text-align: center;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #f39c2b;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #f39c2b;
	text-decoration: underline;
}
.pdf {
	background: url(gfx/pdf.gif) no-repeat;
	padding: 2px 0 2px 22px;
}


/* Typo
----------------------------------------------- */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 1em 0;
	line-height: normal !important;
	padding: 0;
}
h2, h3, h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 1em 0;
	line-height: normal !important;
	padding: 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.standard {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.standard  li {
	background: url(gfx/dot.png) no-repeat 0 7px;
	margin: 0;
	list-style: none;
	padding: 0 0 2px 12px;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 885px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: url(gfx/bg_header.png) repeat-x 0 0;
	float: left;
	height: 170px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.logo {
	margin: 50px 0 0 44px;
}
#container {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#sidebar {
	float: left;
	margin: 0;
	padding: 0 13px 0 0;
	text-align: right;
	width: 137px;
}
#sidebar address {
	color: #999;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
#navigation {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 380px;
	height: auto !important;  /*moderne Browser*/
	height: 380px;  /*IE*/
}
#content {
	float: left;
	margin: 0 0 0 130px;
	line-height: 1.5em;
	padding: 0;
	width: 605px;
}
.gallery {
	float: left;
	margin: 0 0 1em 0;
	line-height: normal !important;
	padding: 0;
	width: 100%;
}
.gallery ul {
	margin: 0;
	padding: 0;
}
.gallery ul li {
	float: left;
	margin: 0 10px 10px 0;
	list-style: none;
	padding: 0;
}
.gallery ul li a img,
.gallery ul li a:visited img {
	border: 3px solid #f39c2b;
	float: left;
}
.gallery ul li a:hover img {
	border: 3px solid #999;
}
p.teaser {
	margin: 0 0 57px 0;
	padding: 0;
}

/* Navigationen
-----------------------------------------------*/
ul#menu {
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul#menu li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu li a,
ul#menu li a:visited {
	color: #f39c2b;
	display: block;
	padding: 3px 0;
	text-decoration: none;
	width: 100%;
}
ul#menu li a:hover {
	color: #999;
	text-decoration: none;
}
ul#menu li a.current {
	color: #999;
}
/*2nd level*/
ul#menu ul {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 8px 0;
}
/*upgrade*/
ul#menu ul {
	padding: 0;
}

ul#menu ul li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#menu ul li a,
ul#menu ul li a:visited {
	color: #c0c0c0;
	display: block;
	padding: 6px 0;
	text-decoration: none;
	width: 100%;
}
ul#menu ul li a:hover {
	color: #999;
	text-decoration: none;
}
ul#menu ul li a.current {
	color: #999;
	font-weight: bold;
}
/*servicenmenu*/
ul#servicenmenu {
	border: solid #f39c2b;
	border-width: 1px 0;
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0;
	padding: 4px 0;
	width: 105px;
}
ul#servicenmenu li {
	margin: 0;
	list-style: none;
	padding: 0;
}
ul#servicenmenu li a,
ul#servicenmenu li a:visited {
	color: #f39c2b;
	display: block;
	padding: 4px 0;
	text-decoration: none;
	width: 100%;
}
ul#servicenmenu li a:hover {
	color: #999;
	text-decoration: none;
}
ul#servicenmenu li a.current {
	color: #999;
}

/* Formulare
----------------------------------------------- */
form p {
	clear: both;
	display: block;
	width: 100%;
}
p.por {
	padding-top: 12px;
}
fieldset {
	border: none;
	margin: 0 0 1em 0;
	padding: 0;
}	
legend {
	border: none;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
legend strong {
	color: #333;
}
label.stdlb,
label.smalllb {
	cursor: pointer;
	float: left;
	width: 115px;
}
label.nxtlbl {
	cursor: pointer;
	padding-left: 25px;
	float: left;
	width: 97px;
}
label.smalllb {
	padding-left: 12px;
	width: 46px;
}
input.standard,
input.medium,
input.small,
select.small {
	background: #f7c17a;
	border: 1px solid #f7c17a;
	font-family: inherit;
	font-size: 1em;
	width: 380px;
}
input.medium {
	width: 220px;
}
input.small {
	float: left;
	width: 160px;
}
select.small {
	float: left;
	width: 130px;
}
textarea {
	background: #f7c17a;
	border: 1px solid #f7c17a;
	font-family: inherit;
	font-size: 1em;
	width: 380px;
}
.ckbl {
	float: left;
	width: 260px;
	padding-bottom: 12px;
}
.ckbl label {
    display: block;
    float: right;
    width: 235px;
}
.ckbm {
	float: left;
	width: 130px;
}
.ckbs {
	float: left;
	width: 80px;
}
.button {
	background: #f5ac4d;
	border: none;
	color: #000;
	font-weight: bold;
	margin: 0 0 0 115px;
	padding: 2px 0;
	text-align: center;
	text-transform: uppercase;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
}
.button:hover {
	background: #f7c17a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#wrapper #container #content .errormessage {
	color: #C60000;
	font-size: 16px;
}


