/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
html {
	height: 100%;
}
body {
	min-height: 100%;
	font-family: Arial, Verdana, Helvetica, Arial sans-serif;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a, a:link a:active {
	text-decoration: underline;
	background-color: inherit;
	color: #FFF; /* Link-Farbe nicht besprochen */
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #FFF;
}
a:focus {
	text-decoration: none;
	background-color: inherit;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #FFF;
}
body {
	text-align: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #fff;
}
div#pagewrapper {
	width: 794px;
        margin: 0 auto;
position: absolute;
top: 50%;
z-index: 0;
left: 50%;
overflow: hidden;
margin-left: -411px;
margin-top: -385px;
}

div#header {
	margin-top: 50px;
	padding: 0;
	height: 75px;
        background: url(images/layout/logo.png) no-repeat;
}

div#header h1 a {
	display: block;
	height: 75px;
	text-indent: -999em;
	text-decoration: none;
}

div.crbk {
	margin: 0;
	padding: 0;
}
div#content {
	float: left;
	margin: 0;
	padding: 0;
	height:485px; 
	width: 793px;
	overflow: hidden;
        background: #FFF;

}

#main.home {
background: url(images/frontseite.jpg) no-repeat;
}

div#main {
padding: 0;
height: 420px;
}

div#leftside {
padding: 30px;
float: left;
width: 516px;
height:490px;
background: #d0b8a2;
}

div#rightside {
float: right;
width: 217px;
height:490px;
background: #d0b8a2;
}

div#fullwidth {
width: 733px;
height:420px;
padding: 30px;
background: #d0b8a2;
}

div#copyimp {
width: 793px;
height: 30px;
padding-top:15px;
}

.left {
float: left;
width: 322px;
height: 366px;
}

.titel {
height: 53px;
}

.titellinks {
height: 39px;
}

.right {
float: left;
width: 314px;
margin-left: 45px;
}

div#footer {
	clear: both;
	height: 20px;
}
div#footer p {
	font-size: 11px;
	padding-top: 10px;
	text-align: right;
	margin: 0;
	color: #fffffd;
}
div#footer p a {
	color: #fffffd;
}
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
div#main h1 {
	font-size: 2em;
        padding: 0 0 16px 0;
	margin: 0 0 10px 0;
        margin-top: -6px;
        border-bottom: 1px solid #899092;
}
div#main h2 {
	color: #000;
	font-size: 1.1em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
}

.titel2col {
margin-bottom: 30px;
}

div#main h3 {
	color: #fff; /* Farbe stimmt*/
	font-size: 20px;
        font-weight: bold;
	line-height: normal;
	margin:0;
	padding-bottom: 40px;
}
div#main h4 {
	color: #fff; /* Farbe stimmt*/
	font-size: 18px;
        font-weight: bold;
	line-height: normal;
	margin: 0;
        padding-bottom: 10px;
}
div#main h5 {
	color: #a39d87; /* Farbe stimmt*/
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #a39d87; /* Farbe stimmt*/
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
p {
	font-size: 19px;
        font-weight: lighter;
	margin: 0 0 1em 0;
	line-height: 1.1em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
	/* explicit setting for these */
	font-weight: bold;
}
em, i {
	/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
	/* css-3 */
	white-space: pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
	/* Opera 4-6 */
	white-space: -pre-wrap;
	/* Opera 7 */
	white-space: -o-pre-wrap;
	/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
	/* black border for pre blocks */
	border: 1px solid #000;
	/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in main need some margins to look nice */
div#main ul, div#main ol, div#main dl {
	font-size: 19px;
	margin: 10px 0 1em 0;
	line-height: 1.3em;
}
div#main ul li, div#main ol li {
	margin: 0 0px 0.25em 20px;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

input {
	width: 300px;
	margin-bottom: 10px;
line-height: 1em;
padding: 0;
}
label {
	float: left;
	width: 100px;
line-height: 1em;
padding: 0;
}
.formbuilderform textarea {
	width: 300px;
	height: 80px;
}
.fbsubmit {
	width: 300px;
	margin-top: 10px;
line-height: 18px;
}

* html .fbsubmit {
float: left;
	margin-top: -10px;
line-height: 1em;
}

* + html .fbsubmit {
float: left;
margin-top: -10px;
line-height: 1em;
}

.pflicht {
float:left;
margin-top:52px;
font-size:11px;
font-weight:normal;
line-height: 1em;
}

* html .pflicht {
margin-top:50.5px;

}
*+ html .pflicht {
margin-top:50.5px;
}


.entspannt {
	text-align: left;
	font-size: 49px;
	font-weight: normal;
	padding: 0;
	margin-top: 380px;
	margin-left: 20px;
	margin-bottom:0;
}
.logo {
	margin-bottom: 140px;
}
.green {
	color: #99cc01; /* Farbe stimmt*/
}
.graybold {
	font-weight: bold;
	color: #a39d87;
}

.team {
	float: left;
	margin-right:15px;
	padding-bottom:59px;
	margin-bottom: 110px;
}

.karte {
	margin-top: 6px;
	}

.teamblock {
	clear: both;
	margin-top: 0px;
}

.teamblock2 {
	clear: both;
}








.formbuilderform input {
width: 388px;
margin-bottom: 10px;
padding: 4px;
background: #fff;
border: none;
font-family: verdana;
font-size: 12px;
}

* html .formbuilderform input {
width: 384px;
margin-bottom: 10px;
padding: 4px;
background: #fff;
border: none;
font-family: verdana;
font-size: 12px;
}

label {
color:#FFFFFF;
float:left;
font-size:1.1em;
font-weight:normal;
margin-bottom:5px;
width:120px;
}

.formbuilderform textarea {
width: 388px;
padding: 4px;
background: #fff;
border: none;
font-family: verdana;
font-size: 12px;
}

* html .formbuilderform textarea {
width: 384px;
padding: 4px;
background: #fff;
border: none;
font-family: verdana;
font-size: 12px;
}

.submit {
margin-top:10px;
margin-left:415px;
}

.formbuilderform .submit input.fbsubmit {
width: 100px;
margin-left: 0px;
margin-top: 10px;
color: #D0B8A2;
font-weight: bold;
}

#navigation {
margin-top: 13px;
width: 800px;
float: left;
}

#navigation a {
margin-right: 43px;
}


* html #navigation a {
margin-right: 43px;
}

* + html #navigation a {
margin-right: 43px;
}
/* End of 'Layout: Top menu + 2 columns' */

