body {
	text-align:center;
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	font-weight: normal;
	background-color:#FFF3CD;
}


#all {
	position:relative;
	width:750px;
	margin:0px auto;
	text-align:left;
	border-right:20px solid #FF7D1B;
	min-height:500px;
}
	
#head {
	width:750px;
	height:100px;
	background-image:url("http://www.sauna-arendsee.de/pics/simone.jpg");
	background-repeat:no-repeat;
	z-index:1;
}

#navi {
	float:left;
	width:150px;
	height:400px;
	margin-top:10px;
	background-image:url("http://www.sauna-arendsee.de/pics/nixe.jpg");
	background-repeat:no-repeat;/*border:1px solid*/
}

#navi ul {
	position:absolute;
	top:220px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	
	}
	
#navi ul li {
	position: relative;
	}
	
#navi li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#navi ul li a {
	display: block;
	text-decoration: none;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	text-indent:20px;
	color:#007576;
	background:#FFF3CD; /* IE6 Bug */
	padding: 2px;
	margin-top:5px;
	background-image:url("http://www.sauna-arendsee.de/pics/but.jpg");
	background-repeat:no-repeat;
	}

#navi ul li a:hover {
	text-decoration:underline;
	background-image:url("http://www.sauna-arendsee.de/pics/but1.jpg");
	background-repeat:no-repeat;
	/*background-position:95% 50%;*/
}
	
/* Holly Hack. IE Requirement \*/
* html #navi ul li { float: left; height: 1%; }
* html #navi ul li a { height: 1%; }
/* End */

#navi li:hover ul, #navi li.over ul { display: block; } /* The magic */

#cont {
	float:left;
	margin-top:10px;
	width:580px;
	height:auto;/*border:1px solid*/
	}
	
td	{font-size: 12px}

h1	{font-size: 18px;color:#FF7D1B;}
h2	{}
h3	{font-size: 13px}
h4	{}

#vorschau, #abmelden, #freisch {
	position:relative;
	top:0px;
	left:0px;
	width:700px;
	height:20px;
	text-align:center;
	background-color:red;
	font-weight:bold;
	font-size:130%;
	z-index:99
	}

#vorschau form {
	margin:0;
	float:left;
}

.blind, dfn {display:none}