html, body, form, div, img{
padding: 0px;
margin: 0px;
border:none;
}
html, body{
height:100%;
}
body{
background-color:#de00bc;
background-image:url(../images/bg.gif);
background-position:center center;
background-repeat:repeat-y;
}
a{
text-decoration:underline;
color:#000;
}
.container{
background-color:#FFFFFF;
height:100%;
width:900px;
font-family:Arial;
font-size:11px;
margin-right: auto;
margin-left: auto;
}
.banner{
background-image:url(../images/header.gif);
height:113px;
}
.nav{
background-color:#FEA8F2;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;
font-size:12px;
padding-top:10px;
width:181px;
}
.nav .firstList
{
padding-top: 1px;
padding-bottom: 1px;
}
.nav ul
{
padding: 0px;
margin: 0px;
padding-left: 20px;
background-image: url("../images/menubg.jpg");
}
.nav li.menuItem
{
list-style: none;
padding-top: 1px;
}
.nav li
{
list-style: none;
}
.nav li.nestedList
{
padding: 0px;
margin: 0px;
}
.nav li.menuItem .nestedList ul
{
border:0px;
}
.nav li.menuItem .nestedList ul li
{
border:0px;
}
.nav li A
{
color: #FFF;
text-decoration:none;
}
.nav li A:hover{
text-decoration:underline;
}
.tekst{
padding:10px;
}
.header_links{
height:43px;
width:165px;
background-image:url("../images/1.jpg");
}
.header_rechts{
height:43px;
width:735px;
background-color:#FFAFF4;
font-size:18px;
color:#000;
font-weight:bold;
}
.footer_1{
height:17px;
background-color:#FFF;
border-top:1px solid #9B9B9B;
}
.footer_2{
height:17px;
background-color:#FF5FE9;
border-top:1px solid #9B9B9B;
border-bottom:1px solid #9B9B9B;
}
.footer_2 a{
text-decoration:none;
}
.footer_3_links{
height:17px;
background-color:#FFAFF4;
}
.footer_3_rechts{
height:17px;
border-left:1px solid #9B9B9B;
background-color:#FFF;
}

[if IE]>
<style type="text/css">
#frameblabla
{
	background:none;
}
.tekst
{
	height: expression((document.body.clientHeight - 187) + "px");
}
</style>
<![endif]
