/* ../img/  ---->  ../_layout/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table, td {
	border-collapse: collapse;
	border-spacing: 0;
}
img { display: block; border: none; }

/* ************************************************************************ */
/* STRUKTUR */
/* ************************************************************************ */


body {
	background: #29605b url(../img/bg-whitelxxine.png) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #447b76;
}

#tophalf {
	background: #fff url(../img/topbg.png) top center no-repeat;
	height: 230px;
	overflow: auto;
}
#centerhalf {
	background: #fff url(../img/centerbg.png) top center repeat-x;
	border-bottom: 1px solid #447b76;
}
#bottomhalf {
	background: #447b76 url(../img/bottombg.png) top center no-repeat;
	color: #fff;
	padding: 30px 0 50px 0;
}
#footerhalf {
	background: #29605b none top center no-repeat;
	border-top: 1px solid #6ea894;
	color: #fff;
}

#topwrapper, #centerwrapper, #bottomwrapper, #footerwrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
	overflow: auto;
}

#topleftcol {
	float: left;
	width: 520px;
}
#toprightcol {
	float: left;
	width: 320px;
	margin-left: 60px;
}

#bottomleftcol {
	float: left;
	width: 520px;
}
#bottomrightcol {
	float: left;
	width: 320px;
	margin-left: 60px;
	padding-top: 0px;
}

#footerleftcol {
	float: left;
	width: 422px;
}
#footerrightcol {
	float: left;
	width: 478px;
	margin-left: 0px;
}



/* ************************************************************************ */
/* BOTTOM LEFT */
/* ************************************************************************ */

#bottomwrapper h1 {
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
	margin-bottom: 25px;
}

#bottomwrapper h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
}

#bottomwrapper p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}

#bottomwrapper ul {
	margin-bottom: 10px;
	line-height: 22px;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 14px;
}
#bottomwrapper ul li {
	margin-bottom: 10px;
}

#bottomwrapper ol {
	margin-bottom: 10px;
	line-height: 22px;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 14px;
}

#bottomwrapper table {
	margin-bottom: 10px;	
}

#bottomwrapper table td {
	padding: 1px; padding-right: 10px;
	line-height: 22px;
}

#bottomwrapper #bottomrightcol img {
	margin-top: 15px;
	border: 1px solid #fff;
	padding: 4px;
	background-color: #29605b;
}

#bottomwrapper #bottomrightcol p {
	margin: 0;
}


/* ************************************************************************ */
/* CENTER */
/* ************************************************************************ */


#centerwrapper{overflow: hidden; height: 30px;}

#centerwrapper ul {
	float: left;
	width: 900px;
}
#centerwrapper ul ul {
	position: absolute;
	top: 30px;
	left: 0;
}

#centerwrapper ul li {
	display: inline;
}

#centerwrapper ul li a {
	float: left;
	color: #0d726b;
	text-decoration: none;
	margin-top: 1px;
	padding: 0 10px 0 10px;
	line-height: 29px;
	border-bottom: 1px solid #447b76;
}
#centerwrapper ul li a:hover {
	background-color: #fff;
}

#centerwrapper > ul > li.aktiv > a {
	border-bottom-color: #ebf1f1;
	border-left: 1px solid #447b76;
	border-right: 1px solid #447b76;
	border-top: 1px solid #447b76;
	margin-top: 0px;	
	background-color: #ebf1f1;
	color: #000; font-weight: bold;
}
#centerwrapper > ul > li.aktiv > ul > li.aktiv > a {
	border-bottom-color: #ffffff;
	border-left: 1px solid #447b76;
	border-right: 1px solid #447b76;
	border-top: 1px solid #447b76;
	margin-top: 0px;	
	background-color: #ffffff;
	color: #000; font-weight: bold;
}
#centerwrapper > ul > li.aktiv > ul > li.aktiv > ul > li.aktiv > a {
	color: #000; font-weight: bold;
}


#centerwrapper ul ul {
	display: none;
}
#centerwrapper > ul > li.aktiv > ul, #centerwrapper > ul > li.aktiv > ul > li.aktiv > ul {
	display: block;
}

/* ************************************************************************ */
/* FOOTER LEFT */
/* ************************************************************************ */

#footerleftcol img {
	float: left;
	margin: 3px 15px 20px 0px;
	border: 1px solid #fff;
}

#footerleftcol a.title {
	font-size: 14px;
	font-weight: bold;
	padding: 30px 0 10px 0px;
	display: block;
}
#footerleftcol a.title {
	color: #fff;
}

#footerleftcol p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 9px;
}

/* ************************************************************************ */
/* FOOTER RIGHT */
/* ************************************************************************ */

label { display: none; }

#footerrightcol h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 10px 0;
}

#footerrightcol input, #footerrightcol textarea {
	float: left;
	padding: 3px 5px 3px 5px;
	margin-right: 5px;
	background-color: #ffffff;
	color: #000000 !important;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #414647;
	border-left: 1px solid #414647;
	border-bottom: 1px solid #a1a6a7;
	border-right: 1px solid #a1a6a7;
}


#footerrightcol #f_nachricht { width: 460px; height: 114px; margin-bottom: 5px; }
#footerrightcol #f_name { width: 145px; }
#footerrightcol #f_email { width: 145px; }
#footerrightcol #f_abschicken {
	width: 148px; 
	border-top: 1px solid #a1a6a7;
	border-left: 1px solid #a1a6a7;
	border-bottom: 1px solid #414647;
	border-right: 1px solid #414647;
	cursor: pointer;
}
#footerrightcol #f_abschicken:hover {
	background-color: #fff;
	color: #447b76;
}


/* ************************************************************************ */
/* EVERYTHING */
/* ************************************************************************ */

a:link { color: #ffffff; text-decoration: underline; }
a:visited { color: #ffffff;  text-decoration: underline; }
a:hover { color: #a5e9d6; text-decoration: underline; }
a:active { color: #a5e9d6; text-decoration: underline; }

