@charset "UTF-8";
body {
	margin:5px;
	margin-top:15px;
	background:url('../images/backstripe.gif');
	background-repeat:repeat-x;
	background-position:top;
    background-color: #404040;
	/*background-color: #404040;*/
	/*background-image:url(/images/Background.jpg);
	background-position:bottom center;
	background-repeat:repeat-y;*/
	text-align: center;
	color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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;
	z-index:10;
	font-weight: normal;
}
.topbackdiv{
	background-image:url(../images/BackgroundTop.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	z-index:-1;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	width:980px;
	height:622px;
}
.topbackdiv2{
	background-image:url(../images/Background.jpg);
	background-position:top center;
	background-repeat:repeat;
	position:fixed;
	z-index:-2;
	top: 0px;
	left: 50%;
	margin-left: -490px;
	width:980px;
	height:200%;
}
.totalcontent{
	height:auto;
	margin:auto;
	position: relative;
	text-align: center;
	width: 980px;
	z-index:10;
}
.homemenu{
	padding-top:25px;
	padding-bottom:5px;
	width: 900px;
	margin: auto;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	z-index:10;
}
.TekstKlein{
	font-size: 9px;
	z-index:10;
}
a{
	color:#FFF;
	z-index:10;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
img{
	padding:0px;
	margin:0px;
	z-index:10;
}
.paratop{
	font-weight:bold; 
	padding-bottom:10px;	
}
.alignL {
	float:left;
	width:auto;
	height:auto;
	z-index:10;
}

.alignR {
	float:right;
	width:auto;
	height:auto;
	z-index:10;
}

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

.contactInput {
	border:1px solid #111;
	background-color:#333;
	margin-bottom:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
  overflow: auto;
}
textarea:focus {
	outline:none !important;
}
input:focus {
	outline:none !important;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.tekstc {
	padding-bottom:16px;	
}
.tekstc h6 {
	padding:0px;
	font-size:12px;
	font-weight:bold;
	padding-bottom:6px;
	padding-top:5px;
	margin:0px;
}

.tekstc img {
	margin:10px; 
	background-color:black;
	border:solid #333 10px;
}
.contactFormFail {
	float: right;
	font-size: 8px;
	color: #FF4444;
	width: 30px;
	height: 12px;
	text-align: right;
}
.inputField {
	float:left;
	width:200px;
	height:15px;
	border:solid 1px #888;
	background-color:#111;
	font-size:10px;
	color:#FFF;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
}
.inputButton {
	margin-right:2px;
	width:60px;
	height:20px;
	border:solid 1px #999;
	background-color:#AAA;
	font-size:10px;
	margin-bottom:5px;
	float:right;
}
@media print{

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

