/* CSS Dokument ---------------------------------------------- */
/* nicht komprimiert ----------------------------------------- */
/* etwas "aufgeblasen" - ein koenigreich fuer ein CMS! ;-) --- */
/* aber: valide! :-) ----------------------------------------- */

/* ------------------------------------------------------------ */
/* --- Diverses aus "70 Expert Ideas For Better CSS Coding" --- */
/* ------------------------------------------------------------ */

html {
	font-size: 100.01%;
}
body {
	line-height: 1.4em;
}
/* ------------------------------------------------------------ */
/* --- "Clearing floats", 21st Century Style ------------------ */
/* ------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* ------------------------------------------------------- */
/* --- Eigene grundstzliche globale CSS-Eigenschaften --- */
/* ------------------------------------------------------- */

html { /*** vertikale scrollbar fuer firefox und safari ***/
	height: 100%;
	margin-bottom: 1px;
}
html, body {
	font-family: 'PT Sans', sans-serif;
	background-color:#000000;
	font-size: 0.95em;
	text-align: center; /* zentriert DIVs in IE 5.01 und IE 5.5 (=Bug) */
}
body {
	padding: 20px 0px 0px 0px; /* oberer schwarzer rand - anmerkung: unterer rand wird in #navigation definiert (ansonsten anzeigeprobleme im FF) */
}
.semantic {
	position: absolute!important;
	left: -5000px!important;
	top: -5000px!important;
	overflow: hidden!important;
}
.inline {
	display:inline;
	padding-right: 0.5em;
}
#page {
  position: relative;
	background-image:url('../Images/hintergruende/hintergrund-index.gif');
	background-repeat: no-repeat;
	background-color: #FF0;
	width: 970px;
	min-height: 560px;
	height: auto !important;  /* fr moderne Browser */
	height: 560px;  /*fr den IE */ /* rowa: hab irgendwann mal 20px mehr als bei min-height gehabt - warum weiss ich nicht - mal sehen, ob das mit irgendeinem problem mal zu tun gehabt hat... */
	margin: 0px auto 0px auto;
	padding-bottom: 40px;
	text-align: left; /* ist ntig um das "BODY {TEXT-ALIGN: CENTER}" fr den text aufzuheben */
}
/* --- BEGINN: Hintergrundbild entsprechend der level-1-men-class --- */

body.body-class-index #page {
	background-image:url(../Images/hintergruende/hintergrund-index.gif);
}
body.body-class-index-movie #page {
	background-image:url(../Images/hintergruende/hintergrund-index.gif);
}
body.body-class-the-movie #page {
	background-image:url(../Images/hintergruende/hintergrund-the-movie.gif);
}
body.body-class-the-movie-2008 #page {
	background-image:url(../Images/hintergruende/hintergrund-the-movie-2008.gif);
}
body.body-class-kurse #page {
	background-image:url(../Images/hintergruende/hintergrund-kurse.gif);
}
body.body-class-know-how #page {
	background-image:url(../Images/hintergruende/hintergrund-know-how.gif);
}
body.body-class-gallerie #page, body.body-class-gallerie-bilder #page, body.body-class-gallerie-videos #page {
	background-image:url(../Images/hintergruende/hintergrund-gallerie.gif);
}
body.body-class-shop #page {
	background-image:url(../Images/hintergruende/hintergrund-shop.gif);
}
body.body-class-kontakt #page {
	background-image:url(../Images/hintergruende/hintergrund-kontakt.gif);
}
body.body-class-impressum #page {
	background-image:url(../Images/hintergruende/hintergrund-impressum.gif);
}
body.body-class-referenzen #page {
	background-image:url(../Images/hintergruende/hintergrund-referenzen.gif);
}
body.body-class-slackliner-at-team #page {
	background-image:url(../Images/hintergruende/hintergrund-slackliner-at-team.gif);
}
/* --- ENDE: Hintergrundbild entsprechend der level-1-men-class --- */

#fusszeile { /* folgt auf #page - wird aber im bereich von #page rechts unten angezeigt */
	position: relative;
	top: -2.2em; /* anzeige im bereich der page */
	width: 970px; /* selbe breite wie #page */
	margin: 0px auto 0px auto; /* zentriert - wie #page */
	text-transform: lowercase;
	font-size: 0.85em;
	line-height: 2.5em;
}
#fusszeile p {
	float: right;
	background-color: #000;
	padding: 0px 0.6em 20px 0.6em; /* u.a. unterer schwarzer rand - siehe auch BODY */
}
#fusszeile * {
	color: #FFF;
	text-decoration: none;
}
#fusszeile span {
	border-bottom: 1px #000 dotted;
	padding-bottom: 2px;
}
#fusszeile a:hover span {
	border-bottom: 1px #fff dotted;
}


#content {
	position: relative;
	left: 180px;
	width: 700px;
	color: #FFF;
	text-align: justify;
	clear: both;
	padding-top: 185px;
}
#content object {
	/* margin-left: 100px; */
	margin-bottom: 50px;
}
/*#content object#FLVPlayer,*/
div.flvmovie {
	margin-left: 100px;
}
body.body-class-the-movie #content, body.body-class-the-movie-2008 #content, body.body-class-index-movie #content, body.body-class-gallerie-videos #content {
	left: 180px;
	width: 626px;
}
body.body-class-gallerie-bilder #content, body.body-class-shop #content {
	width: 700px;
	left: 180px;
}
#content #box-in-a-box { /* box-in-a-box box model hack */
	padding: 15px 15px 15px 15px;
	background-color:#000;
	min-height: 525px;
	height: auto !important;  /* fr moderne Browser */
	height: 525px;  /*fr den IE */
}
#content h2 {
	font-size: 1.5em;
	text-align: right;
	border-bottom: 1px #FFF dotted;
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
}
#content h3 {
	/*	font-weight: bold; */
	font-size: 1.5em;
	margin: 30px 0 10px 0;
}
#content h4 {
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 10px 0;
}
p, ul, ol {
	margin-bottom: 1em;
}
ol {
	text-indent: -1.7em;
	margin-left: 1.8em;
	padding-left: 0;
}
#content .vorteile-nachteile-ueberschrift {
	margin: 1em 0 0 0;
}
#content .margin-zero {
	margin: 0 0 0 0;
}
#content div.menuepunkt-level-1 ul {
	margin-bottom: 0em;			/* kein margin-bottom in der "sitemap" auf den level-1-seiten */
}
#content * {
	color: #FFFFFF;
}
#content input, #content textarea {
	color: #000000;
}
#content ul, #content ul.bullet, #content ul.bullet ul {
	margin: 0 0 1em 1em;
	list-style-type: square;
	list-style-position: outside;
	text-align: left;
}
/* fluid_styled_content: textpic / image layouts */
#content .ce-textpic,
#content .ce-image {
	overflow: hidden;
	margin-bottom: 1em;
}
#content .magstyleimg {
	margin-bottom: 2em;
}
#content .ce-textpic.ce-intext.ce-right .ce-gallery {
	float: right;
	margin-left: 10px;
}
#content .ce-textpic.ce-intext.ce-left .ce-gallery {
	float: left;
	margin-right: 10px;
}
#content .ce-gallery {
	background: #ffffff;
	border: 1px solid #eeeeee;
	padding: 1px;
	box-sizing: border-box;
}
#content .ce-gallery .ce-outer,
#content .ce-gallery .ce-inner {
	position: static;
	float: none;
	right: auto;
}
#content .ce-gallery .ce-inner {
	display: flex;
	flex-direction: column;
	gap: 1px;
}
#content .ce-gallery .ce-row {
	display: flex;
	gap: 3px;
	margin-bottom: 0;
}
#content .ce-gallery .ce-column {
	flex: 1;
	min-width: 0;
	margin-right: 0;
}
#content .ce-gallery figure.image {
	display: block;
	margin: 0;
}
#content .ce-gallery figure.image > a {
	display: block;
}
#content .ce-gallery img {
	border: 1px solid #eeeeee;
	display: block;
	width: 100%;
	height: auto;
}
#content .ce-textpic.ce-intext .ce-gallery {
	max-width: 50%;
}
#content .ce-textpic .ce-gallery ul {
	margin: 0;
}

#content ul.bullet ul li {
	margin: 0 0 0 1em;
}
#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#content ul.vorteile {
	list-style-image: url(../Images/icons/list-positiv.gif);
	margin: 0 0 1em 0;
}
#content ul.nachteile {
	list-style-image: url(../Images/icons/list-negativ.gif);
}
#content ul.nachteile li, #content ul.vorteile li {
	margin-left: 1.4em;
}
#content acronym, #content a {
	text-decoration: none;
	border-bottom: dotted 1px;
}
#content acronym {
	cursor: help;
}
#premiere-filmfest-st-anton-am-arlberg {
	position:relative;
	margin-left: 200px;
	background-image: url(../Images/diverses/premiere-filmfest-st-anton-am-arlberg.gif);
	background-repeat: no-repeat;
	width: 270px;
	height: 60px;
	text-indent: -5000px;
	margin-top: 1px;
}
#content a.lightbox {
	border: none;
}
#content a.lightbox-decoration {
	text-decoration: none;
	border-bottom: dotted 1px;
}
img.lightbox-user {
	margin: 0 0.2em 0 0.2em;
	height: 8px;
	width: 8px;
}
img.lightbox-window-open {
	margin: 0 0.2em 0 0.2em;
	height: 9px;
	width: 9px;
}

#kontaktformular textarea#text {
	width: 80%;
	height: 10em;
	border: 1px solid #000000;
	}

#kontaktformular input[type=text] {
	width: 40%;
	border: 1px solid #000000;
	}

#seitekontakt .vcard {
	margin-bottom: 2em;
	}


/* ----------------------------------------------------------------------------- */
/* -------------- BEGINN - diverse formatierungen für diverse texte ------------ */
/* ----------------------------------------------------------------------------- */


strong {
	font-weight: bold;
}
.underline {
	border-bottom: 1px dotted;
}
/* --------------------------------------------------------------------------- */
/* -------------- ENDE - diverse formatierungen für diverse texte ------------ */
/* --------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------ */
/* -------------- BEGINN - untermenuepunkte von level 1 auf level-1-seiten ------------ */
/* ------------------------------------------------------------------------------------ */

.menuepunkt-level-1 {
	margin-top: 5em;
}
.menuepunkt-level-1 ul * {
	display: none;
}
.menuepunkt-level-1 a.level-1 span {
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
}
.menuepunkt-level-1 ul ul li {
	margin-left: 2em;
}
#body-id-the-movie .menuepunkt-level-1 li.menuepunkt-the-movie, #body-id-the-movie .menuepunkt-level-1 li.menuepunkt-the-movie *,  #body-id-kurse .menuepunkt-level-1 li.menuepunkt-kurse, #body-id-kurse .menuepunkt-level-1 li.menuepunkt-kurse *,  #body-id-gallerie .menuepunkt-level-1 li.menuepunkt-gallerie, #body-id-gallerie .menuepunkt-level-1 li.menuepunkt-gallerie *,  #body-id-shop .menuepunkt-level-1 li.menuepunkt-shop, #body-id-shop .menuepunkt-level-1 li.menuepunkt-shop *,  #body-id-know-how .menuepunkt-level-1 li.menuepunkt-know-how, #body-id-know-how .menuepunkt-level-1 li.menuepunkt-know-how * {
	display: block;
	text-decoration: none;
	border-bottom: none;
}
#body-id-the-movie .menuepunkt-level-1 li.menuepunkt-the-movie li.level-2 a, #body-id-the-movie .menuepunkt-level-1 li.menuepunkt-the-movie li.level-2 a span,  #body-id-kurse .menuepunkt-level-1 li.menuepunkt-kurse li.level-2 a, #body-id-kurse .menuepunkt-level-1 li.menuepunkt-kurse li.level-2 a span,  #body-id-gallerie .menuepunkt-level-1 li.menuepunkt-gallerie li.level-2 a, #body-id-gallerie .menuepunkt-level-1 li.menuepunkt-gallerie li.level-2 a span,  #body-id-shop .menuepunkt-level-1 li.menuepunkt-shop li.level-2 a, #body-id-shop .menuepunkt-level-1 li.menuepunkt-shop li.level-2 a span,  #body-id-know-how .menuepunkt-level-1 li.menuepunkt-know-how li.level-2 a, #body-id-know-how .menuepunkt-level-1 li.menuepunkt-know-how li.level-2 a span {
	display: inline;
}
/* ----------------------------------------------------------------- */
/* -------------- ENDE - untermenuepunkte von level 1 -------------- */
/* ----------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------------------------------- */
/* -------------- BEGINN - links für sponsoren auf den the-movie-seiten (über hintergrund gelegt) ------------ */
/* ----------------------------------------------------------------------------------------------------------- */

div#the-movie-sponsoren li {
	display: block;
	position: absolute;
}
div#the-movie-sponsoren li span.container-sponsoren-2 {
	position: absolute!important;
	left: -5000px!important;
	top: 0px!important;
	width: 1px!important;
	height: 1px!important;
	overflow: hidden!important;
}
div#the-movie-sponsoren li span.container-sponsoren {
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
div#the-movie-sponsoren li#ready-for-nature {
	left: -140px;
	top: 79px;
}
div#the-movie-sponsoren li#ready-for-nature span.container-sponsoren {
	width: 80px;
	height: 70px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-ready-for-nature.gif);
}
div#the-movie-sponsoren li#lupine {
	left: -130px;
	top: 167px;
}
div#the-movie-sponsoren li#lupine span.container-sponsoren {
	width: 80px;
	height: 49px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-lupine.gif);
}
div#the-movie-sponsoren li#austrialpin {
	left: -130px;
	top: 235px;
}
div#the-movie-sponsoren li#austrialpin span.container-sponsoren {
	width: 80px;
	height: 27px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-austrialpin.gif);
}
div#the-movie-sponsoren li#rum {
	left: -130px;
	top: 291px;
}
div#the-movie-sponsoren li#rum span.container-sponsoren {
	width: 80px;
	height: 49px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-rum.gif);
}
div#the-movie-sponsoren li#chillaz {
	left: 665px;
	top: 82px;
}
div#the-movie-sponsoren li#chillaz span.container-sponsoren {
	width: 80px;
	height: 28px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-chillaz.gif);
}
div#the-movie-sponsoren li#la-mano {
	left: 668px;
	top: 138px;
}
div#the-movie-sponsoren li#la-mano span.container-sponsoren {
	width: 80px;
	height: 40px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-la-mano.gif);
}
div#the-movie-sponsoren li#garra {
	left: 672px;
	top: 215px;
}
div#the-movie-sponsoren li#garra span.container-sponsoren {
	width: 80px;
	height: 26px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-garra.gif);
}
div#the-movie-sponsoren li#cine-tirol {
	left: 672px;
	top: 278px;
}
div#the-movie-sponsoren li#cine-tirol span.container-sponsoren {
	width: 80px;
	height: 61px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-cine-tirol.gif);
}
/* ----------------------------------------------------------------------------------------------------------- */
/* -------------- BEGINN - links für sponsoren 2008 auf den the-movie-seiten (über hintergrund gelegt) ------- */
/* ----------------------------------------------------------------------------------------------------------- */

div#the-movie-2008-sponsoren li {
	display: block;
	position: absolute;
}
div#the-movie-2008-sponsoren li span.container-sponsoren-2 {
	position: absolute!important;
	left: -5000px!important;
	top: 0px!important;
	width: 1px!important;
	height: 1px!important;
	overflow: hidden!important;
}
div#the-movie-2008-sponsoren li span.container-sponsoren {
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
div#the-movie-2008-sponsoren li#a {
	left: -130px;
	top: 100px;
}
div#the-movie-2008-sponsoren li#a span.container-sponsoren {
	width: 80px;
	height: 27px;
	background-image: url(../Images/the-movie-partner-2008/austrialpin.gif);
}
div#the-movie-2008-sponsoren li#b {
	left: -130px;
	top: 165px;
}
div#the-movie-2008-sponsoren li#b span.container-sponsoren {
	width: 80px;
	height: 13px;
	background-image: url(../Images/the-movie-partner-2008/thermarest.gif);
}
div#the-movie-2008-sponsoren li#c {
	left: -130px;
	top: 220px;
}
div#the-movie-2008-sponsoren li#c span.container-sponsoren {
	width: 81px;
	height: 24px;
	background-image: url(../Images/the-movie-partner-2008/bosch.gif);
}
div#the-movie-2008-sponsoren li#d {
	left: -130px;
	top: 270px;
}
div#the-movie-2008-sponsoren li#d span.container-sponsoren {
	width: 79px;
	height: 66px;
	background-image: url(../Images/the-movie-partner-2008/mammut.gif);
}
div#the-movie-2008-sponsoren li#e {
	left: 665px;
	top: 82px;
}
div#the-movie-2008-sponsoren li#e span.container-sponsoren {
	width: 78px;
	height: 43px;
	background-image: url(../Images/the-movie-partner-2008/msr.gif);
}
div#the-movie-2008-sponsoren li#f {
	left: 665px;
	top: 160px;
}
div#the-movie-2008-sponsoren li#f span.container-sponsoren {
	width: 78px;
	height: 26px;
	background-image: url(../Images/the-movie-partner-2008/chillaz.gif);
}
div#the-movie-2008-sponsoren li#g {
	left: 665px;
	top: 220px;
}
div#the-movie-2008-sponsoren li#g span.container-sponsoren {
	width: 80px;
	height: 41px;
	background-image: url(../Images/the-movie-partner-2008/smith.gif);
}
div#the-movie-2008-sponsoren li#h {
	left: 665px;
	top: 320px;
}
div#the-movie-2008-sponsoren li#h span.container-sponsoren {
	width: 80px;
	height: 70px;
	background-image: url(../Images/the-movie-partner/the-movie-partner-ready-for-nature.gif);
}
div#the-movie-2008-sponsoren li#i {
	left: 665px;
	top: 280px;
}
div#the-movie-2008-sponsoren li#i span.container-sponsoren {
	width: 81px;
	height: 15px;
	background-image: url(../Images/the-movie-partner-2008/kochalpin.gif);
}
div#the-movie-2008-sponsoren li#j {
	left: 665px;
	top: 390px;
}
div#the-movie-2008-sponsoren li#j span.container-sponsoren {
	width: 79px;
	height: 17px;
	background-image: url(../Images/the-movie-partner-2008/pillerseetal.gif);
}
div#the-movie-2008-sponsoren li#k {
	left: -130px;
	top: 360px;
}
div#the-movie-2008-sponsoren li#k span.container-sponsoren {
	width: 80px;
	height: 61px;
	background-image: url(../Images/the-movie-partner-2008/cinetirol.gif);
}
/* ----------------------------------------------------------------------------------------------------------- */
/* -------------- ENDE - links für sponsoren auf den the-movie-seiten (über hintergrund gelegt) -------------- */
/* ----------------------------------------------------------------------------------------------------------- */

/* -------------- Shop-Formatierungen ------------------------------------------------------------------------ */

body.body-class-shop input {
	border: 0;
	margin: 0.2em 0.2em 0 0.2em;
}
body.body-class-shop div#katalog img {
	float: left;
	margin: 0 10px 0 0;
}
body.body-class-shop div#katalog div {
	margin: 0 0 3em 0;
	margin-left: 310px;
}
body.body-class-shop div#katalog div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body.body-class-shop div#katalog h3 {
	margin-top: 0;
}
body.body-class-shop div#warenkorb tfoot td {
	border-top: 1px solid #FFF;
}
body.body-class-shop div#warenkorb thead td {
	border-bottom: 1px solid #FFF;
}
.shop-input-quantity {
	width: 2em;
	text-align: right;
}
.eingerueckt {
	padding-left: 20px;
	padding-right: 20px;
}
/* ------------ */
/* --- team --- */
/* ------------ */

#slacklineratteam img {
	background: #FFFFFF;
	padding: 10px;
	margin: 0 15px 20px 0;
	border: 1px #222 solid;
}
#slacklineratteam {
	float: left; /* set a float to clear a float */
	width: 500px;
}
#slacklineratteam dl {
	float: left; /* set a float to clear a float */
	width: 500px; /* fix für IE/Mac */
	margin: 20px 0 0 0;
}
#slacklineratteam dt {
	font-size: 1.5em;
	margin: 5px 0 1em 0;
}
#slacklineratteam dt {
	float: right;
	width: 263px; /* 500 - 200 - 2x10 - 2x1 - 15 */
}
#slacklineratteam dd {
	margin: 0 0 0 237px; /* 200 + 2x10 + 2x1 + 15 */
}
#slacklineratteam dd.img {
	margin: 0;
}
#slacklineratteam dd.img img {
	float: left;
}
#slacklineratteam ul {
	list-style: square;
}
li.li-margin-bottom {
	margin-bottom: 1em;
}
/* ------------ */
/* --- news --- */
/* ------------ */

table.news-list td {
	padding-right: 1em;
}
table.news-list .more {
	display: block;
	margin-left: 0;
	margin-bottom: 1em;
	font-size:  11px;
}
div.news-single-item {
	position: relative;
}
div.news-single-item .datum {
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 11px;
}
div.news-single-item .teaser {
	font-style: italic;
	font-weight: bold;
}
div.news-single-item .news-single-backlink {
	text-align: left;
	margin: 0;
	padding: 0;
}

/* -------------------------------- */
/* --- partner auf allen seiten --- */
/* -------------------------------- */

#partner a span,
body.body-class-the-movie #partner,
body.body-class-the-movie-2008 #partner {
	position: absolute !important;
	left: -5000px !important;
	top: -5000px !important;
	width: 173px !important;
	height: 111px !important;
	overflow: hidden !important;
}

#partner a {
	display: block;
	position: absolute;
	width: 95px;
	height: 89px;
	background: url(../Images/diverses/webfuzzy-at.gif) no-repeat;
	left: -140px;
	bottom: 0;
	border: none;
}

#partner ul {
	list-style-type: none !important;
}

/* -------------------------- */
/* news-button auf startseite */
/* -------------------------- */

a#newslink {
	display:block;
	text-decoration: none;
	position: absolute;
	border: 0;
	top: -50px;
	right: -50px;
	text-indent: -9999999px;
	height: 72px;
	width: 72px;
	background: no-repeat url(../Images/diverses/news-button-klein.png);
}

/* ---------------- */
/* --- diverses --- */
/* ---------------- */

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo a {
  display: block;
  top: 10px;
	left: 10px;
	width: 400px;
	height: 180px;
}

/* ----------------- */
/* --- sponsoren --- */
/* ----------------- */

#sponsoren {
  position: absolute;
	top: 0;
	left: 0;
}

#sponsoren li {
  text-indent: -9999px;
	position: absolute;
}

#sponsoren ul {
  position: absolute;
}

#sponsoren li a {
  display: block;
}

#sponsoren li#chillaz {
	top: 300px;
	left: 50px;
}

#sponsoren li#chillaz a {
  width: 78px;
	height: 26px;
	background-image: url(../Images/sponsoren/chillaz.gif);
}

#sponsoren li#gloryfy {
	top: 360px;
	left: 50px;
}

#sponsoren li#gloryfy a {
  width: 78px;
	height: 31px;
	background-image: url(../Images/sponsoren/gloryfy.gif);
}


#sponsoren li#stubai {
	top: 420px;
	left: 50px;
}

#sponsoren li#stubai a {
  width: 78px;
	height: 43px;
	background-image: url(../Images/sponsoren/stubai.gif);
}

#sponsoren li#headstart {
	top: 495px;
	left: 50px;
}

#sponsoren li#headstart a {
  width: 78px;
	height: 20px;
	background-image: url(../Images/sponsoren/headstart.png);
}

/* ---------------- */
/* --- facebook --- */
/* ---------------- */

.FBConnectButton {
  border-bottom: 0 !important;
	cursor: pointer !important;
	margin-bottom: 1em !important;
}

a.rowa-button-fb-share {
  text-indent: -9999px !important;
	display: block !important;
	width: 59px !important;
	height: 18px !important;
	background-image: url(../Images/diverses/button-fb-share.gif) !important;
	border-bottom: 0 !important;
	margin-bottom: 1em !important;
}

#navigation {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

#navigation ul {
	margin-bottom: 0 !important;
}

#navigation ul li:last-child a {
	border-right: none !important;
}

#navigation.navigation-fixed {
	position: fixed;
	top: 0;
}

#navigation.navigation-border .sf-menu {
	border-bottom: 1px dotted #fff;
}

h1 {
	text-indent: -5000px;
	z-index: 2;
}

#sponsoren-sidebar {
	position: absolute;
	left: 45px;
	top: 300px;
	width: 90px;
}

#sponsoren-sidebar ul {
	list-style: none;
}

#sponsoren-sidebar ul li {
	margin-bottom: 20px;
	text-align: center;
}

#sponsoren-sidebar ul li a {
	text-decoration: none;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: left;
}