/*
	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: #b23a34;
	text-align: center;
	overflow: auto;

	scrollbar-base-color: #fff;			/* Grundfarbe / Vordergrundfarbe */
	scrollbar-track-color: #fff;			/* Balkenhintergrund / Hintergrundfarbe */
	scrollbar-arrow-color: #4d4d4d;			/* Pfeilfarbe / Hintergrundfarbe */
	scrollbar-face-color: #ccc;			/* Balkenfarbe / Vordergrundfarbe */
	scrollbar-3dlight-color: #fff;		/* Aussenrahmen links & oben / Vordergrundfarbe */
	scrollbar-darkshadow-color: #fff;	/* Aussenrahmen rechts & unten / Vordergrundfarbe */
	scrollbar-highlight-color: #4d4d4d;		/* Innenrahmen links & oben / Hintergrundfarbe */
	scrollbar-shadow-color: #4d4d4d;		/* Innenrahmen rechts & unten / Hintergrundfarbe */
}

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

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

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

/* Grundgerüst */

#main {
	position: relative;
	width: 901px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/main_bg.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	text-align: left;
	overflow: visible;
}

#logo {
	position: absolute;
	left: 9px;
	top: 21px;
	height: 117px;
	width: 217px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
	z-index: 3;
}

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 901px;
	height: 446px;
	background-image: url("../images/head_bg.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 2;
}

#nav {
	position: absolute;
	left: 227px;
	top: 110px;
	width: 666px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: transparent;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
	line-height: 28px;
	overflow: hidden;
	z-index: 3;
}

#subnav {
	position: absolute;
	left: 8px;
	top: 139px;
	bottom: 0px;
	width: 219px;
	height: expression(document.body.clientHeight - (139) + "px");
	margin: 0px;
	padding: 0px 1px;
	background-color: transparent;
	overflow: auto;
	z-index: 3;
}

#content {
	position: absolute;
	right: 7px;
	top: 139px;
	bottom: 0px;
	width: 666px;
	height: expression(document.body.clientHeight - (139) + "px");
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
	z-index: 3;
}

#copy, #copy:hover {
	display: block;
	color: #999;
	background-color: transparent;
	font-size: 8px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
}

/* Navigation */



.menu {
	margin: 0px;
	padding: 10px 20px;
	color: #000;
	background-color: transparent;
	font-size: 11px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	margin: 0px;
	padding: 10px 20px;
	color: #000;
	background-color: #fff;
	font-size: 11px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	margin: 0px;
	padding: 10px 20px;
	color: #000;
	background-color: #f0e201;
	font-size: 11px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.undermenu {
	display: block;
	width: 100%;
	margin: 0px;
	margin-bottom: 1px;
	padding: 10px 0px 10px 43px;
	color: #f9e201;
	background-color: #000;
	background-image: url("../images/subnav_but.gif");
	background-position: 19px 10px;
	background-repeat: no-repeat;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

.undermenu:hover {
	display: block;
	width: 100%;
	margin: 0px;
	margin-bottom: 1px;
	padding: 10px 0px 10px 43px;
	color: #f9e201;
	background-color: #333;
	background-image: url("../images/subnav_but.gif");
	background-position: 19px 10px;
	background-repeat: no-repeat;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

.undermenu_active, .undermenu_active:hover {
	display: block;
	width: 100%;
	margin: 0px;
	margin-bottom: 1px;
	padding: 10px 0px 10px 43px;
	color: #f9e201;
	background-color: #000;
	background-image: url("../images/subnav_but.gif");
	background-position: 19px 10px;
	background-repeat: no-repeat;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}

.undermenu[class], .undermenu:hover[class], .undermenu_active[class], .undermenu_active:hover[class] {
	width: auto;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
}

/* Text */

.Mtitel, .Mtitle {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.Atitel, .Atitle {
	color: #000;
	font-size: 11px;
	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;
}

