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

body {	
	color:#000;
	background-color:#fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;	
	width:100%;
}

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

p.skip {
	display:none;
}

.hide {
	display:none;
}

/* Header */
#headerframe {
}

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

#headermenu {
	display:none;
}


/* main */

#mainframe {
	width:100%;
}

#mainmenuframe {
	width:600px;
}

#mainmenu {	
  display:none;
} 


#maincontent {
	margin-left:0;
}


#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;
}

#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;
	font-weight:bold;
}

#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;
	padding:35px 0 0 0;
	clear:both;
	height:35px;
	color: #fff;
}

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


#footer {
	width:600px;
	text-align:left;
}

#footerleft {
	
}

#footerright {
	display:none;
}

.noprint {
	display:none;
}




