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

body {
	background:#0099ff url(../images/background.png) no-repeat fixed left bottom;
	background-size: 100% auto;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	}

#main {
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	width:1000px;	
}

#top {
	position:relative;
	width:1000px;
}

#middle {
	position:relative;
	width:960px;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer {
	clear:both;
	position:relative;
	background-color:#dddddd;
	width:1000px;
	height:70px;
}

#topbar {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	text-align:right;
	padding-top:3px;
	padding-bottom:3px;
}

.toptext {
	padding-right:10px;
}

#homeheader {
	position:relative;
	width:1000px;
	height:430px;
}

#headerlogo {
	position:absolute;
	top:-1px;
	right:50px;
	z-index:500;
	border:1px;
	border-color:#FFFFFF;
	border-style:solid;
}

#pageheader {
	position:relative;
	width:1000px;
	height:200px;
}

.pageheaderlogo {
	float:right;
}

.pageheaderimg {
	float:left;
}	

#pagenav {
	position:relative;
	width:998px;
	height:50px;
	background-color:#FFFFFF;
	padding-left:2px;
}

#data {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:700px;
	float:left;
}

#toolbox {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	height:500px;
	float:right;
}

.wetter {
	width:150px;
	height:150px;
	position:absolute;
	right:0px;
	top:0px;
}

.homeevents {
	width:190px;
	height:150px;
	position:absolute;
	right:0px;
	top:160px;
	text-align:center;
	border: 1px;
	border-style:solid;
	border-color:#09F;
}

.alpstein {
	text-align:center;
	width:150px;
	height:150px;
	position:absolute;
	right:0px;
	top:160px;
}

.karte {
	text-align:center;
	width:150px;
	height:150px;
	position:absolute;
	right:0px;
	top:320px;
}

#logoarea {
	clear:both;
	position:relative;
	background-color:#dddddd;
	width:1000px;
	height:70px;
}

#efrelogo {
	position:absolute;
	left:20px;
	top:10px;
	height:50px;
	width:auto;
	border:0;
}

#lebminlogo {
	position:absolute;
	left:279px;
	top:10px;
	height:50px;
	width:auto;
	border:0;
}

#bgldlogo {
	position:absolute;
	left:538px;
	top:10px;
	height:50px;
	width:auto;
	border:0;
}

#ntglogo {
	position:absolute;
	right:20px;
	top:10px;
	height:50px;
	width:auto;
	border:0;
}

a.dark:link {
	text-decoration:none;
	color:#000000;
}
a.dark:visited {
	text-decoration:none;
	color:#000000;
}
a.dark:hover {
	text-decoration:underline;
	color:#000000;
}
a.dark:active {
	text-decoration:underline;
	color:#000000;
}

a.textlink:link {
	text-decoration:underline;
	color:#000000;
}
a.textlink:visited {
	text-decoration:none;
	color:#000000;
}
a.textlink:hover {
	text-decoration:underline;
	color:#333333;
}
a.textlink:active {
	text-decoration:underline;
	color:#000000;
}
a.textlink img{
	border:none;
}

a.bigblock {
	display:block;
	float:left;
	width:220px;
	border:0px;
	text-align:center;
	background-color:#09F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:10px;
	margin-right:10px;
}

a.bigblock:hover {
	background-color:#000099;
}

a.smallblock {
	font-size:12px;
	display:block;
	float:left;
	width:164px;
	border:1px;
	border-color:#ffffff;
	border-style:solid;
	text-align:center;
	background-color:#09F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding-top:17px;
	padding-bottom:17px;
}

a.smallblock:hover {
	background-color:#000099;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

p{
	line-height:1.5;
}