@media all {
/************************************************/

/*
'-------------------------------------------------
' Grundeinstellungen
'-------------------------------------------------
*/

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html {
	height: 100%;
	/*margin-bottom: 1px;*/
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 100.01%;*/
	font-size: 16px;
}

body {
	height: 100%;
	position: relative;
	/* Hintergrund */
	background-color: #fff;
	/* Schrifteinstellungen */
	font-size: 68.75%; /* 75% von 16px = 12px | 68.75% von 16px = 11px */
	color: #000;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
	text-align: left;
	text-decoration: none;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}



/*
'-------------------------------------------------
' Definition Layer
'-------------------------------------------------
*/

/*div#layoutContainerLayer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 535px;
	margin: -265px 0 0 -480px;
	background-image: url('/5_images/5_map/vorarlberg.gif');
	background-position: 400px 0px;
	background-repeat: no-repeat;
	overflow: visible;
	z-index: 1;
}*/

div#layoutCenterLayer {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
}

div#layoutContainerLayer {
	position: relative;
	/*top: 50px;*/
	width: 960px;
	height: auto;
	margin: auto;
	background-image: url('/5_images/5_map/vorarlberg.gif');
	background-position: 400px 50px;
	background-repeat: no-repeat;
	padding-top: 50px;
	text-align: left;
}

div#headerContainerLayer {
	position: relative;
	width: 960px;
	height: 115px;
	display: block;
}

div#logoLayer {
	position: absolute;
	left: 60px;
	top: 2px;
	width: 239px;
	height: 85px;
	z-index: 3;
}

div#cornerLayer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 60px;
	height: 58px;
	z-index: 3;
}

div#contentContainerLayer {
	position: relative;
	width: 930px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 15px;
	display: block;
	border-left: 3px solid #000;
}

div#textLayer {
	position: relative;
	width: 275px;
	height: auto;
	min-height: 400px;
	text-align: right;
	padding: 0;
	float: left;
}

div#textLayer p {
	margin-left: 0px;
}

div#navigationLayer {
	position: relative;
	width: 180px;
	height: auto;
	margin-left: 10px;
	float: left;
}

div#footerContainerLayer {
	position: relative;
	width: 960px;
	height: auto;
	margin-bottom: 20px;
	border-top: 3px solid #000;
	display: block;
}

div#navigationExtraLayer {
	position: relative;
	width: auto;
	padding: 10px 10px;
}

div#mapContainerLayer {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 470px;
	height: 480px;
	overflow: hidden;
	z-index: 21;
}

div#mapMarksLayer {
	position: absolute;
	left: 90px;
	top: 95px;
	width: 253px;
	height: 258px;
	z-index: 21;
}

div#mapEuropeLayer {
	position: absolute;
	/*
	left: 205px;
	top: 0px;
	*/
	left: 5px;
	top: 250px;
	width: 94px;
	height: 113px;
	z-index: 21;
}

div#navigationBrowseLayer {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	text-align: right;
	z-index: 21;
}



/*
'-------------------------------------------------
' Definition Elemente
'-------------------------------------------------
*/

/*div#contentLayer img {
	border: 1px solid red;
}*/

div.logoClass {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 23;
}

div.inactiveClass {
	opacity: 0.20;
	-moz-opacity: 0.20;
	-khtml-opacity: 0.20;
	filter: alpha(opacity=20);
}

p.greyClass {
	color: #999;
}



/*
'-------------------------------------------------
' Links
'-------------------------------------------------
*/

a,
a:link,
a:visited { color: #000; font-weight: normal; text-decoration: underline; }
a:hover,
a:active,
a:visited:hover,
a:visited:active { color: #c00; }

div#navigationLayer ul li a,
div#navigationLayer ul li a:link {
	color: #000;
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	display: block;
	width: 170px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding: 1px 0px 2px 10px;
}
div#navigationLayer ul li a:hover { color: #000; background-color: #e5e5e5; }
div#navigationLayer ul li a:active { color: #000; background-color: #e5e5e5; }
div#navigationLayer ul li a:visited { color: #000; background-color: #fff; }
div#navigationLayer ul li a:visited:hover { color: #000; background-color: #e5e5e5; }
div#navigationLayer ul li a:visited:active { color: #000; background-color: #e5e5e5; }

div#navigationLayer ul li a.actClass,
div#navigationLayer ul li a.actClass:link,
div#navigationLayer ul li a.actClass:visited { color: #fff; background-color: #f46909; }
div#navigationLayer ul li a.actClass:hover,
div#navigationLayer ul li a.actClass:active,
div#navigationLayer ul li a.actClass:visited:hover,
div#navigationLayer ul li a.actClass:visited:active { color: #fff; background-color: #f46909; }

div#navigationExtraLayer ul li a,
div#navigationExtraLayer ul li a:link {
	color: #000;
	line-height: 1.1em;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	display: block;
	width: 14px;
	padding: 2px;
}

div#navigationExtraLayer ul li a:hover { color: #f46909; }
div#navigationExtraLayer ul li a:active { color: #f46909; }
div#navigationExtraLayer ul li a:visited { color: #000; }
div#navigationExtraLayer ul li a:visited:hover { color: #f46909; }
div#navigationExtraLayer ul li a:visited:active { color: #f46909; }

div#navigationExtraLayer ul li a.actClass,
div#navigationExtraLayer ul li a.actClass:link,
div#navigationExtraLayer ul li a.actClass:visited { color: #000; }
div#navigationExtraLayer ul li a.actClass:hover,
div#navigationExtraLayer ul li a.actClass:active,
div#navigationExtraLayer ul li a.actClass:visited:hover,
div#navigationExtraLayer ul li a.actClass:visited:active { color: #f46909; }

/*div#navigationBrowseLayer a,
div#navigationBrowseLayer a:link,
div#navigationBrowseLayer a:visited { font-size: 100%; color: #000; font-weight: normal; text-decoration: none; background-color: #e5e5e5; }
div#navigationBrowseLayer a:hover,
div#navigationBrowseLayer a:active,
div#navigationBrowseLayer a:visited:hover,
div#navigationBrowseLayer a:visited:active { color: #fff; background-color: #c00; }*/

div#navigationBrowseLayer a,
div#navigationBrowseLayer a:link {
	color: #000;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	display: block;
	width: 150px;
	background-color: #e5e5e5;
	border: 1px solid #ccc;
	padding: 3px 0px 4px 0px;
}
div#navigationBrowseLayer a:hover { color: #fff; background-color: #c00; }
div#navigationBrowseLayer a:active { color: #fff; background-color: #c00; }
div#navigationBrowseLayer a:visited { color: #000; background-color: #e5e5e5; }
div#navigationBrowseLayer a:visited:hover { color: #fff; background-color: #c00; }
div#navigationBrowseLayer a:visited:active { color: #fff; background-color: #c00; }

div.seasonClass {
	color: #fff;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	display: block;
	width: 170px;
	background-color: #000;
	border-bottom: 1px solid #e5e5e5;
	padding: 1px 0px 2px 10px;
}




/*
'-------------------------------------------------
' Definition Subtemplates
'-------------------------------------------------
*/

.subcolumns {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 15px;
}

.c15l, .c20l, .c25l, .c30l, .c33l, .c38l, .c50l, .c62l, .c66l, .c70l, .c75l, .c80l, .c85l { float: left; }
.c15r, .c20r, .c25r, .c30r, .c33r, .c38r, .c50r, .c62r, .c66r, .c70r, .c75r, .c80r, .c85r { float: right; margin-left: 0px; }

.c15l, .c15r { width: 14.999%; }
.c20l, .c20r { width: 19.999%; }
.c25l, .c25r { width: 24.999%; }
.c30l, .c30r { width: 29.999%; }
.c33l, .c33r { width: 33.333%; }
.c38l, .c38r { width: 38.199%; }
.c50l, .c50r { width: 49.999%; }
.c62l, .c62r { width: 61.799%; }
.c66l, .c66r { width: 66.666%; }
.c70l, .c70r { width: 69.999%; }
.c75l, .c75r { width: 74.999%; }
.c80l, .c80r { width: 79.999%; }
.c85l, .c85r { width: 84.999%; }

.subcl { padding-right: 10px; }
.subcr { padding-left: 10px; }
.subc { padding-left: 10px; padding-right: 10px; }

* html .c15l, * html .c20l, * html .c25l, * html .c30l, * html .c33l, * html .c38l, * html .c50l, * html .c62l, * html .c66l, * html .c70l, * html .c75l, * html .c80l,
* html .c15r, * html .c20r, * html .c25r, * html .c30r, * html .c33r, * html .c38r, * html .c50r, * html .c62r, * html .c66r, * html .c70r, * html .c75r, * html .c80r {
	display: inline;
}

/*
* html .subcolumns .subcl,
* html .subcolumns .subcr { word-wrap: break-word; overflow: hidden; }
*/



/*
'-------------------------------------------------
' Definition Elemente - Standardeinstellungen
'-------------------------------------------------
*/

.clearClass { clear: both; height: 1px; font-size: 1px; line-height: 0; }
.ghostClass { position: absolute; display: none; z-index: 0; }

div.rulerClass {
	position: relative;
	width: 100%;
	height: 1px;
	font-size: 0;
	line-height: 0;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 1px 0 0 0;
	margin: 20px 0 20px 0;
}

div.distanceClass {
	position: relative;
	width: 100%;
	height: 25px;
	background-color: transparent;
}

.alignLeftClass { text-align: left; }
.alignCenterClass { text-align: center; }
.alignRightClass { text-align: right; }

.alertClass { font-weight: bold; color: #c00; }

.topZeroClass { margin-top: 0; }
.topSingleClass { margin-top: 1.4em; }
.topDoubleClass { margin-top: 2.4em; }
.bottomZeroClass { margin-bottom: 0; }
.bottomSingleClass { margin-bottom: 1.4em; }
.bottomDoubleClass { margin-bottom: 2.4em; }

.w25Class { width: 24.999%; }
.w33Class { width: 33.333%; }
.w50Class { width: 49.999%; }
.w66Class { width: 66.666%; }
.w75Class { width: 74.999%; }

p { margin: 0 0 1.4em 0; }
.pClass { margin: 0 0 1.4em 0; }
.firstClass { margin-top: 0em; }

table {
	border-width: 0;
	margin: 0 0 1.4em 0;
	border-collapse: collapse;
	empty-cells: hide;
}

th, td { background-color: transparent; }

img { border: 0; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }
pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.4em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.4em 1.4em; width: auto; }

h1 { font-size: 145.45%; font-weight: bold; color: #000; line-height: 1.2em; margin: 0 0 1.4em 0; }
h2 { font-size: 127.27%; font-weight: bold; color: #000; line-height: 1.2em; margin: 0 0 1.4em 0; }
h3 { font-size: 100%; font-weight: bold; color: #000; line-height: 1.2em; margin: 0 0 1.4em 0; }
h1.notFirstClass, h2.notFirstClass, h3.notFirstClass { margin-top: 2.4em; }



/*
'-------------------------------------------------
' Formulare
'-------------------------------------------------
*/

form { overflow: hidden; }
fieldset { border: 0; }

span.formInputsetClass {
	display: block;
	margin: 0 0 0.5em 0;
}

span.formInputsetIndentClass {
	padding-left: 125px;
}

label {
	width: 125px;
	height: auto;
	padding: 2px 0 0 0;
	float: left;
	text-align: left;
}

.ffCheckboxClass { margin-right: 3px; }

.ffTextClass {
	width: 250px;
	border: 1px #333 solid;
	background: #fff;
	padding: 2px 0 2px 5px;
	color: #333;
}

.ffText25Class { width: 75px; }
.ffText50Class { width: 125px; }

.ffTextareaClass {
	width: 250px;
	height: 100px;
	border: 1px #333 solid;
	background: #fff;
	padding: 2px 0 2px 5px;
	color: #333;
}

.ffSelectClass { width: 250px; }
.ffSelectNumbersClass { width: 75px !important; margin-right: 5px; }
.ffSelectClass option { padding-left: 5px; }

.ffButtonClass { width: 250px; }

input[type=text]:focus, input[type=text]:hover, input[type=text]:active,
input[type=password]:focus, input[type=password]:hover, input[type=password]:active,
textarea:focus, textarea:hover, textarea:active {
	background: #333;
	color: #fff;
	font-weight: bold;
	border-color: #c00;
}

select, input, textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}



/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

ul, ol, dl {
	position: relative;
	margin: 0 0 1.4em 0;
}

/* Liste im Inhaltsbereich */

div#contentLayer dt {
	font-weight: bold;
}

div#contentLayer dd {
	margin: 0 0 1.0em 2.0em;
}

/* Standardliste ohne Bildelement */

div#contentLayer ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

div#contentLayer ul li ul li {
	margin-left: 0;
}

div#contentLayer ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 0px;
}

/* Liste Navigation - horizontal */

div#navigationExtraLayer ul,
div#navigationBrowseLayer ul {
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

div#navigationExtraLayer ul li,
div#navigationBrowseLayer ul li {
	float: left;
	display: inline;
}

/* Liste Navigation - vertikal */

div#navigationLayer ul {
	list-style-type: none;
	list-style-position: outside;
	width: 100%;
}

div#navigationLayer ul li {
	width: 100%;
}



/************************************************/
}
