@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* @group RESET */

body{-webkit-text-size-adjust:none;font-size:12px;line-height:1.3em;font-family:Verdana,Arial,Helvetica,sans-serif}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}h1{font-size:28px}h2{font-size:22px}h3{font-size:18px}h4{font-size:16px}h5{font-size:14px}h6{font-size:12px}h1,h2,h3,h4,h5,h6{line-height:1em;margin-bottom:.5em}ol,ul{padding-left:2em}p,ul,ol{margin-bottom:.5em}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}a:hover,a:active,:focus{outline:0}body{color:black;background:white}a img{border:0}pre,code,samp,kbd,var,input[type="password"]{font-family:"DejaVu Sans Mono","Bitstream Vera Sans Mono",Consolas,Monaco,"Liberation Mono",Andale Mono,monospace;font-size:.9em}dt,strong,th,samp,dfn,h1,h2,h3,h4,h5,h6{font-weight:bold}blockquote,q{font-style:italic}blockquote cite,q cite{font-style:normal}acronym,abbr{cursor:help}acronym{letter-spacing:.07em}ul,ol,dl{position:relative}p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII=)}.clear{clear:both}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}textarea{overflow:auto}

/* @end */

/* @group nav */

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0;
}

.nav a {
	display: block;
	padding: 0 26px 0 20px;
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
	-webkit-transition: background .2s;
	transition: background .2s;
}

.nav .current a{
	background: #EDEDED;
}
.nav a:hover{
	background: #f3f3f3;
}
.nav .current a:hover{
	background: #e8e8e8;
}

/* @end */


body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.center{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.head .logo{
	width: 250px;
	margin-top: 20px;
}

.head hr{
	border: none;
	background: #5FAF4E;
	height: 2px;
	position: absolute;
	top: 112px;
	width: 960px;
}

.nav{
	position: absolute;
	top: 120px;
	left: 270px;
}

.main{
	margin-top: 50px;
}

.main .left{
	width: 270px;
	float: left;
}
.main .left{
	width: 270px;
}

.main .right{
	float: right;
	width: 640px;
	padding-right: 50px;
}




.main a{
	color: #5FAF4E;
}
.main a:hover{
	color: #539944;
}

.vita table td:first-child{
	white-space: nowrap;
	padding: 0 20px 0 0;
}
.vita table td{
	padding-bottom: 10px;
}





h1{
	font-weight: 600;
	font-size: 24px;
}





















.footer{
	margin-top: 50px;
	border-top: 2px solid #5FAF4E;
	text-transform: uppercase;
	position: relative;
	height: 80px;
	font-size: 12px;
}
.footer .mitglied, .footer .fnav{
	position: absolute;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	
}
.footer .mitglied{
	left: 270px;
}
.footer .fnav{
	right: 10px;
}
.footer .fnav a{
	color: #000;
	text-decoration: none;
}
.footer .fnav a:hover{
	text-decoration: underline;
}


.footer .mitglied img{
	height: 30px;
	margin: 0 0 -6px 20px;
	opacity: .5;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.footer .mitglied a:hover img{
	opacity: 1.0;
}

/* @group kform */





#kform{
	margin-top: 15px;
}
#kform th, #kform td{
	padding: 0 15px 10px 0;
}
#kform th{
	font-weight: normal;
	text-align: left;
}
#kform input{
	width: 200px;
}
#kform .pflicht{
	color: #999;
	margin-left: 3px;
	font-style: italic;
}
#kform .pflicht.hinw{
	text-align: right;
}
.mailfehler{
	background: maroon;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	margin-bottom: 3px;
}
.mailgesendet{
	background: #5FAF4E;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
	margin-bottom: 3px;
}
#kform input, #kform #Nachricht{
	padding: 3px 5px;
	border: 1px solid #999;
}
label, #kform input[type="checkbox"], #kform input[type="submit"], #kform input[type="reset"]{
	width: auto;
	cursor: pointer;
}
#kform .nachricht{
	position: relative;
}
#kform .nachricht .pflicht{
	position: absolute;
	top: 0;
}
.kformcaptcha img{
	height: 30px;
	margin-bottom: -10px;
}



#kform input[type="submit"], #kform input[type="reset"]{
	background: #bbb;
	margin-top: 20px;
}


#kform #PLZ{
	width: 50px;
}
#kform #captcha{
	width: 50px;
	margin-left: 5px;
}
#kform #Nachricht{
	width: 350px;
	height: 200px;
}
label:hover{
	color: teal;
}

/* @end */























