/* CONTENT */


/* LAYOUT */
* {
	font-family: verdana;
	font-size: 12px;
	line-height: 17px;
}

h1{
	margin-top:0px;
	font-size: 20px;
	color: #c52782;
	font-weight: bold;
}

h2{
	font-size: 16px;
	color: #55ab26;
}

a{
	color: #c52782;
	text-decoration: none;
}

a:hover{
	color: #55ab26;
	text-decoration: none;
}

a.foot{
	color: #ffffff;
	text-decoration: none;
}

a.foot:hover{
	color: #c52782;
	text-decoration: none;
}

div#content{

}

div#box {
	width:900px;
	position: absolute;
	left:50%;
	margin-left:-450px;
	top: 40px;
	background-color: #d4dda8;
	border: solid 1px #55ab26;
}

div#head{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 87px;
}


div#rightcolum{
	margin-top: 30px;
	background-color: #ffffff;
	padding: 20px;
	margin-left: 320px;
	width: 500px;
	height: 350px;
	overflow: auto;
}

div#impressum {
	margin-top: 5px;
	margin-left: 790px;
}

div#impressum a{
	font-size:10px;
	color: #55ab26;
}

div#impressum a:hover{
	color: #c52782;
}

div#footer1{
	background-color: #55ab26;
	padding: 5px;
	clear: both;
	text-align: center;
	color: #ffffff;
}

div#footer2{
	background-color: #ffffff;
	padding: 5px;
	clear: both;
	text-align: center;
	color: #000000;
}


/* NAVIGATION 1 */
div#sitenav{
	position: relative;
	top: 90px;
	text-align: left;
}

div#sitenav ul li a{
	font-size: 13px;
	font-weight: bold;
	color: #55ab26;
	text-decoration: none;
	line-height: 30px;
	height:30px;
}

div#sitenav ul li a:hover{
	color: #c52782;
}

div#sitenav ul li a.active{
	color: #c52782;
}

/* Formular */

input{
font-size: 12px;
background-color: #ffffff;
border: #55ab26;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
text-align: left;
}

textarea{
font-size: 12px;
background-color: #ffffff;
border: #55ab26;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

select {
list-style-type: square;
color : #000000;
font-size : 12px;
}

option{
font-weight: normal;
}


div #formular #adress label{
	display: block;
	float: left;
	width: 85px;
}

div #formular #adress input{
	color: #000000;
	border: solid #55ab26 1px;
}
