/*
	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 fr die komplette Seite (Hintergrund, Breite, Scrollbalken, Schriftarten und Links) */

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;

	scrollbar-base-color: #fff;			/* Grundfarbe / Vordergrundfarbe */
	scrollbar-track-color: #fff;			/* Balkenhintergrund / Hintergrundfarbe */
	scrollbar-arrow-color: #7c212a;			/* Pfeilfarbe / Hintergrundfarbe */
	scrollbar-face-color: #fff;			/* Balkenfarbe / Vordergrundfarbe */
	scrollbar-3dlight-color: #fff;		/* Aussenrahmen links & oben / Vordergrundfarbe */
	scrollbar-darkshadow-color: #fff;	/* Aussenrahmen rechts & unten / Vordergrundfarbe */
	scrollbar-highlight-color: #7c212a;		/* Innenrahmen links & oben / Hintergrundfarbe */
	scrollbar-shadow-color: #7c212a;		/* Innenrahmen rechts & unten / Hintergrundfarbe */
}

* {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #7c212a;
	text-decoration: none;
}

/* Grundgerst */

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 331px;
	height: 138px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/head_bg.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 3;
}

#head img {
	position: absolute;
	left: 56px;
	top: 15px;
}

#info {
	position: absolute;
	left: 331px;
	right: 0px;
	top: 0px;
	width: expression(document.body.clientWidth - (331) + "px");
	height: 74px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	background-image: url("../images/info_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

#info span.Mtitle {
	line-height: 30px;
}

#info a, #info a:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}

#title {
	position: absolute;/*
	left: 331px;*/
	right: 0px;
	top: 80px;/*
	width: expression(document.body.clientWidth - (331) + "px");*/
	width: 35%;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/title_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-x;
	line-height: 40px;
	overflow: hidden;
	z-index: 2;
}

#nav {
	position: absolute;
	left: 0px;
	top: 138px;
	bottom: 0px;
	width: 284px;
	height: expression(document.body.clientHeight - (138) + "px");
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/nav_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-y;
	overflow: auto;
	z-index: 1;
}

#content {
	position: absolute;
	left: 284px;
	right: 0px;
	top: 138px;
	bottom: 0px;
	width: expression(document.body.clientWidth - (284) + "px");
	height: expression(document.body.clientHeight - (138) + "px");
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
}

#copy, #copy:hover {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 284px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	font-size: 10px;
	line-height: 15px;
	text-decoration: none;
	overflow: hidden;
	z-index: 2;
}

	/* Navigation */

.menu, .sub_menu {
	display: block;
	height: 30px;
	margin: 0px 46px 17px 0px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	background-image: url("../images/menu_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover, .sub_menu:hover {
	display: block;
	height: 30px;
	margin: 0px 46px 17px 0px;
	padding: 0px;
	color: #ccc;
	background-color: transparent;
	background-image: url("../images/menu_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover, .sub_menu_active, .sub_menu_active:hover {
	display: block;
	height: 30px;
	margin: 0px 46px 17px 0px;
	padding: 0px;
	color: #9ac5fc;
	background-color: transparent;
	background-image: url("../images/menu_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
}

/* Text */

.Mtitle {
	color: #fff;
	font-size: 20px;
	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;
}
