﻿#container 
{
	position:relative;
	height:100%; /* voor IE */
	width:100%;
	min-height: 100%;
	text-align:left;
}

#footer
{
	position:absolute;
	bottom:0px;
	color:Black;
}

#backgroundContainer
{
	position:absolute;
	left:0;
	top:0;
	margin: 0;
	padding: 0;
	text-align:left;
	height:100%; /* voor IE */
	min-height: 100%; /* Not supported by IE 5/6, but required for Firefox/Opera */ 
	width:100%;
}

html>body #backgroundContainer {height:100%} /*for mozilla */

#backgroundContainer #backgroundContainer1
{
	background-image: url(images/background/Background_04.jpg);
	background-repeat: repeat-y;
	height:100%;
}

#backgroundContainer #backgroundContainer1 #backgroundContainer2
{
	background-image: url(images/background/Background_06.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height:100%;
}

#backgroundContainer #backgroundContainer3
{
	position:absolute;
	height:197px;
	width:100%;
	left:0px;
	bottom:0px;
	background-image: url(images/background/Background_08.jpg);
	background-repeat:repeat-x;
}

#backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatleft
{
	float: left;
	width: 199px;
	padding:0px;
	height:100%;
}

* html #backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatleft
{
	margin-right:-3px;
}

#backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatleft #backgroundContainer2-floatleft-top
{
	background-image: url(images/background/Background_01.jpg);
	background-repeat: no-repeat;
	height:401px;
}

#backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatcenter
{
	margin-left: 199px;
	margin-right: 582px;
	height:100%;
	background-image: url(images/background/Background_05.jpg);
	background-repeat: repeat;
}

* html #backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatcenter
{
	margin-right:-3px;
	margin-left: 196px;
}

#backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatcenter #backgroundContainer2-floatcenter-top
{
	background-image: url(images/background/Background_02.jpg);
	background-repeat: repeat-x;
	height:401px;
}

#backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatright
{
	float: right;
	width: 582px;
	margin: 0;
	padding: 0;
	height:100%;
}

* html #backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatright
{
	margin-left:-3px;
	width: 585px;
}

#backgroundContainer #backgroundContainer1 #backgroundContainer2 #backgroundContainer2-floatright #backgroundContainer2-floatright-top
{
	background-image: url(images/background/Background_03.jpg);
	background-repeat: no-repeat;
	height:401px;
}

#backgroundContainer #backgroundContainer3 #backgroundContainer3-floatleft
{
	float: left;
	width:199px;
	background-image: url(images/background/Background_07.jpg);
	background-repeat: no-repeat;
	height:100%;
}

#backgroundContainer #backgroundContainer3 #backgroundContainer3-floatright
{
	float: right;
	width: 582px;
	background-image: url(images/background/Background_09.jpg);
	background-repeat: no-repeat;
	height:100%;
}

#backgroundContainer #flower-small-right
{
	position:absolute;
	width:97px;
	height:100px;
	right:0px;
	top:0px;
	background-image: url(images/background/flower3.png);
	background-repeat: no-repeat;
}

* html #backgroundContainer #flower-small-right
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/App_Themes/flowers/images/background/flower3.png", sizingMethod="crop");
}

#backgroundContainer #flower-small-left
{
	position:absolute;
	width:104px;
	height:84px;
	left:0px;
	bottom:0px;
	background-image: url(images/background/flower1.png);
	background-repeat: no-repeat;
}

* html #backgroundContainer #flower-small-left
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/App_Themes/flowers/images/background/flower1.png", sizingMethod="crop");
}

#backgroundContainer #flower-big-left
{
	position:absolute;
	width:186px;
	height:187px;
	left:0px;
	bottom:0px;
	background-image: url(images/background/flower2.png);
	background-repeat: no-repeat;
}

* html #backgroundContainer #flower-big-left
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/App_Themes/flowers/images/background/flower2.png", sizingMethod="crop");
}

#backgroundContainer #stripes
{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background-image: url(images/background/background-stripes.png);
}

* html #backgroundContainer #stripes
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/App_Themes/flowers/images/background/background-stripes.png", sizingMethod="crop");
}

#MainContent
{
	position: relative;
	left: 50%;
	width:750px;
	min-width:750px;
	margin: 0 0 0 -375px;
	height: 100%;
	min-height:100%;
	text-align:left;
	background-color:#5b5242;
}

#MainContentBlank
{
	position: relative;
	left: 50%;
	width:750px;
	min-width:750px;
	margin: 0 0 0 -375px;
	height: 100%;
	min-height:100%;
	text-align:left;
}

#contentContainer
{
	padding: 15px 0px 5px 5px;
}

#leftContainer
{
	position:relative;
	width:140px;
	float:left;
	text-align:left;
}

#rightContainer
{
	margin-left: 150px;
	position:relative;
	text-align:left;
}