body {
background-color: #000000;
background-image: url(../images/design/bg.gif);
margin: 0px;
padding: 0px;

}

.header_1
{
width: 100%;
height: 10px;
background-color: #333333;
margin-top: 10px;
border-bottom: 1px #383C3C solid;
}

.header_2
{
width: 100%;
height: 150px;
background-color: #313636;
background-image: url(../images/design/header_bg.png);
}

.header_3
{
width: 100%;
height: 10px;
background-color: #333333;
border-top: 1px #383C3C solid;
}

.logo
{
margin-left: 2px;
margin-top: 30px;
}

.logo_container
{
width: 700px;
}

.show_head
{

width: 690px;
height: 12px;
background-color: #FF9900;
margin-top: 20px;
border: 1px #666666 solid;
font-family: Arial;
font-size: 7.5pt;
text-align: right;
padding-right: 10px;
}

.main
{

width: 700px;
height: 500px;
background-color: #313636;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
}

.footer
{
background-color: #666666;
border: 1px #5F5F5F solid;
height: 12px;
width: 700px;
}

.text
{
font-family: Trebuchet MS, Arial;
color: #EFEFEF;
font-size: 12pt;
text-align: left;
padding: 20px;

}

.headline
{
font-family: Trebuchet MS, Arial;
color: #FF9900;
font-size: 14pt;
text-align: center;
padding: 20px;
font-weight: bold;
}
a {color: #FFFFFF;} 

/* Menü */
a.menu {
display: block;
text-align: center;
width: 102px;
height: 38px;
margin-bottom: 10px;
line-height: 38px;
font-family: Arial;
text-decoration: none;
font-size: 10pt;
float: left;
color: #CFCFCF;
}

a.menu:link    {background-color: #99CC00; background-image: url(../images/design/menu_link.gif);}
a.menu:visited {background-color: #99CC00; background-image: url(../images/design/menu_link.gif);}
a.menu:hover   {background-color: #333333; background-image: url(../images/design/menu_hover.gif);}
a.menu:active  {background-color: #99CC00; background-image: url(../images/design/menu_link.gif);}

.menu_container {
margin-top: 25px;
}

.menu {
width: 720px;
}