BODY
{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #4D5059;
    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;
    left: 0px;
    height: 243px;
    width: 78px;
}

/* Top Navigation on all Pages */
#topnav
{
    height: 102px;
    width: 739px; 
    float: right; 
}
#topnav img
{
	border: none;
}

/* 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;
    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;
}

/* News Box startpage */
#startnews
{
    position:absolute; 
    top: 480px; 
    left: 250px; 
    width: 719px; 
    background-image: url(../images/news.gif);
    background-repeat:no-repeat;   
    padding-top: 28px;
    
}
#startnews h2
{
    border-top: solid 1px #ADACB0;
    background-color: #65676C;
    margin: 0px;
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}
#startnews h2 i
{
    font-weight:normal;
    font-style: normal;
}
#startnews h3
{
    border-top: dashed 1px #ADACB0;
    /*background-color: #65676C;*/
    margin: 0px;
    padding: 10px 5px 5px 10px;
    font-size: 13px;
}
#startnews h3 i
{
    font-weight:normal;
    font-style: normal;
}
#startnews 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.gif);
 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_marked.gif);
 background-repeat: no-repeat;
 color: White;
}
.marked a:link,.marked a:visited,.marked  a:active
{
 background-image: url(../images/menu_marked.gif);
 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;
}