@charset "utf-8";
body {
	background-image: url(grafik/bg.png);
	margin:0px;
	padding:0px;
}
a:link {
	color:#BBBBBB;
}

a:visited {
	color:#BBBBBB;
}

.tilmeld a:hover {
color:white;
}
.tilmeld a {
color:#F4C400;
}

.tilmeld a:visited {
color:#F4C400;
}


.bgContainerDiv {
	width:100%;
	background-image:url(grafik/topBg.png);
	background-repeat:repeat-x;
}

.mainContainerDiv {
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	width:816px;
	position:relative;
}

.topLogo {
	width:816px;
	height:65px;
	background:url(grafik/topLogo.png) no-repeat;
	margin-bottom:8px;
}

.h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	padding-left:0px;
	padding-bottom:4px;
}

.text {
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

.topContainerDiv {
	width:716px;
	height:306px;
	padding:22px 50px 0px 50px;
	background:url(grafik/topBlok.png) no-repeat;
}

.medContainerDiv {
	width:716px;
	height:234px;
	background:url(grafik/midBlok.png) no-repeat;
	padding:0px 50px 0px 50px
}

.bottomContainerDiv {
	width:716px;
	height:292px;
	padding:36px 50px 0px 50px;
	background:url(grafik/bottomBlok.png) no-repeat;
}

.bottomLeftDiv {
	width:328px;
	float:left;
	}
	
	.bottomRightDiv {
	width:328px;
	float:right;
	margin-left:0px;
	}

.bottomHeader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#89cf02;
	margin:0px;
	padding:0px;
	float:left;
}

.bottomEmailField {
	width:308px;
	height:16px;
	border:0px;
	padding:10px;
	margin-top:15px;
	background:url(grafik/emailField.png) no-repeat;
}

.topDomainField {
	width:308px;
	height:16px;
	border:0px;
	padding:10px;
	margin-top:10px;
	background:url(grafik/urlField.png) no-repeat;
}

.wordField {
	width:155px;
	height:18px;
	border:0px;
	
	padding:5px;
	padding-top:5px;
	padding-bottom:3px;
	color:#919191;
	margin:0px 10px 0px 0px;
	background:url(grafik/inputWord.png) no-repeat;
}

.bottomTextArea {
	width:308px;
	height:93px;
	border:0px;
	padding:10px;
	margin-top:15px;
	background: url(grafik/textArea.png) no-repeat;
}

.bottomEmailField, bottomTextArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#454545;
}

.bottomButton {
	width:196px;
	height:34px;
	background-image:url(grafik/sendMessage.png);
	background-color:transparent;
	margin-top:15px;
	margin-left:132px;
	border:0px;
}
	
.newsButton {
	width:196px;
	height:34px;
	background-image:url(grafik/signUp.png);
	background-color:transparent;
	margin-top:15px;
	margin-left:132px;
	border:0px;
}

.reportButton {
	width:196px;
	height:37px;
	background-image:url(grafik/receiveReport.png);
	background-color:transparent;
	margin-top:15px;
	margin-left:132px;
	border:0px;
}

.sendButton {
	width:151px;
	height:36px;
	background:url(grafik/Slide3Send.png) no-repeat;
	background-color:transparent;
	margin-left:10px;
	border:0px;
}

#copyright
{
	color:#FFFFFF;
	float:left;
	margin-top:30px;
}

	body {
		
		font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:180%;
		margin:0;
		padding:0;
		text-align:center;
	}
	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:20px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:696px;
		background:transparent;		
		margin-bottom:2em;
		float:left;
		}	
	#header{
		height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li { 

		width:720px;
		height:280px;
		overflow:hidden; 
		}	

	#slider2 li{ 
		width:720px;
		height:200px;
		overflow:hidden;
		background:transparent;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;	
		width:30px;
		height:77px;
		position:absolute;
		left:30px;
		top:160px;
		background:url('../grafik/beginTest.png') no-repeat 0 0;
		}	

		#prevSlider {
		position: absolute;
		top:492px;
		left:1px;
		overflow:visible;
		z-index:1000;
		}
		#nextSlider
		{
		position: absolute;
		top:492px;
		right:1px;
		overflow:visible;
		z-index:1000;
		}
