#outsideContainer
{
	width: 950px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	margin-top: 0px; 
}
* html #outsideContainer
{
	height: 100%;
}
#insideContainer
{
	position: relative;
	min-height: 100%;
	margin-top: 15px;
	border: solid white 2px;
}
* html #insideContainer
{
	height: 100%;
}

body {
	background-color:#285ea6;
	background-image: url(/templates_source/images/background.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom; 
}

#header {
	border-bottom: solid;
	border-width:2px;
	border-color:#FFF;
	height: 196px;
	width: 946px;
	background-image: url(/templates_source/images/header.png);
}

#menu {
	padding-top: 0px;
	float: left;
	width: 700px;
}

#kruimelmenu {
	padding-top: 135px;
	margin-left: 10px;
	color: #324a12;
	font-family:Arial;
	font-style:italic;
	font-weight: bold;
	font-size:12px;
	width: 920px;
	float: left;
}

a:link {
	color: #324a32;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #324a32;
}
a:hover {
	text-decoration: underline;
	color: #324a32;
}
a:active {
	text-decoration: none;
	color: #324a32;
}

#content {
	background-image: url(/templates_source/images/content_background.png);
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

#content_left {
	width: 720px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	min-height: 400px;
  	height:auto !important;
 	height:400px;
}


#content_right {
	float: right;
	margin-right: 4px;
	margin-left: 15px;
}

.block_right {
	margin-top: 10px;
	margin-left: -2px;
	width: 170px;
	background-color: #557eb6;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-family: Arial;
	color:#FFF;
	font-size:11px;
	padding: 2px;
}

#footer {
	height: 115px;
	border-top: solid;
	border-width:2px;
	border-color:#FFF;
}

#footer_web2 {
	height: 95px;
	background: #366eb3;
	float: left;
	width: 150px;
	border-right: solid;
	border-width:1px;
	border-color:#6892c6;
	padding: 10px;
}

#footer_mave {
	padding-top: 13px;
	padding-left: 40px;
	float: left;
	height: 102px;
	width: 222px;
	background: #366eb3;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #92d050;
	margin-top: 0px;
}

.title_block_right {
	font-family: Verdana;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

#content_left A
{
	color: white;
}

#languagebar
{
	float: right;
	width: 60px;
	padding-top: 7px;
}

.language
{
	border: 0px;
	padding: 5px;
}

#footer IMG
{
	float: left;
}

.footer_title
{
	float: left;
	font-style: italic;
	font-size: 13px;
	margin-left: 10px;
	font-family: Verdana;
	color: #ccd7e4;
}
.footer_text
{
	color: white;
	font-size: 11px;
	margin-top: 35px;
	font-family: Arial;
	color: #ccd7e4;
}

#content_right A
{
	color: white;
}

#footer A
{
	color: #ccd7e4;
}
