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

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

#pageframe {
	width:902px;	
	margin: 0 auto;
	text-align: left;
}

p.skip {
	position:absolute;	
}

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

p.skip a:focus,
p.skip a:active {
	color:#004343;
	background:#FFCD00;
	position:relative;
	left:20px;
	top:5px;
}

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

/* Header */
#headerframe {
	height:300px;
	position:relative;
	background: url(../img/figuren.gif) no-repeat 222px 0 ;
	color:#000;
}

h1#logo {
	margin-left:20px;
}

#headermenu {
	background: #659797 url(../img/menuobenbg.gif) no-repeat;
	width:222px;
	overflow:hidden;
	margin-top:4px;
	padding-top:16px;
}

#headermenu ul {
	list-style: none;
	width:160px;
	overflow:hidden;
	margin: 0 40px 0 22px;
	background:transparent url(../img/menulinie.gif) repeat-x top;
}

#headermenu ul li  {
	color:#000;
	background: transparent url(../img/menulinie.gif) repeat-x bottom;
	color: #ffcd00;
	padding:0 0 0 0;
	font-weight:bold;
	text-transform: lowercase;
	max-height:37px;	
}


#headermenu ul li.level1active {
	color: #ffcd00;
	display:block;
	padding:10px 0;	
}

#headermenu ul li a {
	color:#fff;	
	display:block;
	text-decoration: none;
	padding:10px 0;
}

#headermenu ul li a.level1highlight {
	padding:0;
	background-color: transparent;
	color:#FFCD00;
}

#headermenu ul li a:hover,
#headermenu ul li a:focus,
#headermenu ul li a:active  {
	background-color: transparent;
	color:#FFCD00;
}

/* main */

#mainframe {
	position:relative;
	width:100%;
}

#mainmenuframe {
	position:absolute;
	top:-10px;
	left:0;
	background: url(../img/menubg.gif) repeat-y;
	width:204px;
}

#mainmenu {
	background: url(../img/lochungoben.gif) no-repeat top;
	padding-top:30px;
} 

#mainmenu p {
	margin:0 22px;
	color:#fff;
	background: #659797 url(../img/menulinie.gif) repeat-x bottom;
	padding: 10px 0;
	line-height:140%;
	font-weight:bold;
}
#mainmenu p span.floatleft {
	float:left;
}

#mainmenu p span.floatright {
	float:right;
}

#mainmenu br {
	clear:both;
}

#mainmenu a {
	color:#fff;
	background-color:transparent;	
}

#mainmenu a:hover,
#mainmenu a:focus,
#mainmenu a:active  {
	background-color: transparent;
	color:#FFCD00;
}

#mainmenu div {
	background: url(../img/lochungunten.gif) no-repeat top;
	margin-top:-2px;
	height:24px;
}

#mainmenu p.resize br {
	clear: none;
}


#maincontent {
	margin-left:222px;
	min-height:500px;
	background: #dcdcdd url(../img/schattenoben.gif) repeat-x;
}


#content {
	padding:18px;
}

#content .box {
	background: url(../img/boxbg.gif) repeat-y;
	padding:20px;	
}

#content .boxbottom {
	background: url(../img/boxschattenunten.gif) repeat-x top;
	margin:0 0 16px 0;
	height:9px;
	clear:both;
}


#content .box table {
	border-collapse: collapse;
   width:100%;	
}

#content .box table th {
  border-bottom: 1px solid #a7a7a7;
  padding:6px;
  color: #a7a7a7;
  background-color: #fff;
  width:28%;
}

#content .box table td {
  border-bottom: 1px solid #a7a7a7;
  padding:6px;
}

#content .box table a {
	color: #005151;
	background-color: #fff;
	text-transform: uppercase;	
}

#content .box table a:hover, #content .box table a:focus, #content .box table a:active {
	color: #004343;
	background-color: #FFCD00;
}


/* Content */


#content p {
	font-size:1.0em;
	line-height:140%;
	padding-bottom:10px;
}

#content h1 {
	font-size:2.2em;
	font-weight:normal;
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	padding: 6px 0;
	margin:10px 0;
	color: #005151;
	background-color: #fff;
}

#content table h1 {
	font-size:1.1em;
	border:0;
	padding:0;
	margin:0;
	font-weight:bold;	
}



#content h2 {
	font-size:1.2em;	
	color: #006161;
	background-color: #fff;
	padding:10px 0;
}

#content h3 {
	font-size:1.0em;	
	color: #006161;
	background-color: #fff;
}

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

#content a:hover, #content a:focus, #content a:active {
	color: #004343;
	background-color:#FFCD00;
}

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

#content ul li {

}

#content strong {
	color: #006161;
}

#content div.floatleft {
	float:left;
	width:110px;
	color: #A7A7A7;
	background-color: #fff;
	overflow:hidden;
	font-weight:bold;
	
}

#content div.floatright {
	margin-left:110px;	
}

#content p.gruen {
	color: #006161;
	background-color: #fff;
}

#content p.rot {
	color: #990000;
	background-color: #fff;
	font-weight:bold;
}

#content p.grau {
	font-weight:bold;
	color:#fff;
	background-color: #659797;
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	padding: 6px;
	margin-bottom:20px;
}

 /* Footer */

#footerframe {	
	font-size:0.9em;
	background:#659797 url(../img/footerbg.gif) repeat-x top;
	padding:35px 0 0 0;
	clear:both;
	height:35px;
	color: #fff;
}

#footerframe a {
	color: #fff;
	background-color: inherit;
}

#footerframe a:hover {
	color:#FFCD00;
	background-color: inherit;	
}

#footerframe a:focus, #footerframe a:active {
	color:#FFCD00;
	background-color: inherit;	
}

#footer {
	width:902px;
	margin:0 auto;
}

#footerleft {
	float:left;
	width:376px;
	text-align:left;	
}

#footerright {
	float:right;
	width:260px;
	text-align:right;	
}

#content .rot {
	color:#990000;
	background-color: #fff;
	font-weight:bold;
}

#content .gruen {
	color: #005151;
	background-color: #fff;
	font-weight:bold;
}




