/*
EM - PX zum kopieren oder nachschauen
10px = 0.6em
12px = 0.76em
14px = 0.9em
16px = 1.0em
18px = 1.12em
22px = 1.38em
26px = 1.63em
*/
/*
FARBEN
dunkelgrün:#616a17
hellgrün:#cdd0b5
*/
/*BASICS*/
html,body,div,span,p,h1,h2,h3,h4,h5,h6,a,table,tr,td,form,input,select,textarea,img,ol, label
	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 100.01%;
	line-height: 1.1em;
	color: #323232;
	font-weight: normal;
	}
html,body {
	height:100%;
	/*\*//*/
	height:auto;
	/**/
	width:100%;
	background: url(../img/aufbau_bg2.jpg);
	}
a:link,a:visited,a:hover, a:active {
	text-decoration: underline;
	color:#616a17;
	}
h1 {
	text-transform: uppercase;
	padding:20px 0px 20px 0px;
	}
.bold {
	font-weight: bold;
	}
/*AUFBAU*/
#containerAll {
	font-size: 0.76em;
	line-height: 1.12em;
	position:absolute;
	left:50%;
	width:960px;
	height:99%;
	margin-left:-480px;
	padding:0px 17px 0px 17px;
	}
#clear {
	clear: both;
	}
#containerLeft {
	width:260px;
	height:600px;
	float:left;
	}
#containerLogo {
	width:100%;
	height:75px;
	margin:140px 0px 0px 0px;
	}
#containerSubnavi {
	width:94%;
	margin:60px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.subnavigation  ul, .subnavigation li, .subnavigation li a { 
	font-size: 1.0em;
	line-height: 1.63em;
	color:#a5a5a5;
	text-decoration: none;
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.subnavigation a:link, .subnavigation a:visited { 
	text-decoration: none; 
	color:#a5a5a5;
	} 
.subnavigation a:hover, .subnavigation a:hover, .subnavigation #active { 
	color: #616a17;
	}
#containerRight {
	width:600px;
	height:600px;
	float:right;
	}
#containerNavi {
	position: relative;
	width:100%;
	height:70px;
	margin:177px 0px 0px 0px;
	}
#navigation,  #navigation ul, #navigation li {
	display: inline; 
	list-style-type: none; 
	} 
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation #current { 
	width:80px;
	float: left; 
	text-decoration: none; 
	color: #FFFFFF; 
	margin:0px 30px 0px 0px;
	padding:0px 10px 0px 0px;
	/*\*//*/
	margin:0px 10px 0px 0px;
	/**/
	} 
#navigation a:hover, #navigation #current { 
	border-bottom:3px solid #616a17;
	} 
#containerContent {
	width:100%;
	height:340px;
	padding:10px 0px 0px 0px;
	}
#containerContent p {
	line-height: 1.5em;
	}
#containerContentStart {
	width:100%;
	margin:27px 0px 0px 0px;
	}
#containerButton {
	width:580px;
	height:25px;
	border-bottom:1px solid #cdd0b5;
	margin:5px 0px 0px 0px;
	}
#containerButtonBack,
#containerButtonBack a {
	float:left;
	width:290px;
	height:25px;
	background: url(../img/aufbau_button_back.gif) no-repeat;
	}
#containerButtonBack a:hover {
	float:left;
	width:290px;
	height:25px;
	background: url(../img/aufbau_button_back-hover.gif) no-repeat;
	}
#containerButtonForward,
#containerButtonForward a {
	float:left;
	width:290px;
	height:25px;
	background: url(../img/aufbau_button_forward.gif) no-repeat;
	}
#containerButtonForward a:hover {
	float:left;
	width:290px;
	height:25px;
	background: url(../img/aufbau_button_forward-hover.gif) no-repeat;
	}
#containerFooter {
	width:100%;
	height:30px;
	margin:10px 0px 0px 0px;
	}
.footer {
	font-size:0.8em;
	color:#616a17;
	}
form {
	padding:20px 0px 10px 0px;
	}
form table p {
	padding:5px 0px 5px 0px;
	color:#616a17;
	}
input, textarea {
	border: 1px solid #a5a5a5;
	width:250px;
	}
.button {
	margin:20px 0px 0px 105px;
	background: url(../img/formular_button_senden.jpg);
	border:none;
	width:100px;
	height:18px;
	color:#a5a5a5;
	text-transform: uppercase;
	font-size: 0.8em;
	}
.freiraum {
	width:100%;
	background: url(../img/freiraum_kkreis.jpg) no-repeat;
	margin:20px 0px 0px 0px;
	}
.freiraum p {
	padding:0px 0px 0px 60px;
	}
.linie {
	border-bottom: 1px solid #58585a;
	margin: 10px 30px 10px 0px;
	}
