.body
{
	color:#005500;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
}

.wrap
{
	margin: auto;
	background: #6699FF;
	height: 600px;
	width: 990px;
	border: 3px solid #cdcdcd;
	min-height: 600px;
	position: relative;
	z-index: 1;
}

.header
{
	background:#6699FF; none repeat scroll 0 0;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	height:160px;
	width: 970px;
	min-height:160px;
	text-align:LEFT;
	margin-left: 20px;
	z-index: 2;
}


.navi
{
	width: 230px;
	height:440px;
	overflow: auto;
	background:#6699FF;
	float: left;
	position: relative;
	z-index: 2;
}

.content
{
	background:#FFFFFF;
	width: 750px;
	height: 440px;
	min-height:440px;
	overflow: auto;
	padding-left: 10px;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	position: relative;
	z-index: 2;
}

.footer
{
	width: 100%;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	border: 0px;
	text-align:CENTER;
}


#overlay {
   position: fixed;
   z-index:199;
   top: 171px;
   left: 0px;
   height:440px;
   width:100%;
   visibility: hidden;
   overflow: auto;
}


.anzeigenvorschau
{
	background: #00FFFFF;
	border-width:2px; border-color:#000000; border-style:dotted;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 5px;
	float: left;
	width: 345px;
	height: 200px;
	margin-left: 5px;
	margin-top: 10px;
	max-height: 200px;
	overflow: auto;
	z-index: 2;
}

.anzeigen_header
{
	background: #015065;
	color:#FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	min-height: 40px;
	z-index: 2;
}

.anzeigen
{
	color:#000000;
	padding: 10px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

.menu
{
	position: relative;
	top: 10px;	left: 0px;
	z-index: 200;
}

.menu li
{
	width: 140px; height: 20px;	
	float: left;
	z-index: 3;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menu a
{
	background-color: #015065;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	cursor: default;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 140px;	height: 20px;
	color: #FFFFFF;
	z-index: 4;
	font-size: 12px;
}

.menu a:hover
{
	background-color: #888888;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6
{
	font-size: 12px;
	font-weight: bold;
	display: none;
	float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a
{
	padding-top: 0px;
	border-top: 0px;
	cursor: pointer;
	font-weight: normal;
	z-index: 5;
}

h1
{
	font-size: 20px;
	color:#CC9900;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	color:#002299;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	color:#AA0001;
	font-weight: bold;
}



.navi_top
{
	background:#FFFFFF url(bilder/navi_top.gif) repeat scroll 0 0;
	width:200px;
	height:7px;	
	margin-top: 11px;
	margin-left: 10px;
}

.navi_back
{
	background:#FFFFFF url(bilder/navi_back.gif) repeat scroll 0 0;
	width:190px;
	min-height:28px;
	padding-left: 10px;
	margin-left: 10px;	
}

.navi_back a
{
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.navi_bot
{
	background:#fff url(bilder/navi_bot.gif);
	width:200px;
	height:7px;
	margin-left: 10px;
}


/* CSS für Anzeigenoverlay*/

* html #overlay { /* ie6 hack */
   height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.overlayBG {
   background-color:#000;
   overflow: auto;
}

#lightBox {
	margin: auto;
	width: 970px;
	min-height: 350px;
	height: 370px;
	z-index:200;
	background-color:#FFFFFF;
	border-color:#AA;
	border: 10px solid #000000;
	overflow: auto;
	width: 600px;
	padding: 15px;
	float: none;
}
* html #lightBox { /* ie6 hack */
   margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');

}

.div_rahmen
{
	border-color:#AA;
	border: 5px solid #000000;
	padding: 5px;
}

.kommentar_rahmen
{
	position: relative;
	background-color: #005910;
	width: 550px;
	border-color:#AA;
	border: 5px solid #000000;
	padding: 15px;
}

.kommentar_spalte1
{
	background-color: #015065;
	width: 200px;
	border-color:#AA;
	border: 5px solid #000000;
	COLOR: #FFFFFF;
}

.kommentar_spalte2
{
	background-color: #6699FF;
	width: 340px;
	border-color:#AA;
	border: 5px solid #000000;
	position: relative;
}

.fehler
{
	background-color: #FFFFFF;
	border: 10px solid #990000;
	padding: 3px;
	color: #FF0000
}

.ok
{
	background-color: #FFFFFF;
	border: 10px solid #009900;
	padding: 3px;
	color: #000000;
}

#topanzeige {
   position: fixed;
   z-index:199;
   overflow: auto;
}

.input
{
	COLOR: #FFFFFF;
	BACKGROUND-COLOR: #015065;
}

.formular
{
	border-color:#AA;
	border: 5px solid #000000;
}

.preis
 {
	background:url(bilder/preishintergrund.png);
	background-position: top;
	background-repeat: no-repeat;
	color: #990000;
	font-weight: bold;
	font: 24px Arial, Verdana, Sans-Serif;
	width: 150px;
	height: 73px;
	padding-top:5px;
	text-align: center;
}
