/****

Roze:		f0057d 
Groen:		96be0f 
Blauw:		64c3e1 
Antraciet:	32373c 

*/

body
{
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	background-color: #64C3E1;
}

#container
{
	width: 995px;
	margin: 0px auto;
	background-color: white;
	clear: both;
}

#designtoolcontainer
{
	display: none;
	position: absolute;
	text-align: center;
}

#designtoolcontainer, #designtooloverlay
{
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#designtooloverlay
{
	background-color: #d6f0f9;
/*	opacity: 0.5;
	filter: alpha(opacity=50);*/
	position: fixed;
	z-index: 5;
}

#designtool
{
	width: 1001px;
	height: 595px;
	margin: 0px auto;
	z-index: 10;
	position: relative;
}

#header
{
	height: 96px;
	padding-bottom: 7px;
	margin-left: 14px;
	margin-right: 14px;
	position: relative;
	
	border-bottom: 1px dotted #64c3e1;
	
	background-image: url(../images/logo.png);
	background-position: 11px 0px;
	background-repeat: no-repeat;
	
	text-align: right;
}

#menu1
{
	height: 48px;
	padding-top: 19px;
	margin-right: -9px;
}

#menu1 img, #menu1 a
{
	vertical-align: middle;
}

#menu2
{
	margin-right: -15px;
}

#contentcontainer
{
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	background-color: white;
}

#content
{
	background-color: #d4eff8;
	background-image: url(../images/background_content.png);
	background-position: 0px 1px;
	background-repeat: repeat-y;
}

#leftcontent
{
	min-height: 441px;
/*	width: 253px; /* 281 - 14 - 14 */
	width: 267px; /* 281 - 14 */
	
/*	padding-left: 14px;*/
	padding-right: 14px;

	background-image: url(../images/background_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.floatleftcontent
{
}

#rightcontent
{
	background-color: white;
	padding-right: 14px; /* ? */
}

.floatrightcontent
{
	min-height: 441px;

	float: right;
	width: 664px;
	padding-left: 21px;
	
	border-left: 1px dotted #64c3e1;
}

#general_links
{
	float: right;
	padding-top:7px;
}

#general_links img
{
	vertical-align: middle;
	cursor: pointer;
}

#footer
{
	border-top: 1px dotted #64c3e1;
	border-bottom: 1px dotted #64c3e1;
	clear: both;
	text-align: right;
	margin-left: 14px;
	margin-right: 14px;
}

#footerlogos
{
	margin-top: 3px;
	float: left;
}

#bottomcontent
{
	margin-left: 14px;
	margin-right: 14px;
	padding-top: 14px;
	margin-bottom: 14px;

	background-image: url("../images/background_content_bottom.png");
	background-position: bottom left;
	background-repeat: repeat-x;
	
	border-bottom: 1px solid #D5EFF8;
}

.bottomcontenttable
{

}

.bottomcontenttable td
{
	padding: 14px;
	padding-top: 0px;
}

#bottomfooter
{
	border-top: 1px dotted #96be0f;
	
	text-align: right;
	margin-left: 14px;
	margin-right: 14px;
}