
* {
    margin: 0px;
    padding: 0px;
	font-size : 12px;
	scrollbar-face-color: #01240d;
scrollbar-highlight-color: #01240d;
scrollbar-3dlight-color: #003311;
scrollbar-darkshadow-color: #01240d;
scrollbar-shadow-color: #01240d;
scrollbar-arrow-color: #0c4f22;
scrollbar-track-color: #003311;
}

body {
    background: #003311;

    color: #ffffff;
    min-width: 780px;
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
	scrollbar-arrow-color: #696969;
scrollbar-base-color: #153e20;
scrollbar-track-color: #5D5D5D;
    //
    // Browser hack; hide from IE
    //
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}
html>body { /* opera hack */
    font-size: small;
}

// header

#header { padding: 0 50px 0 0; }
#header ul { right: 0; } 

/* for IE only */
* html #header ul { right: 50px; } 

#header {
    padding: 0 50px 0 0;
    height: 48px;
    position: relative;
    border-bottom: 1px solid #644502;
    color: #ddd;
    background: #484848 url(head_bg.png) repeat-x top left;
}

#header div {
    margin: 0 auto;
    position: relative;
}

#header h1 {
    background: #484848 url(head_bg.png) repeat-x top left;
    position: absolute;
    top: 0;
}

#header h1 a {
    text-decoration:none;
}
#header h1 img {
    color: #fc5200;
    border: 0px;
    position: absolute;
    top: 0;
}
/* menu*/
#header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid #03260d;
    border-right: 1px solid #12792e;
    position: absolute;
    top: 0;
}

#header li {
    float: left;
    padding: 0;
    margin: 0;
}


#header ul a:link, #header ul a:visited {
    display: block;
    float: left;
    padding: 15px 15px;
    text-decoration: none;
    border-right: 1px solid #03260d;
    border-left: 1px solid #12792e;
    color: #fff;
    height: 46px;
    //
    // Browser hack; hide from IE
    //
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 16px;
} #ignored {}


/* hover funkzion menu*/
#header ul li a:hover {
    background: #001b09;
    color: #fff;
    text-decoration: underline;
}


/* aktive schaltfläche*/
.akt{
    background: #153e20;
    color: #fff;
    text-decoration: underline;
}


// breadcrumbs
/* kleiner balken unter dem menu*/
#breadcrumbs {
    color: #999;
}
#breadcrumbs div {
    background: #153e20;
    font-size: 89%;
    padding-left: 33px; 
    padding-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 18px;
    border-top: 1px solid #bc8900;
    border-bottom: 1px solid #03260d;
}


/* breite content*/
#content_n{
font-size : 11px;
    position: relative;
    left: 20px;
    top: 0px;
    width: 90%;
    text-align:left;
	color: #fff;
    /* 800 - margin(main) is left for text */
    max-width: 1024px;
}


/* posizion logo rechts im menue oben*/
h1 {
    font: normal 130% Verdana, Helvetica, Arial, sans-serif; 
    /* color: #fc5200; */
    color: #fc5200;
    // margin-bottom: 0.4em; 
    // padding: 0.4em 0 0.4em 1.0em;
    background: #000;
}

A:link {
	color : #ffffff; font-size:15px;
	text-decoration : none; 
} 
	A:visited {
	color : #ffffff; font-size:15px;
	text-decoration : none; 
} 
	A:active {
	color : #505050; font-size:15px;
	text-decoration : none; 
} 
	A:hover {
	color : #ce9f06; font-size:15px;
	font-weight : none;
} 





