@charset "utf-8";
/* CSS Document */



body {
	background-color: #b5e1f9;
	background-image:url(../images/bg_container.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
	margin: 0px;
}

#divContainer {
	position:relative;
	margin: 0px auto;
	width: 1090px;
	height: 620px;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
}
	#divNav {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 592px;
		height: 99px;
	}
			
	#divLogo {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 254px;
		height: 93px;
	}
	
	#divContentHome {
		position: absolute;
		width: 890px;
		height: 513px;
		top: 100px;
		left: 100px;
		z-index: 3;
	}
	#divContentNav {
		position: absolute;
		width: 537px;
		height: 32px;
		top: 298px;
		left: 130px;
		z-index: 2;
	}
	
	#divContentPane {
		position: absolute;
		top: 330px;
		left: 0px;
		z-index: 2;
		width: 100%;
		overflow: hidden;
		height: 190px;
		background-color: #e3f3fa;
	}
	
	#divScrollingPane {
		position: absolute;
		left: 139px;
		top: 0px;
		width: 812px;
		height: 190px;
		z-index: 3;
	}
	
	#bttnScrollLinks {
		position: absolute;
		left: 0px;
		top: 0px;
		cursor:pointer;
	}
	
	#bttnScrollRechts {
		position: absolute;
		right: 0px;
		top: 0px;
		cursor: pointer;
	}

	#bttnRandLinks {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	
	#bttnRandRechts {
		position: absolute;
		right: 0px;
		top: 0px;
	}
	

	#divAddContent {
		position: absolute;
		top: 308px;
		left: 130px;
		height: 25px;
		z-index: 2;
	}
	
	#divContentImage {
		position: absolute;
		left: 545px;
		top: 114px;
		width: 420px;
		height: 476px;
		z-index: 3;
		background-image:url(../images/loading.gif);
		background-repeat:no-repeat;
		background-position: 240px 300px;
	}
	

	
#divBottom {
	position: relative;
	margin: 0px auto;
	width: 1090px;
	height: 40px;
}

	#divBottomContentLeft {
		padding-top:15px;
		float: left;
		margin-left: 20px;
		text-align: left;
		width: 750px;
	}
	
	#divBottomContentRight {
		float: right;
		margin-right: 20px;
		width: 200px;
		text-align: right;
	}
	
#tableSubnav {
	display: none;
	margin-left: 260px; 
}

.bttnScrollJump {
	cursor: pointer;
}



.inputFeld {
	position: absolute;
	padding: 6px;
	left: 309px;
	width: 114px;
	height: 15px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a94cd;
	border: none;
}

.textArea {
	position: absolute;
	padding: 6px;
	top: 0px;
	left: 0px;
	width: 295px;
	height: 72px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a94cd;
	border: none;
}


.captcha {
	position: absolute;
	padding: 6px;
	top: 87px;
	left: 0px;
	width: 295px;
	height: 48px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a94cd;
	border: none;
}