/* Der Navigationsbereich an sich */

#navi {
    float:left;
    height:100%;
    background:#1e1a54;
    margin:20px 0 0 0;
    padding:5px;
    width:150px;
}

/* Haupt-DIV (Inhalt umgebend) */
#main {
	margin:auto;
	background-color:#fff;
	width:850px;
	padding:0;
}

#druck {
	display:none;
}

#header {
	clear:both;
	background:#1e1a54;
	text-align:center;
}


/* Die einzelnen Navigations-Punkte */

.box.normal {
	background:#1e1a54;
}

.box.aktiv {
	background:#4842a1;
}

.box a {
    color:#ffffff;
    text-decoration:none;
    display:block;
    width:150px;
    margin-top:5px;
    margin-bottom:5px;
    padding:3px;
}

.box a:hover, .box a:focus {
    color:#04294a;
    background:white;
}

.kat a {
    text-decoration:none;
    color:white;
    font-size:11px;
    display:block;
    text-align:right;
    margin-bottom:3px;
}

.kat a:hover, .kat a:focus {
    color:#04294a;
    background:white;
}

.kat.gew {
    background:#063e70;
}

.kat.norm {
  background:#1e1a54;
}


.ue33{
  	background:#193a61;
  	color:#fff;
  	font-size:30px;
 	text-align:center;
}

