﻿.button {}

        body
        {
            font-family: "Corbel", "Trebuchet MS", "Arial";
            font-size: 10pt;
            margin: 0px;
        }
        
        body a
        {
            color: #00a0c6;
            text-decoration: none;
        }
        
        body a:hover
		{
            color: #ccff00;
        }
        
		#top
		{
			text-align: center;
			color: white;
			margin-top: -10px;
		}
		
		#top a
		{
			color: white;
		}
		
        
        #header
        {
            height: 96px;
            background: url('../app_images/frontend/boven.png');
        }
        
        #container
        {
            width: 772px;
            margin-left: auto;
            margin-right: auto;
        }
        
        #menubalk
        {
            height:27px;
            border-left: solid 1px #8b919f;
            border-right: solid 1px #8b919f;
            background: url('../app_images/frontend/menu_bg.png') repeat-x;
        }
        
        #afbeelding
        {
            height: 134px;
            background: url('../app_images/frontend/afbeelding.png');
        }
        
        #itsd_balletjes
        {
            height: 27px;
            width: 107px;
            background: url('../app_images/frontend/itsd_balletjes.png');
            float: right;
            
        }
        
        #tabbalk
        {
            /*margin-top: 11px;*/
            height: 36px;
            background: url('../app_images/frontend/tab_onder.png') bottom repeat-x;
        }
        
        .tab_un, .tab_s
        {
            margin-top: 11px;
        }
		
		#header_blok
		{
			padding-left: 648px;
			padding-top: 12px;
			color: #aaaaaa;
			font-size: 12px;
			/*line-height: 17px;*/
			font-weight: bold;
		}
        
        #tabs
        {
            max-width: 660px;
            float: left;
			text-align: center;
        }
        
        #navigatie
        {
            float: right;
            width: 160px;
            text-align: right;
            margin-top: 6px;
        }
        
        .tab_un_links
        {
            background: url('../app_images/frontend/tab_un_links.png') no-repeat;
            height: 24px;
            width: 5px;
            float: left;
        }
        
        .tab_un_rechts
        {
            background: url('../app_images/frontend/tab_un_rechts.png') no-repeat;
            height: 24px;
            width: 16px;
            float: left;
        }
        
        .tab_un_bg
        {
            background: url('../app_images/frontend/tab_un_bg.png') repeat-x;
            height: 21px;
            min-width: 30px;
            text-align: center;
            float: left;
            font-size: 11pt;
            padding-top: 3px;
            color: #5a5a5a;
        }
        
        .tab_un_bg a
        {
            text-decoration: none;
            color: #5a5a5a;
        }
        
        .tab_s_links
        {
            background: url('../app_images/frontend/tab_un_links.png') no-repeat;
            height: 25px;
            width: 5px;
            float: left;
        }
        
        .tab_s_rechts
        {
            background: url('../app_images/frontend/tab_un_rechts.png') no-repeat;
            height: 25px;
            width: 16px;
            float: left;
        }
        
        .tab_s_bg
		{
            background: url('../app_images/frontend/tab_un_bg.png') repeat-x;
            height: 22px;
            min-width: 30px;
            text-align: center;
            float: left;
            font-size: 11pt;
            padding-top: 3px;
            color: #5a5a5a;
            font-weight: bold;
        }
        
        .tab_s_bg a
        {
            color: #5a5a5a;
            font-weight: bold;
            text-decoration: none;
        }
        
        .tab_s_bg a:hover, .tab_un_bg a:hover
        {
            color: #5a5a5a;
        }
        
        .tab_s_bg, .tab_un_bg
        {
            padding-left: 8px;
            padding-right: 8px;
        }
        
        #tabel
        {
            border: solid 1px #525355;
            border-top: none;
            border-bottom: none;
            width: 100%;
        }        
        
        #content
        {
            border-right: solid 1px #525355;
            background: white;
            padding: 20px 24px 20px 24px;
        }
        
        #sidebar
        {
            width: 214px;
            background: url('../app_images/frontend/blok_rechts2.png') #009EC4 bottom repeat-x;
        }
        
        #blok_rechts1
        {
            min-height: 142px;
            background: url('../app_images/frontend/blok_rechts1.png') #ffffff bottom repeat-x;
            padding: 10px;
            color: #565656;
        }
        
        #blok_rechts2
        {
            min-height: 170px;
            padding: 10px;
            color: White;
        }
        
        #main
        {
            margin-top: 50px;
            width: 100%;
            background: url('../app_images/frontend/container_bg.png') #eaeaea repeat-x top;
        }
        
        #bottom
        {
            background: url('../app_images/frontend/bottom.png');
            height: 23px;
            width: 772px;
            margin-left: auto;
            margin-right: auto;
        }
        
        h1
        {
            font-family: Eras Light ITC, Tahoma;
            color: #00a0c6;
            font-size: 18pt;
        }
        
        h2
        {
            font-family: Eras Light ITC, Tahoma;
            color: #00a0c6;
            font-size: 14pt;
        }