@charset "UTF-8";
body {
	margin:5px;
	background-color: #404040;
	background-image: url(../images/backgroundstripes.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	text-align: center;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	scrollbar-arrow-color: #88B5D2;
	scrollbar-3dlight-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-face-color: #303030;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #101010;
	scrollbar-darkshadow-color: #202020;
}
.totalcontent{
	height:auto;
	margin:auto;
	position: relative;
	text-align: center;
	width: 750px;
}
.homemenu{
	padding-top:25px;
	padding-bottom:5px;
	width: 640px;
	margin: auto;
}
.TekstKlein{
	font-size: 9px;	
}
a{
	color:#FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
img{
	padding:0px;
	margin:0px;
}
.alignL {
	float:left;
	width:auto;
	height:auto;
}

.alignR {
	float:right;
	width:auto;
	height:auto;
}

.bottomContent {
	padding-top:30px;
}
.topnavigation {
	right:0px;
	float:right;
	text-align: right;
	width: 250px;
	margin: auto;
	margin-bottom:3px;
}
.contact {
	right:0px;
	position:absolute;
	width:350px;
	height:50px;
	float:right;
	border: 1px #000 solid;
	display:none;
	background-color:#111;
}

.contactInput {
	border:1px solid #111;
	background-color:#333;
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

@media print{

body{
    background-color: White;
    background-image: none;
	color: #000;
	margin: 0;
}
a{
	color:#000;
}
}