/*
	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: #e2eaf3;
	background-image: url("../images/body_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat;
	overflow: hidden;

	scrollbar-base-color: #fff;			/* Grundfarbe / Vordergrundfarbe */
	scrollbar-track-color: #fff;			/* Balkenhintergrund / Hintergrundfarbe */
	scrollbar-arrow-color: #858585;			/* 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: #858585;		/* Innenrahmen links & oben / Hintergrundfarbe */
	scrollbar-shadow-color: #858585;		/* Innenrahmen rechts & unten / Hintergrundfarbe */
}

* {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #000;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: #c9c9c9;
	text-decoration: none;
}

/* Grundgerst */

#main {
	position: absolute;
	left: 50%;
	top: 52px;
	bottom: 52px;
	width: 782px;
	height: expression(document.body.clientHeight - (104) + "px");
	margin: 0px;
	margin-left: -391px;
	border: 1px #000 solid;
	padding: 0px;
	background-color: #fff;
	background-image: url("../images/main_bg.jpg");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#main[id] {
	width: 780px;
}

#nav {
	position: absolute;
	left: 224px;
	top: 136px;
	width: 556px;
	height: 37px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

#content {
	position: absolute;
	right: 0px;
	top: 183px;
	bottom: 36px;
	width: 553px;
	height: expression(document.body.clientHeight - (327) + "px");
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
	z-index: 1;
}

#left {
	position: absolute;
	left: 0px;
	top: 183px;
	bottom: 36px;
	width: 247px;
	height: expression(document.body.clientHeight - (327) + "px");
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: auto;
	z-index: 2;
}

.box_frame {
	width: 223px;
	margin: 5px 0px 15px 4px;
	padding: 0px;
	background-image: url("../images/box_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat-y;
	overflow: hidden;
}

.box_head {
	height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	background-image: url("../images/box_head.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 45px;
	overflow: hidden;
}

.box_body {
	margin: 5px 15px;
	padding: 0px;
	color: #7f7f7f;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

.box_mail {
	color: #7f7f7f;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.box_foot {
	height: 41px;
	margin: 0px;
	padding: 0px;
	background-image: url("../images/box_foot.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#copy, #copy:hover {
	position: absolute;
	left: 11px;
	bottom: 0px;
	width: 758px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

#copy div {
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-color: #858585;
	overflow: hidden;
}

/* Navigation */

.menu {
	display: block;
	float: left;
	width: 90px;
	height: 70px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	color: #000;
	background-color: transparent;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu:hover {
	display: block;
	float: left;
	width: 90px;
	height: 70px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	color: #fff;
	background-color: transparent;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover {
	display: block;
	float: left;
	width: 90px;
	height: 70px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	color: #666;
	background-color: transparent;
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.sub_menu {
	display: block;
	margin: 0px;
	border-bottom: 1px #d9d9d9 solid;
	padding: 0px 0px 0px 10px;
	color: #000;
	background-color: transparent;
	background-image: url("../images/sub_menu_bg.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu:hover {
	display: block;
	margin: 0px;
	border-bottom: 1px #d9d9d9 solid;
	padding: 0px 0px 0px 10px;
	color: #999;
	background-color: transparent;
	background-image: url("../images/sub_menu_bg.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
}

.sub_menu_active, .sub_menu_active:hover {
	display: block;
	margin: 0px;
	border-bottom: 1px #d9d9d9 solid;
	padding: 0px 0px 0px 10px;
	color: #666;
	background-color: transparent;
	background-image: url("../images/sub_menu_bg.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.menu_list {
	list-style-type: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}

/* Text */

.Atitle {
	color: #000;
	font-size: 15px;
	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;
}
