@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

body
{
	font: 12px Verdana, Arial;
}

a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: red;
}

.chromeframe
{
	position: fixed;
	top: 0px;
	width: 100%;
	padding:10px 0;
	text-align:center;
	background-color: #FFFED5;
	border-bottom: 1px solid #333333;
	color: #333333;
	font: 11px Verdana;
}

.captcha { padding: 0 10px; }
.ds { padding: 10px; }

.chromeframe a
{
	text-decoration: none;
	color: black;
}
.chromeframe a:hover
{
	color: red;
}

.bold
{
	font-weight: bold;
}

/** ********************* **/

html, body { height: 100%; }

body
{
	overflow: auto;
	background: #8DE4AE url('../images/body-background.png') top repeat-x;
}

#body-wrap
{
	position: relative;
	width: 970px;
	margin: 10px auto;
	background: #CEF3DC url('../images/content-background.png') top repeat-x;
	border-radius: 18px;
}
#header
{
	height: 256px;
	background: url('../images/header-background.png') center top no-repeat;
}
#telefon-header
{
	position: absolute;
	top: 100px;
	right: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #028A42;
	width: 350px;
	text-align: center;
}

#main-navi
{
	position: absolute;
	top: 12px;
	left: 0px;
	bottom: 0px;
	width: 190px;
	background-color: #A7E4BE;
	border-bottom-left-radius: 18px;
}

#main-navi ul
{
	list-style: none;
	margin-top: 40px;
}
#main-navi ul li
{
	list-style: none;
	margin: 4px 15px;
	border-right: 8px solid #FEFFFE;
	line-height: 22px;
	text-align: right;
}
#main-navi ul .active, #main-navi ul li:hover
{
	border-right: 8px solid #068c45;
}
#main-navi ul li a
{
	display: block;
	margin-right: 4px;
	text-decoration: none;
	background-color: #D3F2DF;
	padding-right: 10px;
	color: #028A42;
	font-size: 11px;
	font-weight: bold;
}

#main-navi img
{
	display: block;
	margin: auto;
	padding: 30px 0px;
}

#image-bar
{
	position: absolute;
	top: 230px;
	left: 205px;
}
#image-bar img
{
	display: block;
	margin-bottom: 15px;
}

#content
{
	color: white;
	position: relative;
	margin-top: -95px;
	margin-bottom: 20px;
	float: right;
	width: 522px;
	background-color: #028A42;
	border-top-left-radius: 30px;
	padding: 55px 30px 30px 30px;
	min-height: 250px;
	line-height: 16px;
}
#content p
{
	padding-bottom: 15px;
}
#content h1
{
	font-size: 16px;
	line-height: 18px;
	padding: 10px 0px 5px 0px;
}
#content h2
{
	font-size: 12px;
	padding: 10px 0px 5px 0px;
}
#content img
{
	border: 1px solid white;
}

#ugly-dots-header
{
	position: absolute;
	top: 14px;
	left: 0px;
	/* auf Navigation beschränkt, über die ganze Seite sieht stock hässlich aus ;) */
	width: 190px;
	height: 25px;
	opacity: 0.8;
	background: url('../images/ugly-dots-header.png') repeat;
}
#ugly-dots-content
{
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
	height: 20px;
	opacity: 0.8;
	background: url('../images/ugly-dots-content.png') repeat;
}

#footer
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	clear: both;
	font-weight: normal;
	color: #028A42;
	font-size: 0.75em;
}
