/* CSS Document */
/*	#00FF66;lichtgroen body
	#00b046; iets donkerder groen
	#bd3317;donkerrood
*/
html
{
	background-color: #c8e7ea;
	width: 100%;
	margin: 0;
	padding: 0;

}

body
{
	background-color: #c8e7ea;
	background-color: #ffffff;
	color: #002442;
	font-size: 75%; /* 16px  75% = 12px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	width: 770px;
	margin: 0 auto;
}

img
{
	border: none;
	
}

form
{
	margin: 0px;
	padding: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

hr
{
	height: 1px;
	border: 0px;
	padding: 0px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #22bbda;
}

input
{
	font-size: 1.0em;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr
{
	background-color: #003a62;
	color: #003a62;
}

.errorText
{
	background-color: #ee2130;
	color: #ffffff;
}

.centerText
{
	text-align: center;
}

#topdiv
{
	width: 770px;
}

#bovenbalk
{
	width: 770px;
	padding-top: 10px;
	text-align: left;
	background-color: #c8e7ea;
}

#balkboven
{
	width: 770px;
	height: 28px;
}

#balkmidden
{
	background-color: #ffffff;
	border-left-color: #bd3317;
	border-right-color: #bd3317;
	width: 768px;
	height: 142px;
	border-left-width: 2px;
	border-left-style: solid;
}

#balkmidden .left
{
	background-color: #ffffff;
	width: 440px;
	float: left;
	padding-right: 4px;
}

#balkmidden .right
{
	width: 300px;
	float: right;
	text-align: right;
}

#menucontainer
{
	background-color: #bd3317;
	height:22px;
	clear: both;
	width: 766px;
	padding-left: 2px;
	padding-right: 2px;
}

#menu
{
	height:22px;
	border-top-color: #bd3317;
	border-bottom-color: #bd3317;
	clear: both;
	width: 766px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align:center;
}

.headerLinks
{
	position:absolute;
	display:inline;
	height:20px;
	width:100px;
	background-color:#f33f24;
	border:solid 1px #f49e7d;
	text-align:center;
	top:185px;
	padding-top: 5px;
}

#contentcontainer
{
	background-color: #ffffff;
	clear: both;
	width: 770px;
	background-image: url('../Images/RoodRozeContent.gif');
	background-repeat: repeat-y;
}

#contentcontainerbeheer
{
	background-color: #ffffff;
	clear: both;
	width: 770px;
	background-image: url("../Images/RoodRozeContent.gif");
	background-repeat: repeat-y;
}

#content
{
	clear: both;
	width: 770px;
	min-height: 360px;
	background-image: url("../Images/TopLeftRoodRoze.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#contentbeheer
{
	clear: both;
	width: 770px;
	min-height: 360px;
	background-image: url("../Images/TopLeftRoodRoze.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
}

#contentLeft
{
	width: 178px;
	float: left;
	padding: 10px 12px 20px 13px;
}

#contentRight
{
	width: 567px;
	float: right;
}

#contentRightInner
{
	width: 547px;
	padding: 10px;
}

#centeredContent
{
	text-align: center;
	clear: both;
	width: 500px;
	margin: 0 auto;
	min-height: 300px;
}

#footer
{
	clear: both;
	width: 770px;
}


#onderbalkmededeling .left
{
	width: 385px;
	float: left;
	text-align: left;
}

#onderbalkmededeling .right
{
	width: 385px;
	float: right;
	text-align: right;
}

#onderbalk{
	background-color: #c8e7ea;
}

#onderbalkmededeling
{
	color: #000000;
	font-size: 0.75em;
	width: 770px;
}

#onderbalkmededeling a
{
	color: #000000;
	text-decoration: none;
}

#onderbalkmededeling a:hover
{
	color: #ee2130;
	text-decoration: underline;
}

#pageTitle
{
	text-align: center;
	color: #c8e7ea;
	font-size: 25px; /* 16px  75% = 12px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#pageInfo
{
	text-align: center;
}

