@charset "utf-8";
/* CSS Document */

body, html	{
margin: 0;
padding: 0;
background-color: #3E64A3;
height: 100%;
overflow: hidden;
}

#lefttop	{
position: absolute;
margin:0;
background-image: url(/images/background-lefttop.jpg);
background-position: left;
background-repeat: repeat-y;
width: 900px;
height: 100%;
top: 0;
left: 0;
z-index: 0;
}

#leftbottom	{
position: absolute;
margin-top: -600px;
top: 101%;
height: 600px;
width: 100%;
left: 0px;
background-image: url(/images/background-rightbottom.jpg);
background-position:center;
background-repeat: repeat-x;
z-index: 1;
}



#text1	{
position:absolute;
width: 500px;
height: 200px;
left: 500px;
margin: -200px 0 0 0;
top: 100%;
z-index: 5;
overflow: auto;
overflow-x: hidden;
}

#text-tuincentrum	{
position:absolute;
width: 500px;
height: 200px;
left: 500px;
margin: -200px 0 0 0;
top: 100%;
z-index: 4;
overflow: auto;
overflow-x: hidden;
}

#text-vogelbush	{
position:absolute;
width: 500px;
height: 200px;
left: 500px;
margin: -200px 0 0 0;
top: 100%;
z-index: 4;
overflow: auto;
overflow-x: hidden;
}

.text	{
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
font-size: 14px;
}

h1	{
color: #B01557;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: justify;
font-size: 14px;
font-weight: bold;
}
