/*:::::::::::::::::::::::::::: LAYOUT :::::::::::::::::::::::::::: */

body{
  	background:url(images/background1.jpg) center top no-repeat;
  	background-color:#e7e7e7;
	font-family:"Trebuchet MS", Tahoma, Verdana;
	color:#333333;
	font-size:12px;}
	  
.top{
	background:url(images/topbg.jpg);
	width:735px;
	height:63px;
	margin:auto;
	padding:32px 0px 0px 25px;}
	
.contentcontainer{
	background:url(images/contentbg.jpg) center top;
	width:760px;
	min-height:510px;
	overflow:auto;
	margin:auto;
	position:relative;}
	
.contentcontainerhomepage{
	background:url(images/bghome.jpg) center top;
	width:760px;
	min-height:510px;
	overflow:auto;
	margin:auto;
	position:relative;}
		

		
	.content{
		width:710px;
		margin:auto;
		height:500px;}
	
	.left{
		width:500px;
		float:left;}
	
	.text{
		width:500px;
		float:left;}
	
	.right{
		width:200;
		float:right;}

	
.bottom{
	background:url(images/bottombg.jpg);
	width:760px;
	height:30px;
	margin:auto;}
	
.footer {
  background-image:url(images/footer.jpg);
  height:150px;
      }
.keywords{
  clear:both;
  color:#e7e7e7;
  font-size: xx-small;
  text-align:center;
}
.promotie{
  width:500px;
  padding:32px 0px 0px 25px;
}

/*:::::::::::::::::::::::::::: KEUZE :::::::::::::::::::::::::::::*/

#changediv {
  background-image:url(images/home.jpg);
  position:relative;
  top:100px;
  left:25px;
  width:375px;
  height:300px;
  padding:0;
}
.choice{
  border:0px solid #00CC00;
  float: left;
  width: 170px;
  height: 270px; 
}

/*:::::::::::::::::::::::::::: INLINEBOX ::::::::::::::::::::::::::::*/
	
.box{
	width:195px;
	margin-bottom:20px;}
	
	.boxtitel{
	border:1px solid #DDDDDD;
	background-color:#DDDDDD;
	color:#999999;
	font-weight:bold;
	padding-left:10px;}
	
	.boxcontent{
	border:1px solid #DDDDDD;
	color:#333333;
	padding:5px;
	font-size:11px;}
	
/*:::::::::::::::::::::::::::: MENU ::::::::::::::::::::::::::::*/
.menu{
	width:710px;
	height:50px;
	margin:auto;
	padding-top:5px;}
	
a.menuitem{
  color: #666666;
  font-weight:bold;
  text-decoration: none;}
  
a.menuitem:hover{
  color: #E5832B;
  text-decoration: none;}

/*:::::::::::::::::::::::::::: CONTENT ::::::::::::::::::::::::::::*/

.25link a{
font-size:14px;
color:#CCCCCC;
text-decoration:none;}

.25link a:hover{
font-size:14px;
color:#FFFFFF;
text-decoration:none;}

a{
color: #333333;
text-decoration:underline;
}
a:hover{
color: #E5832B;
text-decoration:underline;
}
a.image {
border:1px solid #000000;
display:block;
width:65px;
}
a.image:hover {
border:1px solid #E5832B;
display:block;
width:65px;
}
.shout{
font-size:11px;
font-weight:normal;}
.small{
font-size:9px;
font-weight:normal;}
hr{
color:#333333;
height: 1px;
}
.karakters{
color: #333333;
font-size:9px;
font-weight:normal;}

/*:::::::::::::::::::::::::::: FORMS ::::::::::::::::::::::::::::*/

.shoutinput{
background-color:#e7e7e7;
color: #333333;
font-family : "Trebuchet MS", "Lucida Sans";
font-size:10px;
border-width:thin;
border-color:#333333;
border-style:inset;
cursor:text;
}
.mailinginput{
background-color:#e7e7e7;
color: #333333;
font-family : "Trebuchet MS", "Lucida Sans";
font-size:10px;
border-width:thin;
border-color:#333333;
border-style:inset;
width:200px;
}
.mailingtextarea{
background-color:#e7e7e7;
color: #333333;
font-family : "Trebuchet MS", "Lucida Sans";
font-size:10px;
border-width:thin;
border-color:#333333;
border-style:inset;
width:300px;
}
.button{
background-color:#cccccc;
border-width:thin;
border-color:#333333;
border-style:outset;
font-weight:normal;
color: #333333;
font-size:10px;
font-family : "Trebuchet MS", "Lucida Sans";
}