body{
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;  
}

#container{
	width: 762px;
	margin: 0 auto;
}

#header{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center right;
	position: relative;
	z-index: 1;
	height: 230px;
	padding: 6px;
	padding-right: 1px;
	margin-top: 24px;
	border: 1px solid #ebebeb;
}

ul#adres, ul#keywords{
	padding: 0;
	margin: 0;
	margin-left: 5px;
}

ul#keywords{
	margin-top: 50px;
}

ul#adres{
	width: 683px;
	margin-top: 30px;
	margin-left: 24px;
	padding: 3px;
	background-color: black;
}

ul#adres li, ul#keywords li{
	margin: 0;
	padding: 0;
	color: white;
	list-style-type: none;
}

ul#adres li{
	padding-right: 8px;
	font-size: 0.7em;
	display: inline;
	border-right: 2px solid white;
}

ul#adres li.last{
	padding-right: 0px;
	border: none;
}

ul#adres li a{
	color: white;
}

ul#keywords li{
	font-weight: bold;
	font-size: 0.8em;
	padding: 3px;
	margin-bottom: 3px;
}

ul#keywords li span{
	background-color: black;
	padding: 3px;
}

#content{
	margin-top: 29px;
	padding: 13px 27px 13px 27px;
	border: 1px solid #ebebeb;
	color: black;
}

#content h1, #content h2{
	padding: 0;
	margin: 0;
	color: #5da9e5;
}

#content h1{
	font-size: 1.1em;
}

#content h2{
	font-size: 0.9em;
}

#content ul li{
	font-size: 0.8em;
	list-style: url(../images/pijl.gif);
}

#content p.attention{
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

#content p.error{
	font-size: 0.8em;
	font-weight: bold;
	color: red;
}

div.form_titel{
	float: left;
	width: 150px;
	font-size: 0.8em;
}

div input{
	margin-top: 1px;
	margin-bottom: 1px;
	width: 200px;
	border: 1px solid #5da9e5;
	background-color: white;
	font-size: 0.8em;
}

div textarea{
	width: 200px;
	height: 100px;
	border: 1px solid #5da9e5;
	background-color: white;
}