* {
	border: 0;
	margin: 0;
	padding: 0;
}
html {height:100%} 

body {
	min-height:101%;
	color:#000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align:center;	
	background: #fff url(../img/graubg.gif) repeat-x 0 100px ;
}

#page {
	max-width:900px;	
	position:relative;
	margin: 0 auto;
	text-align: left;
}

p.skip a {
	text-decoration:none;
	margin:0;
	padding:2px;
	position:relative;
	left:-200px;
	top:-200px;
	height:0;
	width:0;
	overflow:hidden;
	display:inline;
}

p.skip a:hover,
p.skip a:focus,
p.skip a:active {
	color:#000;
	background:#fff;
	position:relative;
	left:30px;
	top:10px;
}

.hide {
	position:absolute;
	left:1000px;
	top:1000px;
	width:0px;
	height:0px;
	overflow:hidden;
	display:inline;	
}

/* Header */
#top {
	height:100px;
	background:#fff url(../img/eckenheader.gif) no-repeat 0 10px;
	color:#000;
}

h1#logo {
	margin: 10px 0 0 14px;
	float:left;
	width:376px;	
}

#functions {
	float:right;
	height:55px;
	padding-right:20px;
	position:relative;
	text-align:right;
}

#functions ul {
	list-style: none;
	vertical-align:bottom;
	position:absolute;
	bottom:0;
	right:0;
	font-size:0.8em;
	/*width:30em;*/
	width:320px;
	float:right;
}

#functions ul li {
	float:left;
	border-right:1px solid #BEBEBE;
	padding: 0 10px;
}

#functions ul li.last {
	border-right:0;
	padding-right:0;
}

#functions a {
	color:#55ab26;
	background-color: #fff;
	text-decoration:none;
}

#functions  a:hover {
	color:#666;
	background-color: #fff;
	text-decoration:none;
}

#functions  a:active, 
#functions  a:focus {
	color:#fff;
	background-color:#55AB26; 
	text-decoration:none;
}

#keyimage {
	position:absolute;
	top:100px;
	left:-74px;
	background: url(../img/quadrat.gif) no-repeat  0px 35px;
	height:200px;
	padding-left:74px;
}
#main {
	clear: both;
	margin-top:200px;	
}

/* Menue links */

#nav {
	float:left;
	width:216px;
	background-color:#efefef;
	color: #000;
	padding:15px 0;
}


#nav ul {
	border-top:1px solid #bebebe;
	padding: 0;
	list-style: none;
	width:200px;
	overflow:hidden;
}

#nav ul ul, #nav ul ul ul {
	border-top:0;
	padding: 0;
	list-style: none;
}

#nav ul li  {
	line-height:140%;
	border-bottom:1px solid #bebebe;
	color:#000;
	background-color: #efefef;
	text-transform: uppercase;
}

#nav ul li ul li,  #nav ul li ul li ul li {
	text-transform: none;
	border-top:1px solid #bebebe;
	border-bottom:0;	
}

#nav ul li ul li {
	text-transform: uppercase;
}

#nav ul li.level1active span {
	display:block;
	background-color: #666;
	color:#fff;
	padding:5px 0 5px 20px; 
}

#nav ul li ul li.level2active span {
	display:block;
	background-color: #666;
	color:#fff;
	padding:5px 0 5px 20px; 
}


#nav ul li ul li ul li.level3active span {
	display:block;
	color:#fff;
	background: #666 url(../img/strichweiss.gif) no-repeat 30px 1.4em;
	padding:5px 0 5px 42px;  
}

#nav ul li a {
	color:#000;
	background-color: #efefef;
	display:block;
	text-decoration: none;
	padding:5px 0 5px 20px; 
}

#nav ul li a:hover,
#nav ul li a:focus,
#nav ul li a:active  {
	background-color: #e0e0e0;
	color:#000;
}

#nav ul li ul li ul li a {
	background: url(../img/strich.gif) no-repeat 30px 1.4em;
	padding:5px 0 5px 42px; 
}







/* Content */

#contentframe {
  margin-left:230px;
}

/*breadcrumb */


p.bct  {
	padding:15px 0;
	font-size:0.9em;
	font-weight:bold;
	text-transform: uppercase;
}

p.bct a {
	color: #55AB26;
	background-color: #fff;
	text-decoration:none;
	text-transform:  none !important;
}

p.bct a:hover,
p.bct a:focus,
p.bct a:active  {
	color:#666;
	background-color: #fff;
}

p.bct a:focus,
p.bct a:active  {
	color:#fff;
	background-color: #55AB26;
}

.bct span {
	font-size:0.9em;
	font-weight:normal !important;
	text-transform:  none !important;
}



#content {
	padding:25px 25px 0 25px;
	background: url(../img/eckenoben.gif) no-repeat left top;
}


#content p {
	padding:0 0 15px 0;	
	font-size:1.0em;
	line-height:160%;
}

#content h1 {
	font-size:1.3em;
	color: #666;
	background-color: #fff;
	padding-bottom:3px;	
}

#content h2 {
	font-size:2em;
	font-weight:normal;
	color: #666;
	background-color: #fff;
	padding:0 0 10px;
	line-height:110%;
}

#content h3 {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 10px 0;
}

#content h4 {
	font-size:1.0em;
	padding:0;
}

#content a {
	text-decoration:underline;
	color: #55AB26;
	background-color: #fff;
}

#content a:hover {
	text-decoration:none;
	color: #666;
	background-color: #fff;	
}

#content a:focus,
#content a:active  {
	text-decoration:none;
	color: #fff;
	background-color: #55AB26;	
}


#content ul {
	padding:0 0 10px 30px;
	font-size:1.0em;
	line-height:160%;	
}

#content ul li {

}

p.line {
	background: url(../img/punktlinie.gif) repeat-x;
	height:1px;
	padding: 10px 0 20px 0;
	clear:right;
}

p.right {
	float:right;
	font-size:0.9em !important;
		
}

p.right a {
	background: url(../img/pfeil.gif) no-repeat center left; 
	padding:0 3px 0 10px;
}

table {
	width:550px;
	margin:20px 0 20px 20px;
	border: 1px solid #BEBEBE;
	border-collapse: collapse;
}
th {
	background-color: transparent;
	border: 1px solid #BEBEBE;
	padding:2px;
}

td {
	border: 1px solid #BEBEBE;
	padding:2px;
	width:20%;
	overflow:hidden;
}


#content p img {
	border:1px solid #666;
	margin:20px 0 10px 20px;
	width:280px;
	float:right;
}

 /* Footer */

#footer {	
	font-size:0.9em;
	line-height:110%;
	background: url(../img/eckenunten.gif) no-repeat left top;
	padding:45px 0 25px 0;
	clear:right;
}

#footer a {
	color: #55AB26;
	background-color: #fff;
}

#footer a:hover {
	color:#666;
	background-color: #fff;
	text-decoration:none;
}

#footer a:focus, #footer a:active {
	color:#fff;
	background-color: #55AB26;
	text-decoration:none;
}

#impressum {
	float:left;
	width:376px;
	background-color: #efefef;
	color:#000;
	padding:10px;
}

#impressum p {
	float:left;
	width: 250px;
}

#impressum img {
	float:left;
}

#impressum a:focus img, #impressum a:active img {
	border:1px solid #666;
}

#wai {
	float:right;
	width:260px;
	text-align:right;	
}
#wai p {
line-height:200%;
padding-top:30px;
}

#clearer {
	clear:both;
	color:#fff;
	background-color:#fff;
}

#clearer a {
	color:#fff;
	background-color:#fff;
}

.green {color:#55ab26;
	background-color: #fff;}
	
a[href $='.pdf'] {
padding: 1px 0 1px 20px !important;
background: transparent url(../img/pdf.png) no-repeat scroll center left;
}