html,body {
    	margin : 0;
    	padding : 0;
    	font-family : "Lucida Sans Unicode", "Lucida Sans", Verdana;
    	font-size : 12px;
    	color : #212121;
    	height : 100%;
	background-color : #000000;
	background-image: url(images/main_bg2.jpg);
	
	a:link { text-decoration: none; color: #000000; }
	a:visited { text-decoration: none; color: #000000; }
	a:active { text-decoration: none; color: #FF0000; }		
	a:hover { text-decoration: none; color: #FF0000; }
}

#logo	{
		position:absolute;
		width:458px;
		height:77px;
		top:20px;
		left: 533px;
		z-index:1;
		}
		
#menu	{
		position:absolute;
		width:177px;
		height:505px;
		top:102px;
		left: 25px;
		z-index:1;
		background-image: url(images/menu_bg.jpg);
		}
		
#menu_adreskeurmerk	{
		position:absolute;
		width:146px;
		height:141px;
		top:450px;
		left: 26px;
		z-index:1;
		}
		
#content	{
		position:absolute;
		background-attachment: scroll fixed;
		background-image: url('images/bg_content.gif');
		background-position: left top;
		
		width:767px;
		height:505px;
		top:102px;
		left: 224px;
		z-index:1;

		overflow: auto;
		}		

table#menu_content td {
	height: 20px;
      padding: 0px 0px 0px 17px;
      font-size: 12px;
	margin-top: 0px;
	text-align: left;
      }

table#menu_content td a {
      font-size: 12px;
	margin-top: 0px;
	text-align: left;
	color: #000000;
	text-decoration: none;
      }

table#menu_content td a:hover {
      font-size: 12px;
	margin-top: 0px;
	text-align: left;
	color: #FF0000;
	text-decoration: none;
      }

		
.boldtext {
		font-weight: bold;
		text-decoration: none;
		color: #000000;
}

.boldtext_link {
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
}

.normaltext		{
		line-height: 18px;
		}
		
.smalltext_white		{
		font-size : 9px;
    		color : #ffffff;
		line-height: 12px;
		}

img.menu	{
	border:4px solid #be0505;
	}



