#Basis
{
    width: 800px;
    margin: 20px auto;
    text-align: center;
}

#Kopf
{
    height: 80px;
    text-align: left;
    background-image: url(Kopf.png);
}

#Unterkopf
{
    height: 18px;
    text-align: left;
    font-weight: bold;
    padding: 0 0 0 130px;
    background-image: url(Unterkopf.png);
}
#Unterkopf a:link, a:active
{
	color: #FFFFFF;
    font-style: normal;
    padding: 0 25px 0 0;
	text-decoration: none;
}
#Unterkopf a:visited
{
	color: #FFFFFF;
    font-style: normal;
    padding: 0 25px 0 0;
	text-decoration: none;
}
#Unterkopf a:hover
{
	color: #D9C6C6;
    font-style: normal;
	text-decoration: none;
}

#Gruppe
{
    text-align: left;
}

#Navigation
{
	float: left;
	width: 130px;
	height: 585px;
	background-image: url(Navigation.png);
}

#Content
{
	float: left;
	width: 670px;
	height: 585px;
	overflow: auto;
	background-image: url(Content.png);
}

#Fuss
{
    clear: both;
    width: 800px;
    height: 36px;
    background-image: url(Fuss.png);
}

body
{
    color: #333333;
    font-size: 10pt;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    background: #FBF9F9;
    behavior:url("Layout/Menue.htc");
    font-family: Geneva, sans-serif, Arial, Helvetica;
}

input, button, select, textarea
{
	color: #97615C;
	font-size: 10pt;
    background: #FBF9F9;
	font-family: Verdana;
	border: 1px solid #BD9B9B;
}

img
{
    border: 0px;
    margin: 0 0 0 10px;
}

hr
{
    height: 1px;
    border-style: dashed;
    border-color: #D9C6C6;
}

table
{
    width: 95%;
    font-size: 10pt;
    margin: 15px 0 0 5px;
    padding: 15px 0 0 5px;
    font-family: Verdana, Helvetica;
}
th
{
    color: #8E534F;
    font-size: 11pt;
    text-align: left;
    font-weight: bold;
    font-family: Lucida Console, Garmond;
}
td
{
    text-align: justify;
    vertical-align: top;
}

a:link
{
	color: #97615C;
    font-style: italic;
	text-decoration: underline;
}
a:visited
{
	color: #97615C;
    font-style: italic;
	text-decoration: underline;
}
a:hover
{
	color: #222222;
	text-decoration: underline;
}

.Text_Uebers
{
	color: #8E534F;
    font-weight: bold;
}
.Text_News
{
    margin-top: 0;
    font-size: 9pt;
    padding-top: 0;
}
.Text_Copyright
{
    color: #CCCCCC;
    font-size: 8pt;
}


ul,li
{
    width: 125px;
    display: block;
    margin: 0 0 0 0;
    padding: 2px 0 5px 4px;
    position: relative;
}
#Navigation a
{
    width: 120px;
    display: block;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
}
#Navigation a:hover
{
    background: #FFCC00;
}
#Navigation li.folder ul
{
    top: 0;
    left: 120px;
    padding: 0 0 0 0;
    position: absolute;
    border: 1px solid #8D534F;
    background-image: url(Menue.png);
}
ul ul, li:hover ul ul
{
    display: none;
}
li:hover ul, li:hover li:hover ul
{
    display: block;
}
li:hover ul, li:hover li:hover ul, li:hover li:hover li:hover ul
{
    display: block;
}
ul ul, ul ul ul, li:hover ul ul, li:hover ul ul ul, li:hover li:hover ul ul
{
    display: none;
}