/*
	full.css from 2006-05-20 version 3.0
	author: Simon Rupf <simon.rupf@swebflex.ch>
	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;
	background-color: #58585a;
	overflow: auto;
}

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

a {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #fe4030;
	text-decoration: none;
}

/* Grundgeruest */

#main {
	position: relative;
	width: 980px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
}

#main_start {
	position: relative;
	width: 980px;
	height: 600px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	overflow: hidden;
}

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	border-top: 20px #58585a solid;
}

#head_start {
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav {
	position: absolute;
	left: 0px;
	top: 130px;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-color: #d2d2d4;
	overflow: hidden;
}

#nav_start {
	position: absolute;
	left: 0px;
	top: 300px;
	width: 100%;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-color: #d2d2d4;
	overflow: hidden;
}

#content {
	position: absolute;
	left: 0px;
	top: 160px;
	bottom: 0px;
	width: 100%;
	margin: 0px;
	border-bottom: 20px #58585a solid;
	padding: 0px;
	background-color: #fff;
	overflow: auto;
}

/* IE 7 */
*+html #content {
	position: static;
	margin-top: 160px;
	height: expression(document.body.clientHeight - (180) + "px");
	overflow-x: hidden;
}

/* IE 5 & 6 */
* html #content {
	height: expression(document.body.clientHeight - (180) + "px");
	overflow-x: hidden;
}

#content_start {
	position: absolute;
	left: 0px;
	top: 330px;
	width: 100%;
	height: 270px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
}

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

/* Navigation */

.menu {
	display: block;
	float: left;
	width: 132px;
	height: 20px;
	margin: 5px 0px;
	border-left: 1px #ee3020 solid;
	padding: 0px 0px 0px 5px;
	color: #000;
	background-color: transparent;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	float: left;
	width: 132px;
	height: 20px;
	margin: 5px 0px;
	border-left: 1px #fe4030 solid;
	border-bottom: 5px #fff solid;
	padding: 0px 0px 0px 5px;
	color: #000;
	background-color: transparent;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	float: left;
	width: 132px;
	height: 20px;
	margin: 5px 0px;
	border-left: 1px #ee3020 solid;
	padding: 0px 0px 0px 5px;
	color: #666;
	background-color: transparent;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

/* Text */

.Mtitle {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.Atitle {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.tx {}
.txb {font-weight : bold;}
.txs {text-decoration: none;}
.txs2 {color: #000; text-decoration: none;}
.txss, .txss:hover {color: #666; background-color: transparent; text-decoration: none;}
.txsg {text-decoration:none;}
.txw {color: #fff; font-weight: bold; text-decoration: none;}
.txFoto {}
.SpezialT {color: #666; font-weight : bold;}
.map24_text b {color: #333;}

/* Formulare */

.Button, .Button2 {
	width: 140px;
}

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

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

.boxtext {
	width: 310px;
	height: 150px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.textKlein {
	width: 250px;
	height: 45px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.textMittel {
	width: 300px;
	height: 90px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.textGross {
	width: 400px;
	height: 135px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.zeileKlein {
	width: 50px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.zeileMittel {
	width: 150px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

.zeileGross {
	width: 250px;
	border: 1px #000 solid;
	padding: 0px 5px;
}