/*******************************************************************************
********************************************************************************
	Projekt		: Reinhold Messner
********************************************************************************
*******************************************************************************/

/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	height: 100.01%;
	margin-bottom: -1px;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}

sup {
	vertical-align: top;
}

/******************************************** Standard - NICHTS VERAENDERN *****
*******************************************************************************/

.nospace {
	margin: 0;
	padding: 0;
}

.rvrs {
	unicode-bidi: bidi-override; 
	direction: rtl;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
dl, ol, ul, dt, dd, li {
	background-repeat:no-repeat;
}

.fl-lft { 
	float: left;
	margin: 0 20px 0 0;
}

.fl-rght { 
	float: right;
	margin: 0 0 0 20px;
}

.algn-lft { 
	text-align: left;
}

.algn-rght { 
	text-align: right;
}

.algn-cntr { 
	text-align: center;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}

.dib {
	display: block;
}



/*********************************************************** Hintergruende *****
*******************************************************************************/



/************************************************************* Text-Farben *****
*******************************************************************************/
/*	Schwarz */
body, 
.navi-content a.active, 
.slideshow-v2 .slideshow-button-pager:hover,
.slideshow-v2 .slideshow-button-pager-active {
	color: #b4b4b4;
}

a {
	color: #82a9c5;
}
.tsr1 {
	color: #181717;
}

.lp a {
	color: #b0b0b0;
}

.lp .lp-sub a:hover {
	color: #fff;
}
/*************************************************************** Schriften *****
*******************************************************************************/
body, input, textarea {
	font-family: "Arial", "Verdana", sans-serif;
}


/********************************************************* Schriftgroessen *****
*******************************************************************************/
body {
	font-size: 75%;
}

h1 {
	font-size: 1.916em;
}
h2 {
	font-size: 1.583em;
}
h3, 
.ls1 dt, 
.navi-content {
	font-size: 1.333em;
} 
/*
.lp {
	font-size: 1.166em;
}
*/
.tsr1 p {
	font-size: .916em;
}

/************************************************************* Zeilenhoehe *****
*******************************************************************************/
.section {
	line-height: 1.6;
}
#extra .section {
	line-height: 1.3;
}
.section .lp {
	line-height: 1.1;
}

/************************************************************* Allgemeines *****
*******************************************************************************/

h1, h2,
.section p, 
.section dl, 
.section ol, 
.section ul, 
.section table {
	margin-bottom: 1em;
}
 h3, 
.tsr1 h3 {
	margin-bottom: .5em;
}

/********************************************************** Ueberschriften *****
*******************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}


/******************************************************************* Texte *****
*******************************************************************************/


/********************************************************** Seitenstruktur *****
*******************************************************************************/
html {
/*
	background-color: #322e2d;
	background-color: #383834; */
	background-image: url(/layout/css/bg_b.jpg);
	background-repeat: repeat;
}

body {
	min-height: 100%;
	background-color: transparent;
	background-image: url(/layout/css/bg_spot_c.jpg);
}

#site {
	width: 960px;
}

#header,
#footer, 
#wrapper, 
#extra {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
#header {
	height: 136px;
}
#wrapper {
	padding-top: 44px;
}
#content {
	float: right;
	width: 690px;
	
	width: 705px;
}
#sidebar {
	float: left;
	width: 202px;
}


#content .section {
	padding: 0 60px 0 0;
}
#sidebar .section {
	margin: 0 0 0 45px;
}

.grid1col #content {
	float: left;
	width: 100%;
}
.grid1col #content .section {
	height: 480px;
}
html>body.grid1col #content .section {
	height: auto;
	min-height: 480px;
}

#extra {
	padding-top: 32px;
}

/****************************************************************** Header *****
*******************************************************************************/

#logo {
	position: absolute;
	top: 0px;
	left: 45px;
}
#logo a {
	display: block;
	width: 250px;
	height: 120px;
	text-indent: -1000em;
}


/****************************************************************** Footer *****
*******************************************************************************/
#footer {
	padding-bottom: 50px;
}

/************************************************************ Navigationen *****
*******************************************************************************/
#navi-meta {
	position: absolute;
	right: 0;
	top: 13px;
	padding: 0 26px 0 46px;
	background-image: url(/layout/css/navi_meta.gif);
	background-position: 0% 20px;
	background-repeat: repeat-x;
}
#navi-meta li {
	display: block;
	float: left;
}
#navi-meta li a {
	display: block;
	padding: 5px 0 10px 0;
}
#navi-meta li.lang {
	margin-left: 24px;
	padding-left: 34px;
	background-image: url(/layout/css/map.gif);
}
#navi-meta li.lang a {
	display: none !important;
	width: auto !important;
	height: auto !important;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#navi-meta li.lang a span {
	width: 44px !important;
}
#navi-meta li.lang a.active, 
#navi-meta li.lang:hover a {
	display: block !important;
}
#navi-meta li.lang a.active {
	background-image: url(/layout/css/ic_arrow_down.gif);
	background-position: 6px 8px;
}
#navi-meta li.lang:hover a {
	background-color: #423f3e;
}



#navi-main {
	position: absolute;
	right: 72px;
	top: 92px;
}
#navi-main ul {
}
#navi-main li {
	display: block;
	float: left;
	margin-left: 20px;
}


#sidebar li.lev2 {
	display: block;
	padding: 7px 0 7px 13px;
	background-image: url(/layout/css/ln_h_gr_002_001.gif);
	background-repeat: repeat-x;
}
#sidebar li.first {
	background: none;
}


#footer ul {
	display: block;
	width: 600px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 13px;
	background-image: url(/layout/css/navi_footer.gif);
	background-repeat: repeat-x;
} 
#footer li {
	display: block;
	float: left;
	margin-left: 20px;
}
#footer li.first {
	margin-left: 180px;
}



.navi-content {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	border-bottom: 4px solid #787878;
}
.navi-content ul {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding: 10px 0 7px 0;
	border-top: 4px solid #787878;
}
.navi-content ul li {
	display: block;
	float: left;
	padding: 0 14px;
	background-image: url(/layout/css/ln_v_gr_001_016.gif);
	background-position: 0px 50%;
}
.navi-content ul li.first {
	padding-left: 6px;
	background: none;
}

/************************************************************* Komponenten *****
*******************************************************************************/
.split {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 0 0 2em 0;
	background-image: url(/layout/css/ln_h_gr_002_001.gif);
	background-repeat: repeat-x;
}

.tx1, 
.tx1 span.inner {
	display: block;
	background-image: url(/layout/css/ln_h_gr_002_001.gif);
	background-repeat: repeat-x;
}
.tx1 {
	padding-top: 1em;
}
.tx1 span.inner {
	padding-bottom: 1em;
	background-position: 0% 100%;
}

/*	Bspl.: Grenzgaenge */
.section .ls1 {
	float: left;
	width: 100%;
	margin-bottom: 0px;
	padding: 2px 0 13px 0;
	background-image: url(/layout/css/ln_h_gr_002_001.gif);
	background-position: 0px 100%;
	background-repeat: repeat-x;
}
.ls1 dt {
	float: left;
	width: 90px;
}
.ls1 dt span {
	display: block;
	padding-left: 8px;
}
.ls1 dd {
	float: right;
	width: 530px;
	padding-top: 2px;
}



.ls2 {
	display: block;
	float: left;
	width: 100%;
}

.ls2 li {
	position: relative;
	display: block;
	float: left;
}




.slide {
	display: none;
}

.lnk {
	margin-top: -1em;
	text-align: right;
}
.lnk1 {
	padding-left: 9px;
	background-image: url(/layout/css/ic_lnk1.gif);
	background-position: 0px 3px;
}

.more {
	padding-left: 16px;
	background-image: url(/layout/css/ic_more.gif);
	background-position: 0px 5px;
}
.close {
	background-position: 0px -95px;
}

.play, 
.volume {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: -16px;
	background-image: url(/layout/css/ic_play_24b.png);
	background-position: 50% 50%;
	z-index: 100;
}

.volume {
	display: none;
}

.audio {
	display: block;
}


.ti p.img {
	float: left;
}
.ti .ti-content {
	float: right;
	width: 470px;
}
.ti2 .ti-content {
	width: 406px;
}

.shdw {
	display: block;
}
.ti2 .shdw, 
.tsr1 .shdw {
	position: relative;
}
.shdw1 {
	padding: 0 15px 30px 15px;
	background-image: url(/layout/css/shdw_160_052_24b.png);
	background-position: 0% 100%;
}
.shdw2 {
	padding: 0 12px 18px 12px;
	background-image: url(/layout/css/shdw_111_072_24b.png);
	background-position: 0% 100%;
}
.shdw3 {
	padding: 0 15px 30px 15px;
	background-image: url(/layout/css/shdw_216_052_24b.png);
	background-position: 0% 100%;
}

.brdr {
	display: block;
	position: absolute;
	top: 0;
	left: 12px;
}
.brdr2 {
	width: 111px;
	height: 72px;
	background-image: url(/layout/css/brdr_111_072.gif);
}
.brdr3 {
	top: -2px;
	left: 13px;
	width: 190px;
	height: 116px;
	background-image: url(/layout/css/brdr_190_116.gif);
}

.border, 
.border-c {
	display: block;
	background-image: url(/layout/css/brdr_134.gif);
}
.border-v2, 
.border-v2 .border-c {
	background-image: url(/layout/css/brdr_190.gif);
}
.border-c {
	padding: 2px;
	background-position: -200px 100%;
}



.sub {
	float: left;
	width: 100%;
}
.sub-l0, 
.sub-l1, 
.sub-l2 {
	margin-top: -18px;
}
.sub2 {
	padding: 10px 0 2em 0;
	background-image: url(/layout/css/ln_h_gr_002_001.gif);
	background-repeat: repeat-x;
}
.sub-l0 .sub2 {
	margin-right: 86px;
}
.sub .date {
	margin-right: 12px;
}


.tbl1 {
	width: 100%;
	border-top: 4px solid #787878;
}
.tbl1 th, 
.tbl1 td {
	padding: 17px 0 17px 5px;
	background-image: url(/layout/css/ln_h_gr_002_001.gif);
	background-position: 0% 100%;
	background-repeat: repeat-x;
}



.tsr3col {
	float: left;
	width: 100%;
}
.tsr3col .tsr1 {
	float: left;
	width: 302px;
	margin-left: 2px;
}
.tsr3col .first {
	margin-left: 25px;
}


.tsr1 p.img {
	float: left;
}
.tsr1 .has-img {
	float: right;
	width: 166px;
}



.lp {
	position: absolute;
	left: 0;
	top: 0;
	width: 123px;
	height: 300px;
}
/*	Der Bergsteiger */
#lp17 {
	left: 11px;
	top: 72px;
}
/*	Der Grenzgaenger */
#lp18 {
	left: 155px;
	top: 99px;
}
/*	Der Bergbauer */
#lp19 {
	left: 285px;
	top: 141px;
}
/*	Der Naturschuetzer */
#lp20 {
	left: 420px;
	top: 119px;
}
/*	Der Manager */
#lp21 {
	left: 554px;
	top: 96px;
}
/*	Der Museumsbetreiber */
#lp22 {
	left: 697px;
	top: 76px;
}
/*	Der Filmschaffende */
#lp23 {
	left: 836px;
	top: 109px;
}

.lp a {
	display: none;
}
.lp a.first {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	height: 38px;
	padding: 0 3px;
	background-image: url(/layout/css/panorama.gif);	
}
/* .lp a.first:hover */
.lp:hover a.first {
	top: -81px;
	height: 119px;
	background-position: -200px 0px;
}
.lp a.firstb {
	height: 56px;
	background-position: 0px -200px;
}
/* .lp a.firstb:hover */ 
.lp:hover a.firstb {
	top: -78px;
	height: 134px;
	background-position: -200px -200px;
}
.lp a.first span.cycle {
	position: absolute;
	display: none;
	top: 3px;
}
/* .lp a.first:hover span.cycle */
.lp:hover a.first span.cycle {
	display: block;
}
.lp a.first span.title {
	display: block;
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 123px;
	text-align: center;
}
.lp a.firstb span.title {
	bottom: 19px;
}

/*
.lp a.first {
	top: -81px;
	height: 119px;
	background-position: -200px 0px;
}
.lp a.firstb{
	top: -78px;
	height: 134px;
	background-position: -200px -200px;
}
.lp a.first span.cycle {
	display: block;
}
*/

.lp-sub {
	display: none;
	position: absolute;
	top: 80px;
	left: -30px;
	width: 183px;
	padding: 6px 0;
	background-color: #3d3d3d;
	background-color: #272625;
	filter:alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}
.lp:hover .lp-sub {
	display: block;
}
.lp .lp-sub li {
	display: block;
	margin: 0 10px;
	padding: 6px 0 5px 0;
	background-image: url(/layout/css/ln_h_gr_002_001.gif);
	background-repeat: repeat-x;
}
.lp .lp-sub li.first {
	background: none;
}
.lp .lp-sub a {
	display: block;
	text-align: center;
}




/*	Bspl.: Vita */
.slideshow {
	position: relative;
	margin: 0 -68px;
	padding: 0 68px;
	height: 332px;
	background-image: url(/layout/css/shdw_766_054_24b.png);
	background-position: 0px 100%;
	
	height: 352px;
}
.slideshow-v2 {
	height: auto;
	background: none;
}
.slideshow-v2 .jcarousel-list li {

}
/*
.slideshow .cycle-files {
	float: left;
	width: 100%;
	height: 299px;
}
.slideshow .cycle-navi {
	position: absolute;
	top: 0;
	left: 68px;
	width: 628px;
	height: 267px;
	z-index: 2000;
}
.slideshow .cycle-navi a {
	display: block;
	float: right;
	width: 49%;
	height: 100%;
	background-image: url(/layout/css/slide_h_24b.png);
	background-image: url(/layout/css/slide_n_24b.png);
	background-position: 100% 50%;
	text-indent: -1000em;
}
.slideshow .cycle-navi a.cycle-prev {
	float: left;
	background-position: 0% 50%;
}
.slideshow .cycle-navi a.cycle-next:hover, 
.slideshow .cycle-navi a.cycle-prev:hover {
	background-image: url(/layout/css/slide_h_24b.png);
}
*/

.shop-article {
	position: relative;
	float: left;
	width: 178px;
	margin-left: 55px;
}
.shop-article-first {
	clear: both;
	margin-left: 0;
}
.shop-article .link-flipbook, 
.shop-article .link-shop {
	position: absolute;
	right: 0;
	display: block;
	width: 33px;
	height: 31px;
	text-indent: -1000em;
}
.shop-article .list-article-3 .link-flipbook, 
.shop-article .list-article-3 .link-shop {
	right: 11px;
}
.shop-article .link-flipbook {
	bottom: 77px;
	background-image: url(/layout/css/ic_info.gif);
}
.shop-article .link-shop {
	bottom: 42px;
	background-image: url(/layout/css/ic_basket.gif);
}
.shop-article .link-flipbook:hover, 
.shop-article .link-shop:hover {
	background-position: 0px -50px;
}

.shop-article .list-article, 
.shop-article .list-article li {
	margin-bottom: 0;
	font-size: 0px;
	line-height: 0;
	height: 0px;
}


.overlay  {
	display: none;
	padding: 2px;
	width: 800px;
	height: 460px;
	z-index: 16000;
}
.overlay .inner {
	padding: 0 72px 58px 72px;
	background-image: url(/layout/css/shdw_800_097_24b.png);
	background-position: 0 100%;
}
.overlay .inner2 {
	padding: 8px;
	padding-left: 7px;
	background-image: url(/layout/css/brdr_657_402.gif);
}
.overlay .close {
	position: absolute;
	top: 8px;
	right: 31px;
	width: 43px;
	height: 43px;
	background-image: url(/layout/css/ic_close.gif);
	background-position: 0px 0px;
	cursor: pointer;
}
.overlay .close:hover {
	background-position: 0px -50px;
}
.overlay .player  {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 386px;
}


.jcarousel-skin-slideshow {
	clear: both;
	width: 631px;
	background-image: url(/layout/css/brdr_631.gif);
}
.jcarousel-container {
	padding: 2px;
	background-image: url(/layout/css/brdr_631.gif);
	background-position: -1000px 100%;
}
.slideshow-control {
	position: absolute;
	top: 2px;
	right: 84px;
	z-index: 3;
	width: auto;
	height: 27px;
	padding: 0 14px 0 12px;
	background-color: #000;
}
.slideshow-control ul li {
	display: block;
	float: left;
	padding-top: 8px;
}
.slideshow-button-play, 
.slideshow-button-pause {
	display: block;
	width: 12px;
	margin: 0 10px 0 2px;
	background-image: url(/layout/css/slideshow_control.gif);
	background-position: 0px 0px;
}

.slideshow-button-pause {
	background-position: 0px -50px;
}

.slideshow-button-pager, 
.slideshow-button-pager-active {
	display: block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	background-color: #8a8a8a;
}

.slideshow-button-pager:hover,
.slideshow-button-pager-active {
	background-color: #ccc;
}

.slideshow .jcarousel-item {
	position: relative;
}
.slideshow-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
  width: 100%;
  height: 45px;
  background-color: #383838;
  filter:alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
}
.slideshow-title {
	position: absolute;
/*	bottom: 13px; */
	top: 285px;
	left: 15px;
	display: block;
	color: #AAA;
	font-size: .916em;
}

.slideshow .jcarousel-container-vertical, 
.slideshow .jcarousel-clip-vertical {
	height: 267px;
	
	height: 800px;
}

.slideshow-v2 .slideshow-control {
	position: static;
	width: 100%;
	height: auto;
	padding: 0;
	background: none;
}
.slideshow-v2 .slideshow-control ul li {
	padding-top: 0;
}
.slideshow-v2 .slideshow-button-pager, 
.slideshow-v2 .slideshow-button-pager-active {
	display: block;
	width: auto;
	height: auto;
	margin-left: 0;
	background: none;
}

.slideshow-v2 .slideshow-button-pager:hover,
.slideshow-v2 .slideshow-button-pager-active {
	background: none;
}


#slideshow-articles {
	clear: both;
	float: left;
	width: 100%;
}
.slideshow-article {
	clear: both;
	float: left;
	width: 100%;
}


#map_canvas {
	height: 520px;
}
#map_canvas p.img {
	float: left;
	margin-right: 10px;
}
#map_canvas .text {
	color: #2a2a2a;
}
#map_canvas .text a, 
#map_canvas .text b, 
#map_canvas .text strong {
	color: #5683a1;
}





#flipbook {
	position:absolute;
	display:none;
	z-index:20000;
	left:-1000px;
	top:200px;
	width:800px;
	height:600px;
	overflow:hidden;
}

#site .flipbookactive {
	display:block;
	left:50px;
}


#overlay  {
	position: absolute;
	display: none;
	background-color: #272625;
	height: 924px;
	visibility: visible;
	width: 100%;
	z-index: 500;
	filter:alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}


