/* @group kopf */

#kopf{
	margin-top: 40px;
	margin-bottom: 80px;
}

#kopf a{
	font-size: 14px;
	color: #53432b;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 7px;
	background: none;
}

#kopf a:hover, #kopf a:active, #kopf a:focus, #kopf a.current{
	background: #a7c8e3;
	color: #53432b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#kopf img{
	margin-left: 10px;
}

/* @end */

/* @group menu */

#menu{
	height: 450px;
}

#menu a{
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin-left: 20px;
}

#menu a:hover, #menu a:active, #menu a:focus, #menu a.current{
	color: #333;
}

/* @end */

/* @group main */



/* @end */

#main {
	margin-left: 60px;
}

#main h1{
	font-size: 36px;
	font-weight: normal;
	
}

#main h2{
	font-size: 14px;
	margin-top: 1em;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6{
	color: #b1a27b;
	margin-bottom: 0.5em;
}

#main li{
	color: #b1a27b;
	margin-bottom: 0.4em;
	width: 300px;
}

#main li p{
	color: black;
	padding-bottom: 0;
}

#main a{
	text-decoration: none;
	color: #a7c8e3;
	border-bottom: 1px dotted #a7c8e3;
}

#main a:hover, #main a:active, #main a:focus{
	color: #305e82;
	border-bottom: 1px dotted #a8c9e3;
}

/* @group kontaktformular */


#kform td{
	padding: 0 5px 10px 0;
}

#kform .inp{
	width: 200px;
}

#kform textarea{
	width: 300px;
	height: 120px;
}

#kform .inp, #kform textarea{
	margin-right: 3px;
}

.kformfehler{
	margin-bottom: 10px;
	padding: 3px;
	background-color: #a73c33;
	color: #fff;
	font-weight: bold;
}

.kformok{
	margin-bottom: 10px;
	padding: 3px;
	background-color: #a8c9e3;
	color: #fff;
	font-weight: bold;
}


/* @end */

/* @group footer */

#footer{
	margin-top: 50px;
	padding-bottom: 50px;
}

#footer a{
	text-decoration: none;
	background: #9bcc43;
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 8px;
	margin-left: 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
}

/* @end */
