/* CSS Document */

#sitecontainer
{
	position:absolute;
	width:959px;
	left:50%;
	margin-left: -480px;	
}

#logo
{
	float:left;
	width:241px;
	backgrounc-color:#fff;
	height:256px;
	background-image:url(../img/logo-bg.png);
	background-repeat:no-repeat;
	background-position: bottom right;
}

#main
{
	float:left;
	width:718px;
	height:594px;
	background-image:url(../img/main-bg.png);
	margin-top:-196px;	
}

#main-text
{
	width:658px;
	height: 534px;
	margin:30px 30px 30px 30px;
	
}

#left
{
	float:left;
	clear:left;
	width:241px;
	height:398px;
	background-image:url(../img/left-bg.png);
}

/* Logo */

#logo img
{
	margin-left:43px;
	margin-top:33px;
}

/* Main */

#main, #main *, #left, #left *
{
	font-family:Arial;
	font-size:12px;
}

#main h2, #left h2
{
	margin:0;
	padding:0;
	color: #cb3525;
	font-weight:bold;
}

#left h1
{
	color: #cb3525;
	font-weight:bold;
	margin:0px 0px 15px 0px;
	padding:0;
	font-size:18px;
}

#main .kleiner
{
	font-size:11px;
}

/* box links */

#left .box-links 
{
	width:203px;
	height:341px;
	float:left;
	padding:15px 2px 0px 10px;
	margin-top:30px;
	margin-left:4px;
}

#left .homepage
{
	background-image:url(../img/box-links/kaartontwerp-stap1.png);
	background-repeat:no-repeat;
	margin-left:26px;	
/*	padding:0px 0px 0px 0px; */
}

#left .homepage p, #left .homepage ul
{
	padding-right:25px;	
}


#left h2 + p
{
	margin-top:0px;
}

#left ul
{
	margin-left:15px;
	padding:0;
}

#left ul li
{
	color: #cb3525; 
}

.blacktext
{
	color:#000;
}

#left .kaartontwerpstap1
{
	background-image:url(../img/box-links/kaartontwerp-stap1.png);
	background-repeat:no-repeat;
	margin-left:26px;
}

#left .kaartontwerpstap2
{
	background-image:url(../img/box-links/kaartontwerp-stap2.png);
	background-repeat:no-repeat;
	margin-left:26px;
}

#left .kaartontwerpstap2 input
{
	border: 0px none #000;
	background-image: url(../img/textbox.png);
	padding:5px 5px 5px 5px;
	width:172px;
	margin-bottom:5px;
}

#left .kaartontwerpstap2 h2
{
	margin-bottom:10px;
}

.red
{
	color: #cb3525;
}


#left a, #main a
{
	color: #cb3525;
	text-decoration:none;
}



/* Hoeken */

.hoek-links-boven
{
	position:absolute;
	width:22px;
	background-image:url(../img/hoeken/links-boven.png);
	height:19px;	
}

.hoek-rechts-boven
{
	position:absolute;
	right:0;
	width:22px;
	background-image:url(../img/hoeken/rechts-boven.png);
	height:19px;	
}

.hoek-rechts-onder
{
	position:absolute;
	bottom:0;
	right:0;
	width:22px;
	background-image:url(../img/hoeken/rechts-onder.png);
	height:19px;	
}

.hoek-links-onder
{
	position:absolute;
	bottom:0;
	left:0;
	width:22px;
	background-image:url(../img/hoeken/links-onder.png);
	height:19px;	
}

#kaart-container
{
	margin-left:51px;
	width:561px;
}

#kaart
{
	float:left;
	margin-top:30px;
	background-image:url(../img/custom/kaarten/achtergrond-kaart.png);
	width:561px;
	height:400px;	
}

#kaart
{
	line-height:400px;
} 

#kaart img
{
	position:absolute;
	z-index:1; 
}

#schaduw
{
	position: absolute;
	background-color:#fff;
	z-index:2;
	width:555px;
	height:394px;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.plaats-hier-uw-foto
{
	line-height:10px;
	padding-top:31px;
	text-align:center;
	position:absolute;
	z-index:4;	
}

.plaats-hier-uw-foto img
{
	position:absolute; 
	left:50%; 
	margin-left:-20px;
	top:50%;
	margin-top:-30px;
}

#kaart-voorgrond
{
	position:absolute;
	width:551px;
	z-index:3;
	padding:0;
	margin:0;
	height:394px;	
}

#kaart-voorgrond img
{
	margin:0;
	padding:0;
}

#verstuur-knop
{
	margin-top:10px;
	float:right;
	cursor:pointer;
}

.foutverzenden
{
	color: #cb3525;
	float:left;
	width:300px;
}

#msg_kaart
{
	position:absolute;	
	margin-left:0px;
	padding-left:20px;
	z-index:255;	
}