@import "fancy.css";
* {
	margin:0;
	padding: 0; 
	-moz-outline-style: none;
}

body {
	color: #f1f8fd;
	font:normal 16px/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 10px auto;
	background: #5ea0da url(images/bg-kasten.jpg) 0 0 repeat-x;
	padding: 40px 40px 20px 40px;
	width: 580px;
	height:auto;
	text-align: center;
	z-index:1000;
	-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;
}
#main {
	width: 580px;
	height: auto;
}
#footer {
	clear:both; 
	font:normal 12px/18px "Lucida Grande", Corbel, "Lucida Sans Unicode", Verdana, Arial, sans-serif;		
	color:#aaa;
}	
#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: 105%;
  	height: 100%;
	z-index:-2000;
}
#wolken {
	background: url(/images/wolken.png) 80% -70px;
	position: absolute;
	top: 0;
	left: 0;
  	width: 135%;
  	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;
}

.einespaltelinks {
	float:left;
	width:280px;
	margin: 0 0 40px 0;
}
.einespalterechts {
	float:right;
	width:280px;
	margin: 0 0 40px 0;
}
a {
	color:#006696;
	text-decoration:none;
}
	
a:hover {
	text-decoration: underline;
}

p {
	color: #fff;
	padding-bottom:12px;
}
h1, h2, h3 {
	font: bold 72px/100% 'Palatino Linotype', Palatino, Cambria, Georgia, Times, serif;
	font-style:italic;
	margin: 0 0 14px 0;
}
	
h2 {
	font-size: 24px;
	margin: 0 0 6px 0;
}
h3 {
	font-size: 24px;
	margin: -18px 0 0 0;
}

.min {
	color:#b5d1df; 
}
.max {
	color:#f3cf53; 
}

form {
	margin:-10px 0 -3px 0;
}

form p {
	margin: 0;
}
.error  {
	font : 14px/130% "Lucida Grande", Corbel, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color : #eee;
}

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

input {
	border:none;
	padding:6px 4px;
	* padding:12px 4px 0 4px;
	width:300px;
	height:30px;
	* height:28px;
	color:#006696;
	margin:4px 0 4px 0;
	vertical-align:middle;
	text-align:center;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;	
	-webkit-border-radius:6px;	
}
.inputimg {
	vertical-align:middle;
	margin:4px 0 4px 4px;
	padding:0;
	width:42px;
	height:43px;
	background: url("/images/button-2.png") no-repeat 0 0;
}
.inputimg:hover { 
	background-position: 0 -43px;
}
*+html .inputimg{
	vertical-align:-15px;
}
label {
	text-align: center;
	font-size: 16px;
	color:#fff;
	margin:0 0 6px 0;
}
.button {
	margin:6px 0 15px 0;
	padding:5.5px 4px 6px 4px;
	background: #5ea0da url(images/bg-kasten.jpg) 0 0 repeat-x;
	color:#fff;
	border:none;
	text-align: center;
	width:42px;
	height:43px;
	* height:45px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;	
	-webkit-border-radius:6px;
}	
.meinort p {
	margin:0 0 12px 0;
}
.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: 280px;
	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; }
