body, html {
	padding: 0px;
	margin: 0px;
	height:100%;
	width: 100%;
	background-color: #b4b9bf;
	background-position: center;
}

.print {
	display: none;
}

body, td {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

a, a:link, a:visited {
	border: none;
	padding:0;
	margin:0;
	color:#9e33a3;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

img, form, object {
	border: none;
	margin:0;
	padding:0;
	outline: none;
}
	
ul li {
	list-style-image: url(/fileadmin/images/bullet.gif);
}

ul, ol {
	padding-left: 30px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}

select {
	height: 18px;
}


#backgroundContainer {
	position: absolute;
	width:100%;
	height:100%;
	z-index:1;
	overflow: hidden;
}

#backgroundContainer img {
	width: 100%;
}


/*
*
* Hauptinhaltscontainer 
*
*/

#main-container {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 5;
	margin-top: -36px;
}



.subpageContainer {
	min-height: 170px;
	height: auto !important;
	height: 170px;
	background-image: url(/fileadmin/images/bg-setDetail.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 10px;
	padding-top: 15px;
}


#footer {
	color: #666666;
	clear: both;
	height: 36px;
	width: 100%;
	margin: auto;
	position: relative;
	background: url(/fileadmin/images/bg_footer.png);
}

#top-container {
	height: 75px;
	margin-left: 90px;
	width: 814px;
}

/*
*
* Elemente im Top-Container 
*
*/

#logo {
	position: absolute;
	bottom: -120px;
	left: -60px;
}


/*
*
* Hauptmen�, Rootliner & Schnellnavigation 
*
*/

#mainmenu {
	padding-top: 45px;
}

#subtemplate {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 990px;
	height: 620px;
	margin-left: -495px;
	margin-top: -310px;
}
#subtemplate-inner, #subtemplate-inner-nobg {
	text-align: left;
	height: 447px;
	background-color: #FFFFFF;
	position: relative;
	width: 814px;
	margin-left: 90px;
}

#subtemplate-inner-nobg{
	background-color: transparent;
}

/*
*
* Inhalte im Footer 
*
*/

#copyright {
	float: left;
	color: #999999;
	margin-top: 15px;
	margin-left: 50px;
}

#footermenu, #socialicons {
	float: right;
	margin-top: 15px;
}

#footermenu {
	margin-right: 50px;
}


/*
*
* Inhaltscontainer, Flashcontainer auf Startseite
*
*/

#main-flash {
	overflow: visible;
	position: relative;
	height: 474px;
}

#flashHome {
	position: absolute;
	top: 0px;
	left: -80px;
	width: 1161px;
	height: 474px;
}

#content-container{
/*	background-image: url(/fileadmin/images/bg-content.jpg);*/
	background-repeat: repeat-x;
}


#content {
	float: left;
	width: 450px;
	padding-top: 25px;
}

#leftmenu {
	float: left;
	width: 145px;
	margin-right: 45px;
	padding-top: 25px;
}


#leftmenu a:link, #leftmenu a:visited {
	display: block;
	padding: 2px 0 0 43px;
	font-weight: normal;
	color: #616265;
}

#leftmenu a:hover, #leftmenu a.act:link, #leftmenu a.act:visited {
	text-decoration: none;
	background: #edecec url(/fileadmin/images/templates/menu_arrow.gif) no-repeat 31px 6px;
}

/**
 * Carousel Style
 * 
 */


.jcarousel-skin-sclend li, .jcarousel-skin-sclend2 li, .jcarousel-skin-sclend3 li {
	padding:0;
	background-image:none;
}

 .jcarousel-container-horizontal {
    width: 100%;
    padding: 20px 40px;
}

.jcarousel-skin-sclend3  .jcarousel-container-horizontal {
	padding: 0;
	padding: 0 80px;
}

 .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

 .jcarousel-clip-horizontal {
    width:  728px;
    height: 430px;
}
 .jcarousel-skin-sclend3 .jcarousel-clip-horizontal {
    width:  380px;
    height: 430px;
}

 .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

 .jcarousel-item {
    width: 104px;
    height: 430px;
}

.jcarousel-skin-sclend3  .jcarousel-item {
	width: 380px;
}

.jcarousel-skin-sclend2 .jcarousel-item {
    width: 728px;
    height: 430px;
}



 .jcarousel-item-horizontal {
    margin-right: 0px;
}

 .jcarousel-item-vertical {
    margin-bottom: 10px;
}

 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
    position: absolute;
    top: 320px;
    right: 40px;
    width: 40px;
    height: 125px;
    cursor: pointer;
    background: transparent url(/fileadmin/images/carousel-next.png) no-repeat 0 0;
}


.jcarousel-skin-sclend3 .jcarousel-next-horizontal {
	left: 440px;
    top: 42px;
	width: 32px;
	background: transparent url(/fileadmin/images/carousel-next_small.png) no-repeat 0 0;
}

 .jcarousel-next-horizontal:hover {
    background-position: 0 0;
}

 .jcarousel-next-horizontal:active {
    background-position:0 0;
}

 .jcarousel-next-disabled-horizontal,
 .jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -40px 0;
}

.jcarousel-skin-sclend3 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-sclend3 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-sclend3 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -32px 0;
}

 .jcarousel-prev-horizontal {
    position: absolute;
    top: 320px;
    left: -40px;
    width: 40px;
    height: 125px;
    cursor: pointer;
    background: transparent url(/fileadmin/images/carousel-prev.png) no-repeat 0 0;
}

.jcarousel-skin-sclend3 .jcarousel-prev-horizontal  {
	top: 42px;
	left: 10px;
	width: 32px;
	background: transparent url(/fileadmin/images/carousel-prev_small.png) no-repeat 0 0;
}


 .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}

 .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -40px 0;
}
.jcarousel-skin-sclend3 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-sclend3 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-sclend3 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -32px 0;
}

/**
 *  Vertical Buttons
 */
 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

 .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

 .jcarousel-next-disabled-vertical,
 .jcarousel-next-disabled-vertical:hover,
 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

 .jcarousel-prev-disabled-vertical,
 .jcarousel-prev-disabled-vertical:hover,
 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 * Download Table
 * */

.content-table {
	width: 525px;
	margin-top: 25px;
}

.tbl-download-cell {
	color: #333;
	font-size: 10px;
	border-bottom: 1px solid #fff;
	padding: 2px 11px;
}
.tbl-download-row {
	background-color: #edecec;
}
.tbl-download-row:hover {
	background-color: #adb1ba;
}

.tbl-download-cell a {
	font-weight: normal;
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
#subtemplate-bg-right {
	position: absolute;
	left: 814px;
	top:0;
	width: 8px;
	height: 447px;
	background: url(../images/schatten_rechts.png);
}

#subtemplate-bg-bottom {
	position: absolute;
	left: 0px;
	top:447px;
	width: 824px;
	height: 87px;
	background: url(../images/schatten_unten.png);
}

#subtemplate-bg-snow {
	position: absolute;
	left: 770px;
	top:415px;
	width: 91px;
	height: 79px;
	background: url(../images/schnee.png);
}

#gallery-overlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70);
	top:0;
	left: 0;
	z-index: 999;
}

#gallery-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1001;
}

#gallery-flash {
	margin-left: -80px;
}

.sponsor-image-small {
	float: left;
	border: 1px solid #e2e2e2;
	margin-right: 6px;
	margin-top: 15px;
	position: relative;
	width: 75px;
	height: 75px;
}

.sponsor-image-small a {
	display: block;
	position: absolute;
	width: 75px;
	height: 75px;
	left:0;
	top:0;
}

.sponsor-image-small a.over {
	width: 99px;
	height: 99px;
	padding: 15px 23px 24px 17px;
	background: url(../images/bg_sponsors.png);
	left: -30px;
	top: -28px;
	z-index: 999;
}

.scrollable			{ float:left; overflow:hidden; padding-right:8px; }
.sliderTrackVert	{ cursor:pointer; width:14px; background:url('/fileadmin/images/sliderTrackVert.png') repeat-y; float:left; padding-bottom:44px; }
.sliderHandleVert	{ cursor:pointer; width:14px; height:62px; background:url('/fileadmin/images/sliderHandleVert.png') no-repeat ;margin-left: 3px; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
 * html .clearfix { height: 1%; }


 .event-item {
	 float: left;
	 width: 142px;
	 height: 76px;
	 padding: 15px 12px 10px 12px;
	 background: url(../images/bg_events.jpg) no-repeat;
	 margin-right: 5px;
	 margin-bottom: 5px;
}

.event-item:hover {
	background-position: 0 -101px;
}

.event-item a, .event-item a:hover {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.teamdetail {
	width: 500px;
	height: 430px;
	background: url(../images/bg_teamdetail.png) 0 90px no-repeat;
	margin-left: 185px;
}

.tooltip {
	position: absolute;
	background: #000;
	padding: 2px 13px 2px 18px;
/*	margin-left: -500px;*/
/*	margin-top: -200px;*/
}
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	/* REQUIRED */
}

#kaindl-lwloading {
	float:left;
	left:50%;
	margin:-25px auto auto -25px;
	position:absolute;
	top:50%;
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 2px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		/*margin: 0 10px 0 0;*/
		margin: auto;
		position: absolute;
		margin-left: -15px;
		margin-top: -15px;
		left: 50%;
		top: 50%;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(../images/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		position: absolute;
		left: -11px;
		background: url(../images/lightwindow/prevlabel.gif) left 45% no-repeat; 
	}

	#lightwindow_next {
		position: absolute;
		right: -11px;
		background: url(../images/lightwindow/nextlabel.gif) right 45% no-repeat; 
	}

	/*#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(../images/lightwindow/nextlabel.gif) right 45% no-repeat; 
	}*/
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(../images/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(../images/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(../images/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(../images/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 2px 2px 2px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}

#lightwindow_stage {
	position: relative;
}
	
#lightwindow_title_bar {
	/*height: 25px;*/
	overflow: hidden;	
}

	#lightwindow_title_bar_title {
		color: #ffffff;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
		font-weight: bold;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		position: absolute;
		top: 50px;
		right: -11px;
		text-align: right;
		z-index: 999;
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}



