body {
	scrollbar-3dlight-color:DEE6E9;
	scrollbar-arrow-color:5A6B85;
	scrollbar-base-color:DEE6E9;
	scrollbar-darkshadow-color:DEE6E9;
	scrollbar-face-color:DEE6E9;
	scrollbar-highlight-color:5A6B85;
	scrollbar-shadow-color:5A6B85;
	scrollbar-track-color:DEE6E9;
	
	padding: 0px;
	margin: 20px;
}

body { background-image: url("../design_elements/background_content.jpg"); background-attachment: fixed } 

.normaal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #1B3764;
	text-decoration: none;
	text-align: justify;

}

ul {
	margin-left: 2em; padding-left: 0;
}

.klein {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #5A6B85;
	text-decoration: none;
	text-align: justify;

}

a:link {
	color: #1B3764;
	text-decoration: underline;
}

a:visited {
	color: #1B3764;
	text-decoration: underline;
}

a:hover {
	color: #1B3764;
	text-decoration: none;
}
a:active {
	color: #1B3764;
	text-decoration: underline;
}
.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #1B3764;
	text-decoration: none;
	text-align: justify;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A0B9DA;
	text-align: right;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 1px;


}

hr { height: 0; border: 0; border-top: 1px dashed #CCCCCC; }

.floatLeft {
	float: left;
	margin: 0px 20px 0px 0px;
	border: 2px solid #8AD322;

}

.floatRight { 
    float: right; 
    margin: 0px 0px 0px 20px; 
	border: 2px solid #8AD322;
}

.adresform {
	background-color: #F8F8F9;

	width: 100%;
	height: 20px;
	padding: 0px 0px 0px 5px;
	border: 1px solid #CCCCCC;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;

	line-height: 19px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: justify;
}

div.inputAlign{
	display: block;
	float: left;
	height: 24px;
}

	div.inputAlign input{
		border: 0;
	}

div.float_right{
	width: 400px;
	float: right;
}

form{
	padding: 0px;
	margin: 0px;
}