@charset "UTF-8";
/* CSS Document */

* { margin: 0px; padding: 0px; }
html { height: 100%; }

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afafaf;
	
	text-align: center;
	height:100%;
	background:#4ea8c5 url(../img/bg_container.gif) repeat-y center top;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

#container {
	position:relative;
	width:920px;
	height:1200px;
	margin:0 auto auto auto;
	padding:0 30px 0 30px;
}

#header {
	height:140px;
}

#impressum {
	position:absolute;
	top:10px;
	right:50px;
}

#impressum a {
	color:#4ea8c5;
}

/* Navi */

#nav {
	position:relative;
	height:60px;
	background-color:#009bba;
}

#nav1 {
	position:absolute;
	top:0px;
	left:20px;
	width:331px;
}

#nav2 {
	position:absolute;
	top:0px;
	left:500px;
	width:241px;
}

#nav3 {
	position:absolute;
	top:0px;
	left:350px;
	width:140px;
}

#nav4 {
	position:absolute;
	top:0px;
	left:750px;
	width:140px;
}

#subnav {
	position:relative;
	height:20px;
	background-color:#c3e5f1;
}

#subnav1, #subnav2, #subnav3 {
	display:none;
	position:absolute;
	top:0px;
	left:40px;
	height:20px;
}

#navcorner {
	position:absolute;
	top:140px;
	left:30px;
	width:41px;
	height:117px;
	background:transparent url(../img/navcorner.gif) no-repeat;
}

/* TextContent */
#textContent {
	display:none;
	position:absolute;
	top:220px;
	left:30px;
	height:auto;
	margin:0 0 auto 0;
}

#textContentTop {
	position:relative;
	width:595px;
	height:40px;
	background-repeat:repeat-y;
	background-image: url(../img/bg_text_top.png);
}

#textContentClose {
	position:absolute;
	top:2px;
	right:3px;
}

#textContentText {
	width:515px;
	min-height:940px;
	margin:0 0 auto 0;
	background-repeat:repeat-y;
	background-image: url(../img/bg_text.png);
	text-align:left;
	color:#000000;
	padding:0 40px 0 40px;
}

* html #textContentText {
	/*
	 * IE5
	 */
	height:940px;
}

html > body #textContentText {
	height:auto;
}

#textContentText a {
	color:#4ea8c5;
	text-decoration:underline;
}

/* Karte */

#map {
	position:relative;
	height:731px;
}

#hiddenmap {
	position:absolute;
	top:250px;
	left:70px;
	width:840px;
	height:674px;
}

#myLight {
	position:absolute;
	top:-20px;
	left:-20px;
	width:13px;
	height:13px;
}

#popup {
	position:absolute; 
	display: none; 
	text-align:left;
	width:162px;
}

#popup div {
	height:21px;
	background-repeat:no-repeat;
	padding: 4px 0 0 10px;
	color:#FFFFFF;
	font-weight:bold;
}

* html #popup div {
	/*
	 * http://msdn.microsoft.com/workshop/author/filter/reference/filters/alphaimageloader.asp
	 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_mouseover.png', sizingMethod='scale');	
}

html > body #popup div {
	background-image: url(../img/bg_mouseover.png);
}

/* Formular */

#actionBox {
	position:absolute;
	top:241px;
	left:635px;
}

#counter {
	position:relative;
	background:transparent url(../img/bg_counter.jpg) no-repeat;
	width:245px;
	height:57px;
	margin-bottom:2px;
}

#counter1 {
	position:absolute;
	top:0px;
	left:7px;
}

#counter2 {
	position:absolute;
	top:0px;
	left:46px;
}

#counter3 {
	position:absolute;
	top:0px;
	left:85px;
}

#counter4 {
	position:absolute;
	top:0px;
	left:124px;
}

#counter5 {
	position:absolute;
	top:0px;
	left:163px;
}

#counter6 {
	position:absolute;
	top:0px;
	left:203px;
}

#myCandle div {
	width:229px;
	background-color:#4ea8c5;
	padding:8px;
	display:none;
}

#myCandle input {
	width:222px;
	height:18px;
	border:0 none;
	background-color:#b8dce8;
	color:#009bba;
	margin-bottom:2px;
	padding:2px 0 0 5px;
}

#butEntzuend {
	display:none;
	margin-top:2px;
}

#butHinzu {
	margin-top:2px;
}
