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

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

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

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

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

/* Grundgerüst */

#main {
	position: relative;
	width: 801px;
	height: 601px;
	margin: 0px auto;
	background-color: #336699;
	text-align: left;
	border: 1px #000 solid;
	padding: 0px;
	}

#line_top {
	position: absolute;
	left: 0px;
	top: 1px;
	margin: 0px;
	width: 801px;
	height: 17px;
	background-color: transparent;
	background-image: url(../images/head.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#logo {
	position: absolute;
	right: 8px;
	top: 11px;
	margin: 0px;
	width: 200px;
	height: 87px;
	background-color: transparent;
	background-image: url(../images/logo.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}

#line_nav {
	position: absolute;
	left: 204px;
	top: 94px;
	margin: 0px;
	width: 595px;
	height: 17px;
	background-color: transparent;
	background-image: url(../images/nav_bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#RandomPic {
	position: absolute;
	left: 19px;
	top: 94px;
	width: 183px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow: auto;
}

#menu {
	position: absolute;
	left: 204px;
	top: 101px;
	width: 573px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: hidden;
}

#submenu {
	position: absolute;
	left: 19px;
	top: 231px;
	width: 184px;
	height: 210px;
	margin: 0px;
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-right: 1px #000 solid;
	padding: 0px;
	background-color: #fff;
	overflow: auto;
}

#info2{
	position: absolute;
	left: 30px;
	bottom: 17px;
	width: 160px;
	margin: 0px;
	padding: 5px;
	color: #000;
	font-size: 14px;
	font-weight: none;
	overflow: hidden;
	border: none;
	border-top: 1px #000 solid;
	z-index: 10;
}

#info2_bg{
	position: absolute;
	left: 19px;
	bottom: 15px;
	height: 160px;
	width: 184px;
	background-color: #fff;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	z-index: 9;
}

#info2 p {
	margin-left: 20px 0px;
}

#content {
	position: absolute;
	left: 204px;
	right: 20px;
	top: 144px;
	bottom: 17px;
	width: 573px;
	height: 439px;
	margin: 0px;
	border: 1px #000 solid;
	padding: 0px;
	background-color: #fff;
	overflow: auto;
}

#copy {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 48px;
	margin: 0px;
	padding: 0px;
	color: #2385c4;
	background-color: #FF00FF;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	z-index: 1555555555;
}

#info2 p a {
	font-size: 10px;
}

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

/* Navigation */

.menu, .menu:hover {
	display: block;
	float: left;
	margin: 3px;
	margin-bottom: 5px;
	padding: 0px;
	width: 108px;
	color: #fff;
	background-color: transparent;
	background-image: url(../images/nav.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: none;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

.menu_active, .menu_active:hover{
	display: block;
	float: left;
	margin: 3px;
	margin-bottom: 5px;
	padding: 0px;
	width: 108px;
	color: #fff;
	background-color: transparent;
	background-image: url(../images/nav.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: none;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	cursor: default;
}

.sub_menu, .sub_menu:hover, .sub_menu_active, .sub_menu_active:hover {
	display: block;
	margin: 0px;
	margin-left: 31px;
	margin-top: 5px;
	padding: 0px;
	width: 108px;
	color: #000;
	font-size: 14px;
	font-weight: none;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
}

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

/* Text */

.Mtitle {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.Atitle {
	color: #009;
	font-size: 12pt;
	font-style: italic;
	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;
}