body {  
/*	font-family:'Lucida Sans Unicode', Arial, sans-serif; */
        font-family:Verdana, Arial, sans-serif;
	font-size: 9pt; 
        font-weight: bold;
	background-color: rgb(250,221,133); 
        color: rgb(40,22,111);
}

h2 {
        font-size: 12pt;
   }

td {    font-family: Verdana, arial, sans-serif; 
	font-size: 9pt; 
        font-weight: bold;
}

a:link, a:active, a:visited, a:hover {
        color: rgb(40,22,111); 
        text-decoration: none;
        }
      

#logo {
	position:absolute; 
	width:260px; 
	height:105px; 
        left: 643px;
	top: 20px; 
	z-index:9; }

#band {
	position:absolute; 
	left: -10px;
	height:175px; 
	top: 95px; 
        width: 120%;
	z-index:7;
        background: url(images/Band.gif) repeat-x ; 
        padding: 0;
        margin: 0;}


#balken_links {
	position:absolute; 
	width:220px; 
	left: 65px; 
	height:800px; 
	top: 0px; 
	z-index:2;
        background-color: rgb(255,251,156); 
        /*border: solid green;*/ }

#balken_rechts {
	position:absolute; 
	width:220px; 
	height:800px; 
	left: 685px; 
	top: 0px; 
	z-index:2;
        background-color: rgb(255,251,156); 
        /*border: solid red; */}

#menu { 
	position:absolute; 
	width:180px; 
	left:80px; 
        top: 200px;
        bottom: 0px;
        z-index:3; 
        }

#center {
	position:absolute; 
	background-color:rgb(255,252,200); 
        top: 200px;
	height:600px; 
        left: 285px;
        width: 400px;
	z-index:1; 
        }

#content { 
	position:absolute; 
	background: transparent;
        top: 246px;
	height:800px; 
        left: 295px;
        width: 510px;
	z-index:3; 
        padding: 0px;
        margin: 0px;
        /* border: solid rgb(231, 120 23); */
	}

.menu_item {
        /* background-color: rgb(231, 120 23); */
        background-image: url(images/MenuItem.gif);
        background-repeat: repeat;
        text-align: center;
        padding: 5px;
        margin: 3px;
        }
      
.menu_item a:hover {
        color: rgb(250,221,133);
}

.act { color: rgb(250,221,133); }



