@import "/fancy.css";


* {
	margin:0;
	padding: 0; 
}

body {
	color: #f1f8fd;
	font:normal 18px/130% "Lucida Grande", Corbel, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-align: center;
}
.nacht {
	background: #fff url(/images/bg-nacht.jpg) 0 0px repeat-x;
}
.tag {
	background: #fff url(/images/bg.jpg) 0 0px repeat-x;
}	
#global, #global-nacht {
	margin:46px auto 0px auto;
	background: #5ea0da url(/images/bg-kasten.jpg) 0 0 repeat-x;
	padding: 6px 20px 10px 20px;
	width: 720px;
	height:auto;
	text-align: center;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;	
	-webkit-border-radius:15px;	
	border-radius:15px;	
}
#global-nacht {
	background: #37445e url(/images/bg-kasten-nacht.jpg) 0 0 repeat-x;
}
#parallax {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: -10;
}
#wolken-klein {
	background: url(/images/wolken-klein.png) 25% 0px;
	position: absolute;
	top: 0;
	left: 0;
  	width: 104%;
  	height: 100%;
	z-index:-2000;
}
#wolken {
	background: url(/images/wolken.png) 80% -70px;
	position: absolute;
	top: 0;
	left: 0;
  	width: 112%;
  	height: 100%;
	z-index:-1000;
}
#sonne, #mond {
	background: url(/images/sonne.png) 20px top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
  	width: 100%;
  	height: 100%;
	z-index:-9000;
}
#mond {
	background: url(/images/mond.png) 20px top no-repeat;
}
#main {
	font:normal 16px/100% "Lucida Grande", Corbel, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	width: 720px;
	height: auto;
	margin-top:20px;
}
#footer {
	clear:both;
	margin: 8px 0 0 0;
	font:normal 12px/18px "Lucida Grande", Corbel, "Lucida Sans Unicode", Verdana, Arial, sans-serif;		
	color:#aaa;
}
.einespaltelinks {
	float:left;
	width:200px;
	margin: 0 0 20px 0;
}
.einespaltemitte {
	float:left;
	width:300px;
	margin: 0 0 20px 0;
}
.einespalterechts {
	float:right;
	width:200px;
	margin: 0 0 20px 0;
}
a {
	color:#006696;
	text-decoration:none;
}
h1 a {
	text-decoration:none;
}	
a:hover {
	text-decoration: underline;
}
label, .einespalterechts, .einespaltelinks, .error, .einespaltemitte {
	font:normal 18px/150% "Lucida Grande", Corbel, "Lucida Sans Unicode", Verdana, Arial, sans-serif;

}
p {
	padding-bottom:12px;
}
h1, h2, h3 {
	font: bold 72px/100% 'Palatino Linotype', Palatino, Cambria, 'Times New Roman', Times, Georgia, serif;
	font-style:italic;
	margin: 0 0 10px 0;
}
h1 {
	margin: 0 0 16px 0;
}
h2 {
	font-size: 22px;
	margin: 0;
}
h3 {
	font-size: 22px;
	margin: 0 0 10px 0;
}
.min {
	color:#b5d1df; 
}
.max {
	color:#f3cf53; 
}

form {
	margin:0 0 6px 0;
}
form p {
	margin: 0;
}
strong {
	color:#b5d1df; 
	font-family: 'Palatino Linotype', Palatino, Cambria, 'Times New Roman', Times, Georgia, serif;
	font-style: italic;
	font-weight:normal;
}
.infotext {
	margin:6px 0 0 0;
	line-height:120%
}
.error  {
	color : #eee;
}

:focus {
	-moz-outline-style: none;
}
.input, .button {
	font: normal 18px/18px "Lucida Grande", Corbel, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

.input {
	border:none;
	padding:2px 2px;
	width:195px;
	height:25px;
	* height:23px;
	color:#006696;
	margin:4px 0 0 0;
	text-align:center;
	vertical-align:middle;
	-moz-border-radius:4px;	
	-webkit-border-radius:4px;	
}
.inputimg {
	vertical-align:middle;
	margin:4px 0 0 4px;
	width: 30px;
	height: 29px;
	background: url("/images/button-1.png") no-repeat 0 0;
}
.inputimg:hover { 
	background-position: 0 -29px;
}

label {
	text-align: center;
	color:#fff;
	margin:0 0 6px 0;
}
.button {
	border:none;
	padding:2px 12px;
	font-size:17px;
	background: #5ea0da url(images/bg-kasten.jpg) 0 0 repeat-x;
	color:#fff;
	text-align: center;
	height:28px;
	-webkit-border-radius:4px;	
	-moz-border-radius:4px;	
}	

.button:hover {
	cursor:pointer;
}
::-moz-selection {
	background:#3470cc;
	color:#fff;
}

::selection {
	background:#3470cc;
	color:#fff;
}
.hilfe {
	padding:20px;
	text-align:left;
	background: #aec7e8 url(images/bg-hilfe.jpg) 0 0 repeat-x;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #fff;
	background: #fff url(/images/bg.jpg) 0 0px repeat-x;
	padding: 10px;
	width: 260px;
	opacity: 0.85;
	box-shadow: 0px 4px 80px #555;
	-webkit-box-shadow: 0px 4px 80px #555;
	-moz-box-shadow: 0px 4px 40px #555;
	border-radius:6px;	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
#tooltip h3, #tooltip div { margin: 0; }