BODY
{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #000000;
    margin: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    color: White;
}
a:link, a:active, a:visited
{
    text-decoration: none;
    display: inline;
    color: #ED7418;
}
a:hover
{
    text-decoration: underline;
}
li
{
    list-style-type: square;
}

/* Logo for all Pages */
#logo
{
    position: absolute;
    top: 0px;
    right: 450px;
    height: 243px;
    width: 78px;
}

#startlogo
{
    position:absolute; 
    top: 0px; 
    left: 10px;
}

/* Startpage Main img */
#mainimg
{
    height: 322px;
    width: 750px; 
    position: absolute;
    top: 102px;
    left: 0px;
}
/* Overview box startpage */
#startoverview
{
    position:absolute; 
    top: 340px; 
    left: 250px;
    width: 719px;
    height: 110px;
	border-top: solid 1px #ADACB0;
    background-color: #65676C;
    /*background-image: url(../images/overview-text-bg.gif);*/
    overflow: hidden;
    z-index: 10;
}
#startoverview h2
{
    margin: 7px 7px 2px 7px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}
#startoverview p
{
    margin: 0px 40px 7px 7px;
    padding: 0px;
}

/* info Box startpage */
#startinfo
{
    position:absolute; 
    top: 480px; 
    left: 250px; 
    width: 719px; 
    /*background-image: url(../images/info.gif);*/
    /*background-repeat:no-repeat;   */
    padding-top: 28px;
    
}
#startinfo h2
{
    border-top: solid 1px #ADACB0;
    background-color: #65676C;
    margin: 0px;
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}
#startinfo h2 i
{
    font-weight:normal;
    font-style: normal;
}
#startinfo h3
{
    border-top: dashed 1px #ADACB0;
    /*background-color: #65676C;*/
    margin: 0px;
    padding: 10px 5px 5px 10px;
    font-size: 13px;
}
#startinfo h3 i
{
    font-weight:normal;
    font-style: normal;
}
#startinfo p
{
    /*border-bottom: solid 1px #ADACB0;*/
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}

/* Mainmenu */
#mainmenu
{
    position: absolute; 
    top: 370px; 
    left: 0px; 
    width: 160px; 
    height: 300px;
    z-index: 10;
}
.menu
{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
    
}
.menu li
{
 list-style-type:none;
}

.menu a:link,.menu a:visited,.menu a:active
{
 background-image: url(../images/menu.jpg);
 background-repeat: no-repeat;
 padding-left: 35px;
 font-size: 14px;
 color: White;
 text-decoration: none;
 margin-bottom: 10px;
 height: 20px;
 display: block;
 border: none;
}
.menu a:hover
{
 background-image: url(../images/menu_hover.jpg);
 background-repeat: no-repeat;
 color: White;
}
.marked a:link,.marked a:visited,.marked  a:active
{
 background-image: url(../images/menu_marked.jpg);
 background-repeat: no-repeat;
 padding-left: 35px;
 font-size: 14px;
 color: #ED7418;
 text-decoration: none;
 margin-bottom: 10px;
 height: 20px;
 display: block;
 border: none;
}

/* Copyright */
#copy
{
    padding-top: 10px;
    text-align:center;
    font-size: 10px;
    border-top: solid 3px #8C8B90;
    padding-bottom: 10px;
}

/* subpage Content Box */
#content
{
    position:absolute; 
    top: 340px; 
    left: 250px; 
    width: 719px; 
    padding-top: 28px;
    z-index: 10;    
}
#content h2
{
    border-top: solid 1px #ADACB0;
    background-color: #65676C;
    margin: 0px;
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}
#content h2 i
{
    font-weight:normal;
    font-style: normal;
}
#content h3
{
    border-top: dashed 1px #ADACB0;
    /*background-color: #65676C;*/
    margin: 0px;
    padding: 10px 5px 5px 10px;
    font-size: 13px;
}
#content h3 i
{
    font-weight:normal;
    font-style: normal;
}
#content p
{
    /*border-bottom: solid 1px #ADACB0;*/
    margin: 0px 0px 5px 0px;
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}
