html { height:101%; }				/* erzwingt Scrollbar im Firefox */
* { padding: 0; margin: 0; }		/* setzt alles auf NULL */

body {
	width:860px;
	background-color: #0B0C11;
	}


/* GRUND LAYOUT Stylesheet */

option, .input {padding-left: 0.3em;}		/* Abstand wichtig für Mozilla */

#rahmen {
	width:860px;
	text-align:left;
	}

#header {
	height:200px;
	width:860px;
	background: url('/img/header.jpg') no-repeat;
	}

#header h1, #nav1 h1, #nav2 h1 {display:none;}

#banner {
	top:30px;
	left:900px;
	position:absolute;
	z-index:100;
	}

#nav {
	width:150px;
	margin-left:20px;
	padding-top:8px;
	}

#nav1 {
	height:15px;
	width:115px;
	background: url('/img/navZauberschule.gif') no-repeat;
	margin-bottom:5px;
	}
#nav2 {
	height:15px;
	width:80px;
	background: url('/img/navService.gif') no-repeat;
	margin-bottom:5px;
	}
#nav3 {
	height:15px;
	width:83px;
	background: url('/img/navAktuelles.jpg') no-repeat;
	margin-bottom:5px;
	}

#content {
	 width:630px;
	 }


/*  Corners  */
div#swBG{
    width:640px;
    background:#C19F70;
    color:#000000;
	padding: 30px 25px 35px 25px;
}

div#swBG2{
    width:580px;
    background:#3B1F0A;
    color:#FFFFFF;
	border: 1px solid #ffffff;
	padding: 25px;
}


