/* EINDE NIEUW */

.edit_thumb{
  width: 375px;

}

.list_item_div{
margin: 5px;
width: 375px;
height: 225px;
overflow: hidden;
}

ul{
list-style: none;
}

h1{
position: absolute;
font-size: 27px;
display: block;
width: 100%;
margin-top: -32px;
}

.list_item{
float: left;
}

/* EINDE NIEUW */

html, body { 
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	    height: 100%; 
	    margin: 0; 
	    padding: 0; 
	    border: 0; 
/* 	    background: url(/img/bg.jpg); */
	    }
	
#rounded { 
		font-size: 11px; 
	    text-align: center; 
	    width: 940px; 
	    vertical-align: middle; 
	    position: absolute; 
	    top: 50%; 
	    left: 50%; 
	    height: 480px; 
	    margin-top: -240px;
	    margin-left: -470px; 
	    border: solid 1px #ccc; 
	    background: white;
}

#projectsLink{
	position: absolute;
	bottom: -15px;
	left: 33px;
}

#realisatie{
	position: absolute;
	bottom: -15px;
	right: 33px;
	font-size: 11px;
}
	
.hiddenText{
	   visibility: hidden;
}

body { color: black; 
	   background-color: white; 
	   margin: 0; 
	   padding: 0; }
	
p.justified { 	line-height: 20px; bottom: 0px; position: absolute; text-align: left; width: 100%; margin: 0px;}

a:link { color: black; }
a:visited { color: black; }
a:hover { color: #CC0099; }
a:active { color: black; }

.bl { 	background-image: url(../img/bl.jpg); 
	  	background-repeat: no-repeat; 
	  	position: absolute; 
	  	left: -3px; 
	  	bottom: -3px; 
	  	width: 20px; 
	  	height: 20px; }
	
.br { 	background-image: url(../img/br.jpg); 
	  	background-repeat: no-repeat; 
	  	position: absolute; 
	  	right: -3px; 
	  	bottom: -3px; 
	  	width: 20px; 
	  	height: 20px;}
	
.tl { 	background-image: url(../img/tl.jpg); 
	  	background-repeat: no-repeat; 
	  	position: absolute; 
	  	top: -3px; 
	  	left: -3px; 
	  	width: 20px; 
	  	height: 20px; }
	
.tr { 	background-image: url(../img/tr.jpg); 
	  	background-repeat: no-repeat; 
	  	position: absolute; 
	  	top: -3px; 
	  	right: -3px; 
	  	width: 20px; 
	  	height: 20px; }
	
.menuImg { 
		margin: 10px; 
}

#menu { width: 940px;
	    position: relative;
	    top: 10px;
	    left: 0px;
	    z-index: 1;

}

ul.topMenuList { 
		position: relative;
		top: -12px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		text-align: center;
		color: grey;
		line-height: 0px;
}

.divider{

/*color: #96fd6d; /* lime */
color: #ffa044; /* orange */

font-size: 16px;
position: relative;
top: 2px;
}

a.topMenuLink {  
		color: black;
		text-decoration: none;
		margin-right: 0px;
		padding: 0px;
		font-size: 11px;
}

a.topMenuLinkActive, a.topMenuLinkActive:visited {  
color: #ffa044; /* orange */
		text-decoration: none;

		padding: 0px;
}

a.topMenuLink:hover {
color: #ffa044; /* orange */
/*		color: #e56767; /* red */
}


#box { 	background-color: white; 
		position: absolute; 
		left: 270px; 
		bottom: -50px; 
		height: 271px; 
		width: 402px; 
		z-index: 1; 
		visibility: visible; 
}
		
#titleContainer{ 
	    /*background: #96fd6d; /* lime */
		background: #ffa044; /* orange */
/* 		background-image: url(../img/title.jpg);  */
		position: absolute; 
		top: 7px; 
		left: 0; 
		width: 402px; 
		height: 17px; 
		border: 3px solid black;
}



#titleContainer span{
color: black;
font-size: 12px;
font-weight: bold;
display: block;
margin-top: 3px;
}

#textboxLeft2{
width: 430px; 
float: left;
line-height: 22px;
text-align: left;
}

#textboxRight2{
width: 430px; 
float: left;
line-height: 22px;
text-align: left;
} 

#textboxLeft{ 
/* 	    text-align: justify; */
		font-size: 12px; 
		position: absolute; 
		top: 10px; 
		left: 20px; 
		width: 440px; 
		height: 250px; 
		
}
		
#textboxRight { 
		font-size: 12px; 
		position: absolute; 
		top: 10px; 
		left: 480px; 
		width: 440px; 
		height: 250px; 
/* 		text-align: justify; */
}
		
#textboxCenter { 
		font-size: 12px; 
		position: absolute; 
		bottom: 240px; 
		left: 20px; 
		width: 900px; 
        height: 100px;
/* 		text-align: justify; */
		margin: 0px;
		
}

#productContainer { 
		background-repeat: no-repeat; 
		position: absolute; 
		left: 0px; 
		bottom: -1px; 
		width: 402px; 
		height: 239px;  
		border: 3px solid black; 
		border-top: 0px;
}

#arrow_right{
	position: absolute;
	left: 420px;
	top: 40px;
	width: 17px;
	height: 20px;
	background: white;
	background-image: url('../img/arrow_right.jpg'); 
}

#arrow_left{
	position: absolute;
	left: -27px;
	top: 40px;
	width: 17px;
	height: 20px;
	background: white;
	background-image: url('../img/arrow_left.jpg'); 
}


