html { height: 100%; }
body {
	min-height: 100%; height: auto; 
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	padding: 0;
	margin: 0;
	background: #fff;
}
* html body { height: 100%; }
div, ul { padding: 0; margin: 0; }
.cb { height: 0px; clear: both; }
.cr { height: 0px; clear: right; }
.help { cursor: help; }
.small { font-size: 9px; line-height: 11px; }
img { border: 0; }
.sorten { margin-bottom: 20px; }



#pagewrap { width: 960px; padding: 0 20px; margin: 0 auto; }

/* ---------- header ---------- */
#top { position: relative; height: 140px; }

		/* ---------- logo ---------- */
		#logo { position: absolute; top: 20px; left: 30px; width: 360px; height: 120px; float: left; }
		
		/* ---------- open ---------- */
		#adress { position: absolute; top: 52px; right: 0; width: 600px; height: 70px; float: right; }
		#adress p { font-size: 9px; line-height: 11px; text-align: right; }
		#adress h4 { font-size: 11px; line-height: 14px; color: #007151; margin-bottom: 6px; text-align: right; }
		
/* ---------- navigation ---------- */
#navigation { height: 40px; }
#navigation ul { list-style: none; padding-top: 10px; float: right; }
#navigation ul li { width: 160px; height: 30px; margin-left: 5px; float: left; }
#navigation ul li a { font-size: 14px; line-height: 30px; color: #fff; text-align: center; display: block; background: url(../img/nv/tabs.png) no-repeat 0 0; }
#navigation ul li a:hover { text-decoration: none; background-position: 0 -40px; }
#navigation ul li a.selected { background-position: 0 -40px; }

/* ---------- teaser ---------- */
#header { position: relative;  margin-bottom: 20px; border: 1px solid #007151;}

#headerImage {  }
		

/* ---------- main ---------- */
#main { margin-bottom: 20px; }

		/* ---------- content ---------- */
		#content { width: 600px; padding-left: 30px; margin-bottom: 40px; float: left; }
		#content.wide { width: 920px; clear: both; }
		
		/* ---------- sidebar ---------- */
		#sidebar { width: 270px; padding: 8px 40px 0 0; margin-bottom: 40px; float: right; }
		#sidebar h3 { font-weight: normal; color: #fff; padding: 5px; 
					background: #62AE23; }
		#sidebar ul { list-style: none; padding-top: 0px; font-size: 11px;
    line-height: 14px; }
		#sidebar ul li { margin-left: 5px; margin-bottom: 10px;  }
					
		#sidebar p { padding: 5px; border-top: 1px solid #007151; }
		.bottom { height: 6px; width:270px; background: url(../img/bg/bg-bottom.gif) repeat-x;  }

/* ---------- footer ---------- */
#footer { position: relative; height: 30px; padding: 0 20px; background: url(../img/bg/bg-footer.gif) no-repeat 0 0; }
#footer p { font-size: 11px; line-height: 30px; color: #fff; }
#footer a { text-decoration: underline; color: #fff; }



/* TYPO */
/* Headlines */
h1, h2, h3, h4, h5, h6 { color: #007151; font-weight: normal; }
h1 { font-size: 32px; line-height: 30px; margin-bottom: 20px; }
h2 { font-size: 18px; line-height: 18px; padding-top: 11px; margin-bottom: 0px; }
h3 { font-size: 14px; line-height: 18px; margin-bottom: 11px; }
h3.pointer { cursor: pointer; }
h4 { font-size: 11px; line-height: 14px; margin-bottom: 11px; }
h5 { font-size: 9px; line-height: 11px; margin-bottom: 11px; }
h6 { font-size: 9px; line-height: 11px; margin-bottom: 11px; }

/* Absätze */
p { margin-bottom: 11px; }
p.weiter { margin-top: 40px; }

/* FLOAT */
.fl  { float:left; margin-right:10px; margin-top:15px;}
.imgfl  { float:left; margin-right:10px; margin-top:0;}

dl { } /* definition list */
dt { width: 60px; font-weight: bold; float: left; } /* definition (list) term */
dd { display: block; } /* definition (list) definition */

cite { font-style: italic; margin-bottom: 10px; display: block; }
caption { font-size: 9px; font-style: italic; margin-bottom: 10px; display: block; }
small { font-size: 9px; }
small:before { content: "[ "; }
small:after { content: " ]"; }

/* Links */
a { color: #007151; text-decoration: none; }
a:hover { color: #007151; text-decoration: underline; }
a:active, a:focus { outline: none; }

/* Klassen allgemein */
.small { font-size: 9px; line-height: 14px; }
.impressum { width: 280px; height: 180px; float: left; padding-left: 19px; border-left: 1px solid #810262; }
.msh { width: 200px; }
.marginRight { margin-right: 40px; }