@charset "utf-8";
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	height:100%;
	margin:0 auto;
	padding: 0;
}

.header{
text-align:center;
margin: 0 auto;
width: 900px;
height: 200px;
}

.menu{
text-align:center;
margin: 0 auto;
width: 900px;
height: 35px;
}
	ul{
	list-style: none;
	padding: 10px 0 0 0;
	}
	li{
	display: inline;
	margin: 0 10px 0 0;
	}
	a.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px 0 10px;
	}

	a.menu:link, a.menu:visited{
	text-align:right;
	color: #015697;
	text-decoration:none;
	background: transparent url(images/sterknop.gif) no-repeat left;
	}

	a.menu:hover, a.menu:active{
	background: transparent url(../images/sterknop.gif) no-repeat left;
	}

.top_container{
background: url(../images/container_top.gif) no-repeat 0 0;
width: 900px;
height: 21px;
margin:0 auto;
}
	
.container{
background: url(../images/container_repeat.gif);
margin: 0 auto;
width: 900px;
min-height:700px;
height: auto;
text-align:center;
}

.containercontent{
background: url(../images/bgster.jpg) no-repeat 15px 0;
width: 645px;
min-height:600px;
height: auto;
margin: 0 auto;
padding-left: 25px;
float: left;
clear:both;
text-align:left;
}

.rightcontainer{
width: 200px;
min-height:600px;
height: auto;
float: right;
text-align:center;
padding-right:20px;
}

img.right{
float: center;
width: 165px;
padding: 5px;
margin: 5px 0px 0 0;
border: 1px double #015697;
font-style:italic;
}

.bottom_container{
background: url(../images/container_bottom.gif) no-repeat 0 0;
width: 900px;
height: 21px;
margin:0 auto;
}
.formtop{
width:600px;
margin:0 auto;
}
.formleft{
margin:0 auto;
width:245px;
float:left;
}

.formright{
margin:0 auto;
width:400px;

}

.contactinfo{
width:190px;
text-align:right;
}
	a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #015697;
	text-decoration: underline;
	}

	a:link, a:visited{
	color: #015697;
	text-decoration:underline;
	}

	a:hover, a:active{
	color:#015697;
	text-decoration:underline;
	}



h1{
margin: 0;
color: #015697;
font-weight: bold;
padding: 3px 10px 10px 0;
font-size: 175%;
}

h2{
margin: 0;
color: #015697;
font-weight: normal;
padding: 3px 10px 10px 0;
font-size: 120%;
}

h3{
margin: 0;
color: #015697;
padding: 3px 10px 10px 0;
font-size: 100%;
}

h4{
margin: 0;
color: #015697;
font-weight: bold;
padding: 3px 10px 10px 0;
font-size: 100%;
}

p{
margin: 0;
color: #444444;
}

hr{
border: 1px solid #F7760D;
margin: 20px 100px 15px 100px;
}
p.foot{
margin: 0;
color: #015697;
font-style:italic;
}