/*##########General##############################*/

body
{
	background-color:#FFFFFF;
}

/*##########PAGE###############################*/

div#root
{
    height:415px;
    width:760px;
    margin: 0px auto;
    padding: 0px;
}

div#divHeader
{
    width:760px;
    height:80px; 
}

div#menu
{
    width:470px;
    height:30px;
    float:right;
    margin-top:52px;
    margin-right:-2px;
}

div#logo
{
    width:160px;
    height:80px;
    background-position:center top;
    float:right; 
}



div#divFooter
{
    height:18px;
    width:760px; 
}

/* ### Snapsis Menu Classes ######################################################## */

#TabContainer {
    position:absolute;
    top:31px;
    left:0px;
    z-index:999;
}
.TabList {
    float:left; 
}
.TabList ul {
    clear:both;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style:none;
    display: inline;
    height: 27px;
}

.TabList li {
    float:left;
    margin:0px 0px 0px 0px;
    display: inline;
    padding:0px 0px 0px 0px;  
}

.TabList li a {
   font-family:Arial,Tahoma,San-Serif;
   font-size:11px;
   voice-family: "\"}\""; voice-family:inherit;
   line-height:normal;
}

select.TabList {
    border-left: #003366 1px solid;
    border-right: #003366 1px solid;
    border-top:  #003366 1px solid;
    border-bottom: #003366 1px solid;
    background-color: #003366;
    color:#FFFFFF;
    font-weight:normal;
    font-size:11px;
}
/*IE-PC doesn't get these child selectors but other browsers do*/

#ParentTabs > ul a {width:94px;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ParentTabs a {float:none;}
/* End IE5-Mac hack */

#ParentTabsContainer {
   vertical-align:top;
   padding: 0px 0px 0px 0px;
}

#ParentTabs a {
    float:left;
    display:block;
    width:94px;
    text-align:center;
    margin: 0px 0px 0px 0px;
    text-decoration:none;
    font:Verdana;
    color:#FFFFFF;  
    font-size:14px;
    text-indent:-999px;
    font-family: tahoma, verdana, arial, san-serif;
}

#ParentTabs a:hover {
    text-decoration:none;
    color:#FFFFFF;
} 
 
#ParentTabs .SelectedTab a {
    color:#FFFFFF;
}

#ParentTabs li
{
    height:27px;
}


/*MenuImages*/
    /*Off*/
    li#ParentTabs165 a{background:url('images/knop1-a.gif') no-repeat Top Left; height:27px;}
    li#ParentTabs197 a{background:url('images/knop2-a.gif') no-repeat Top Left; height:27px;}
    li#ParentTabs198 a{background:url('images/knop3-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs199 a{background:url('images/knop4-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs200 a{background:url('images/knop5-a.gif') no-repeat Top Left;height:27px;}
    /*Hover*/
    li#ParentTabs165 a:hover{background:url('images/knop1-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs197 a:hover{background:url('images/knop2-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs198 a:hover{background:url('images/knop3-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs199 a:hover{background:url('images/knop4-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs200 a:hover{background:url('images/knop5-a.gif') no-repeat Top Left;height:27px;}
    /*On*/
    li#ParentTabs165.SelectedTab a{background:url('images/knop1-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs197.SelectedTab a{background:url('images/knop2-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs198.SelectedTab a{background:url('images/knop3-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs199.SelectedTab a{background:url('images/knop4-a.gif') no-repeat Top Left;height:27px;}
    li#ParentTabs200.SelectedTab a{background:url('images/knop5-a.gif') no-repeat Top Left;height:27px;}
    

