/*
	$Id: main.css 703 2009-08-26 17:09:33Z simon.rupf $
	cascading style sheet for webdesign with vertical navigation
	design for media with full graphic capabilities such as computer screens or beamers
*/

/* Standards für die komplette Seite (Hintergrund, Breite, Scrollbalken, Schriftarten und Links) */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fff;
	overflow: hidden;
}

* {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #660;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #fbf7d6;
	background-image: url("../images/nav_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-decoration: none;
}

/* Grundgerüst */

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 128px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: transparent;
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}

#head a {
	position: absolute;
	left: 35%;
	top: 14px;
	width: 100px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/entry_now.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#head a:hover {
	background-position: -100px 0px;
}

h1 {
	position: absolute;
	right: 80px;
	top: 40px;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	overflow: hidden;
	z-index: 3;
}

h2 {
	position: absolute;
	right: 78px;
	top: 42px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	overflow: hidden;
	z-index: 2;
}

#menu {
	position: absolute;
	left: 0px;
	top: 131px;
	bottom: 48px;
	width: 100%;
	height: 23px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #fbf7d6;
	background-image: url("../images/nav_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	overflow: auto;
}

#menu form.login {
	display: block;
	float: right;
	width: 450px;
	padding: 2px 5px;
}

#menu form.login input {
	float: right;
}

#undermenu {
	position: absolute;
	left: 0px;
	top: 156px;
	bottom: 0px;
	width: 310px;
	height: expression(document.body.clientHeight - (156) + "px");
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#content {
	position: absolute;
	left: 315px;
	right: 0px;
	top: 156px;
	bottom: 0px;
	width: expression(document.body.clientWidth - (315) + "px");
	height: expression(document.body.clientHeight - (156) + "px");
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

#copy, #copy:hover {
	display: none;
}

div.dark, div.bright {
	margin: 0px;
	padding: 5px;
	color: #000;
	cursor: pointer;
}

div.dark p, div.bright p {
	margin: 0px;
	padding: 0px;
}

div.dark {
	background-color: #ff9;
	background-image: url("../images/dark_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

div.bright {
	background-color: #fff;
}

div#activemarker {
	background-color: #e8e8e8;
	background-image: url("../images/active_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

p.image {
	text-align: center;
}

p.image img {
	margin-bottom: 5px;
}

#map {
	float: right;
	width: 100%;
	height: 100%;
	background-color: #e5e3df;
	background-image: url("../images/loading.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	overflow: hidden;
}

#map span {
	font-size: 8px;
}

/* Navigation */

.menu {
	display: block;
	margin: 0px;
	padding: 0px 5px;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	float: left;
}

.menu:hover {
	display: block;
	margin: 0px;
	padding: 0px 5px;
	color: #000;
	background-color: #fff;
	background-image: url("../images/input_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	float: left;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
	padding: 0px 5px;
	color: #666;
	background-color: transparent;
	background-image: url("../images/button_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	float: left;
	cursor: default;
}

/* Formulare */

.Button, .Button2 {
	display: block;
	width: 80px;
	height: 18px;
	margin: 0px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #999 #999 #ccc;
	padding: 0px;
	color: #000;
	background-color: #fbf7d6;
	background-image: url("../images/button_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	line-height: 14px;
	overflow: hidden;
}

.Button:hover, .Button2:hover {
	color: #666;
	background-color: #fbf7d6;
	background-image: url("../images/nav_bg.png");
	line-height: 16px;
}

.Button:active, .Button2:active {
	border-color: #999 #ccc #ccc #999;
	background-image: url("../images/input_bg.png");
}

a.Button {
	display: inline;
	width: auto;
	padding: 0px 5px;
	line-height: 22px !important;
	cursor: default;
}

a.Button[class] {
	line-height: 21px !important;
}

form.bright {
	margin: 0px;
	padding: 5px 0px;
	text-align: center;
}

form.bright .Button {
	line-height: 18px;
	text-align: center;
	background-position: 0px 2px;
	cursor: default;
}

form.bright .Button:hover {
	line-height: 20px;
}

span.Button, span.Button:hover, span.Button:active {
	border-color: #ccc #999 #999 #ccc;
	color: #999;
	background-color: #eee;
	background-image: url("../images/inactive_bg.png");
	line-height: 18px !important;
}

form .left {
	float: left;
}

form .right {
	float: right;
}

form.bright select option.dark {
	color: #000;
	background-color: #fff;
	background-image: url("../images/option_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.boxm, .box, .boxtext, .textKlein, .textMittel, .textGross, .zeileKlein, .zeileMittel, .zeileGross {
	display: block;
	margin: 0px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999 #ccc #ccc #999;
	padding: 0px 5px;
	color: #000;
	background-color: #fff;
	background-image: url("../images/input_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	line-height: 16px;
}

.boxm {
	width: 140px;
	border: 1px #000 solid;
}

.box {
	width: 210px;
	border: 1px #000 solid;
}

.boxtext {
	width: 310px;
	height: 150px;
}

.textKlein {
	width: 250px;
	height: 45px;
}

.textMittel {
	width: 300px;
	height: 90px;
}

.textGross {
	width: 400px;
	height: 135px;
}

.zeileKlein {
	width: 50px;
	height: 16px;
}

.zeileMittel {
	width: 150px;
	height: 16px;
}

.zeileGross {
	width: 250px;
	height: 16px;
}
