/* CSS Document */
* {margin: 0px; padding: 0px;}
body {background-color: #ccc; background-image: url(../image/bg_page.jpg); background-repeat: repeat-x; font-size: 12pt;font-family: Arial, Helvetica, sans-serif; }
#logo { display: none; position: absolute; top: 0px; left: 50px; background-color: ff9933; background-image:url(../image/bg_logo2.jpg); height: 191px; width: 950px;}
#page {position: absolute; top: 190px; left: 50px; width: 100%; background-color: #FFFFFF;}
#menue {position: satic; width: 100%; height: 35px; background-color: #FFF; margin-top: 0px; padding-top: 0px;}
#main {position: static; width: 100%; background-color: #FFF;}
#footer {position: static; width: 100%; height: 35px; background-color: #ff9900; background-image:url(../images/bg_footer.jpg); background-repeat: repeat-x; text-align: center;}
div#main_top {background-color: #FFFFFF;}
div#ende { background-color: #FFFFFF; }
#box_left { display: none; float: left; border: 3px #CCCCCC solid; width: 140px; height: 690px; padding: 3px; margin: 5px; margin-top: 0px; text-align: center;}
#box_left2 { display: none; float: left; border: 3px #CCCCCC solid; width: 140px; height: 490px; padding: 3px; margin: 5px; margin-top: 0px; text-align: center;}
#box_right {float:right; border: 3px #CCCCCC solid; width: 140px; height: 490px; padding: 3px; margin: 5px; margin-top: 0px; text-align: center;}
#main_text { float: left; padding: 10px; margin: 2px; margin-top: 0px; padding-top: 0px; width: 560px;}
#navlist
{
border-bottom: 1px solid #FF9900;
border-top: 1px solid #FF9900;
margin: 0px;
padding: 0px;
padding-left: 35px;
background-color: #FF9900;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 22px;
padding-bottom: 3px;
padding-top: 3px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
border: 1px solid #FF9900;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #000000;
font-weight: bold;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
border: 1px solid #000000;
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
text-decoration: none;
}

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 0.6em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #FFCC66; }
#foot {margin-top: 10px; margin-bottom: 0px;}
#logo h1 { font-size: 120%; color: #000000; font-weight: bold; text-align: center; padding-top: 150px;}
h1 { font-size: 120%; color: #FF9900; font-weight: bold; margin: 8px; padding: 10px;}
h2 { font-size: 110%; color: #FF9900; font-weight: bold; text-align: center;}
h3 { font-size: 102%; color: #000; font-weight: bold; text-align: center;}
.box_left { margin-top: 6px; margin-bottom: 6px;}
.box_right {  margin-top: 6px; margin-bottom: 6px;}
p { line-height: 1.8em; margin: 8px; padding: 10px;}
.yellow {color: #FF9900; font-weight: bold; margin: 3px;}
.bold { font-weight: bold; color: #000000; }
a, a:link {color: #333333; }
a:hover, a:active { color: #FF9900; }
a:visited { color: #666666; }
.border { border: #CCCCCC 3px solid;}
#main_top #ende{
clear: both;
}
#main_text ul { line-height: 1.8em; margin: 8px; padding: 10px; background-color:#FFFF99}
#main_text li {margin-left: 20px; }
#main_text h2 { font-size: 110%; color: #FF9900; font-weight: bold; margin: 8px; padding: 10px; text-align: left;}
/*NAVI unterseite */
#navlist2 li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist2
{
width: 8em;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0 0 0 0em;
padding: 0;
border-top: 1px #000 solid;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
}

#navlist2 a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-bottom: 1px #000 solid;
text-align: center;
text-decoration: none;
color: #000;
}

#navlist2 a:hover { background-color: orange; }
#navlist2 a:visited { color: #000; }
/* Ende NAVI Unterseiten */

.left { float: left; margin: 2px;}
.right { float: right; margin: 2px; }