@charset "utf-8";
/* CSS Document */

body 

	{
	color: white;
	background-color:#FFFFFF;
	margin: 0px
	}
	


#horizon 

	{
    position: absolute;
	left: -400px;
	width: 100%; height: 100%;
	margin-top: -300px;
	}



#container 
	
	{
	background-color:transparant;
	position: absolute;
	left: 50%; top: 50%;
	width: 800px;
	height: 600px;
	}
	
	
#navbar 
	
	{
	background:#776541;
	width:500px;
	height:150px;
	font-family:"Swis721 Th BT", Verdana;
	font-size:16pt;
	text-align:center;
	margin-left:300px;
	}



#navbar li 

	{
    list-style:none;
    display:inline;
	}

#navbar a 

	{
	width:125px;
    color:#fff;
    text-decoration:none;
    float:left;
    padding:30px 5px 5px;
    margin:0 -10px;
	}

#navbar a:hover 

	{ 
    color:#F3901D;
	}
	
#content 

	{
	background-image:url(../Images/content_bg.jpg);
	width:500px;
	height:400px;
	overflow:hidden;
	z-index:1;
	margin-left:300px;
	}

#reflection_content

	{
	margin-left:300px;
	}
	
#logo 

	{
	background-image:url(../Images/logo.jpg);	
	width:300px;	
	height:400px;	
	margin-left:0px;	
	margin-top:-600px;
	}
	
#content_tekst
	
	{	
	color:#FFFFFF;
	font-family:"Swis721 Th BT", Verdana;
	font-size:14pt;
	line-height:24px;
	overflow:hidden;	
	overflow-x: hidden;	
	height:350px;	
	}

#adres
	{
	height:50px;
	overflow:hidden;
	z-index:1;
	width:500px;
	}
	
#inhoud 

	{
	width:400px;
	margin-right:25px;
	margin-left: 60px;
	}

#inhoud a 

	{
	color:#FFFFFF;
	font-size:12px;
	font-family:"Swis721 Th BT", Verdana;
	text-decoration:none;
	}

#inhoud a:hover

	{
	color: #F3901D;
	font-size:12px;
	font-family:"Swis721 Th BT", Verdana;
	text-decoration:none;
	}


@font-face {
    font-family: Swis721 Th BT;
    font-style:  normal;
    font-weight: normal;
    src: url(../fnt/SWISTHB0.eot);
  }


