/*
	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: #b4b4b4;
	background-image: url("../images/body_bg.png");
	background-position: 0px 0px;
	background-repeat: repeat;
	text-align: center;
	overflow: hidden;
	
	scrollbar-base-color: #ddd;			/* Grundfarbe / Vordergrundfarbe */
	scrollbar-track-color: #fff;			/* Balkenhintergrund / Hintergrundfarbe */
	scrollbar-arrow-color: #000;			/* Pfeilfarbe / Hintergrundfarbe */
	scrollbar-face-color: #ddd;			/* Balkenfarbe / Vordergrundfarbe */
	scrollbar-3dlight-color: #fff;		/* Aussenrahmen links & oben / Vordergrundfarbe */
	scrollbar-darkshadow-color: #fff;	/* Aussenrahmen rechts & unten / Vordergrundfarbe */
	scrollbar-highlight-color: #000;		/* Innenrahmen links & oben / Hintergrundfarbe */
	scrollbar-shadow-color: #000;		/* 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: #666;
	background-color: transparent;
	text-decoration: none;
}

sup {
	font-size: smaller;
}

/* Grundgerüst */

#main {
	position: relative;
	width: 754px;
	height: 100%;
	margin: 0px auto;
	background-color: transparent;
	text-align: left;
	padding: 0px;
}

#head {
	position: absolute;
	left: 2px;
	top: 0px;
	width: 750px;
	height: 225px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/head.png');
	overflow: hidden;
	z-index: 40;
}

#head[id]{
	background-image: url("../images/head.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#home_link {
	position: absolute;
	right: 40px;
	top: 200px;
	margin: 0px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	overflow: hidden;
	z-index: 100;
}

#mail_link {
	position: absolute;
	right: 9px;
	top: 200px;
	margin: 0px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	overflow: hidden;
	z-index: 54;
}

#line_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/line_left.png");
	background-position: 0px;
	background-repeat: repeat-y;
	overflow: hidden;
	z-index: 40;
}

#line_right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 2px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-image: url("../images/line_right.png");
	background-position: 0px;
	background-repeat: repeat-y;
	overflow: hidden;
	z-index: 40;
}

#menu {
	position: absolute;
	left: 2px;
	top: 224px;
	bottom: 73px;
	width: 238px;
	height: expression(document.body.clientHeight - (297) + "px");
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	background-color: #055dac;
	overflow: auto;
	text-align: center;
}

#content {
	position: absolute;
	left: 240px;
	top: 223px;
	bottom: 60px;
	width: 512px;
	height: expression(document.body.clientHeight - (283) + "px");
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: auto;
	z-index: 70;
}

#kontakt {
	position: absolute;
	display: block;
	left: 2px;
	bottom: 0px;
	width: 750px;
	height: 73px;
	background-color: transparent;
	background-image: url("../images/foot.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 40;
}

#RandomPic {
	position: absolute;
	right: 2px;
	top: 63px;
	width: 628px;
	height: 134px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
	z-index: 10;
	}

#info_mail {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 4px;
	width: 185px;
	height: 15px;
	background-color: transparent;
	text-decoration: none;
	overflow: hidden;
	z-index: 60;
}

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

/* Navigation */


.menu {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 30px;
	margin-left: 23px;
	margin-right: 1px;
	color: #fff;
	background-color: transparent;
	background-image: url("../images/nav.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.menu:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 30px;
	margin-left: 23px;
	margin-right: 1px;
	color: #ccc;
	background-color: transparent;
	background-image: url("../images/nav.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.menu_active, .menu_active:hover {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-left: 30px;
	margin-left: 23px;
	margin-right: 1px;
	color: #fff;
	background-color: transparent;
	background-image: url("../images/nav.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	cursor: default;
}

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

/* Text */

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

.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;}
.txsmall, .txsmall * {font-size: 11px;}
.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: 380px;
	height: 135px;
	border: 1px #000 solid;
	padding: 0px 5px;
}

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

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

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

.formText, .formNumber, .formBox {
	border: 0px;
	background-color: #fff;
}

.formText {
	width: 100px;
	border-bottom: 1px #000 dashed;
}

.formNumber {
	width: 30px;
	border-bottom: 1px #000 dashed;
	text-align: right;
}

.formBox {
	width: 100%;
	height: 50px;
	background: #fff url(../images/formBox_bg.png) scroll repeat top left;
	overflow: auto;
}

.col1 {
	width: 130px;
}

.top {
	vertical-align: top;
}

.google_button {
	width: 70px;
	border: 1px #000 solid;
	padding: 0px 5px;
}
