/* CSS Document */
* {margin:0; padding:0;}
body {background-color: #ccc; background-image: url(../image/bg_page.jpg); background-repeat: repeat-x; font-size: 15px;font-family: Arial, Helvetica, sans-serif; }
#logo {position: absolute; top: 0px; left: 25px; background-color: ff9933; background-image:url(../image/bg_logo.jpg); height: 250px; width: 950px;}
#page {position: absolute; top: 250px; left: 25px; width: 950px; }
#menue {position: static; width: 950px; height: 35px; background-color: #FFF; margin-top: 0px; padding-top: 0px;}
#main {position: static; width: 950px; background-color: #FFF;}
#footer {position: static; width: 950px; height: 35px; background-color: #ff9900; background-image:url(../images/bg_footer.jpg); background-repeat: repeat-x; text-align: center;}
#flashcontent {width: 950px; height: 250px;}
#noflash {padding-top: 120px; }
#main_top { position: static; height: 300px; width: 100%; }
#box_left { border: 3px #CCCCCC solid; float: left; height: 265px; width: 225px; padding: 7px; margin: 7px; margin-top: 0px; text-align: center;}
#box_right { border: 3px #CCCCCC solid; float: right; height: 265px; width: 225px;  padding: 7px; margin: 7px; margin-top: 0px; text-align: center;}
#main_text { float: none; padding: 7px; margin: 7px; margin-top: 0px; padding-top: 0px;}
#main_bottom{ position: static; height: 230px; width: 950px; }
#navlist
{
border-bottom: 1px solid #FF9900;
border-top: 1px solid #FF9900;
margin: 0px;
/* margin-bottom: 30px; */
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.5em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #FFCC66; }
#foot {margin-top: 10px; margin-bottom: 0px;}
h1 { font-size: 120%; color: #FF9900; font-weight: bold; }
h2 { font-size: 110%; color: #FF9900; font-weight: bold; text-align: center;}
h3 { font-size: 102%; color: #000; font-weight: bold; text-align: center;}
p { line-height: 1.5em; margin: 2px;}
.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;}
.left { float: left; }
.right { float: right; }