html 
{
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body
{
        background: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		  color: #CCCCCC; 
        top:0;
        left:0;
        padding: 0px 0px 0px 0px;
        margin: 0px auto;
        text-align: center;  /* Zentrierung im Internet Explorer */
}

div#Seite
{
        text-align: left; /* Seiteninhalt wieder links ausrichten */
        margin: 0px auto; /* standardkonforme horizontale Zentrierung */
        width: 1025px;
        height: 768px;
        padding: 0px;
        background: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}


div#head
{
        background-position: top;
        margin: 0px 0px 0px 0px;
        background-color: #000000;
        border: 0px;
        top: 0px;
        left: 0px;
        width: 1024px;
        height: 130px;
}

div#content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #CCCCCC;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 80px;
	float: left;
	width: 700px;
}


/*Menu*/

div#navi
{
        position: relative;
        float: left;
        left: 0px;
        top: 0px;
}

ul#Navigation
{
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: left;
}

ul#Navigation
{
		  list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

ul#Navigation a
{
        display: block;
        width: 200px; /* Breite den in li enthaltenen Elementen zuweisen */
        height: 12px; /*Höhe des li Elements zuweisen */
        padding: 5px 0px 6px 0px;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid #000000;
        color: #000000;
        background-color: #FFFCDB;
}

ul#Navigation a:hover, ul#Navigation span , ul#Navigation a.aktuell
{
        display: block;
        width: 200px; /* Breite den in li enthaltenen Elementen zuweisen */
        height: 12px; /*Höhe des li Elements zuweisen */
        padding: 5px 0px 6px 0px;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid #000000;
        color: #EC870E;
        background-color: #FFFCDB;
}

ul#Navigation li ul
{
   list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

ul#Navigation li ul a
{
        display: block;
        width: 200px; /* Breite den in li enthaltenen Elementen zuweisen */
        height: 12px; /*Höhe des li Elements zuweisen */
        padding: 5px 0px 6px 0px;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid #000000;
        color: #000000;
        background-color: #FFFCDB;
}

ul#Navigation li ul a:hover, ul#Navigation li ul span , ul#Navigation li ul a.aktuell
{
        display: block;
        width: 200px; /* Breite den in li enthaltenen Elementen zuweisen */
        height: 12px; /*Höhe des li Elements zuweisen */
        padding: 5px 0px 6px 0px;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid #000000;
        color: #EC870E;
        background-color: #FFFCDB;
}

/*ul#Navigation li ul li
{
   list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

ul#Navigation li ul li a
{
        display: block;
        width: 200px; 
        height: 12px; 
        padding: 5px 0px 6px 0px;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid #000000;
        color: #000000;
        background-color: #FFFCDB;
}

ul#Navigation li ul li a:hover, ul#Navigation li ul li span , ul#Navigation li ul li a.aktuell
{
        display: block;
        width: 200px; 
        height: 12px; 
        padding: 5px 0px 6px 0px;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px solid #000000;
        color: #EC870E;
        background-color: #FFFCDB;
}
*/

.li_1_n
{
        display: none;
}

/*
.li_2_n
{
        display: none;
}
*/

a.text
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #CCCCCC;
        text-decoration: none;
}

a.text:hover
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #EC870E;
        text-decoration: none;
}

a.text:active
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #EC870E;
        text-decoration: none;
}

.aktiv
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #EC870E;
        text-decoration: none;
}

.grau
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #87888A;
        text-decoration: none;
}

.layer
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 18px;
        color: #FFFFFF;
        padding: 20px 20px 20px 20px;
        margin: 0px 0px 0px 0px;
        float: left;
        width: 650px;
        text-align: left;
        border-color: black;
}

.layer1
{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        line-height: 18px;
        color: #000000;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        float: left;
        width: 350px;
        text-align: left;
}

img
{
        border: none;
}

form td
{
        color: #CCCCCC;
        background-color: #000000;
}


.b_img
{
        border: solid 1px;
        border-color: #D9DADB;
}

input, textarea 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 12px
}




