/*###################################
Basic Container
###################################*/

.clear {
	clear:both;
}

img	{
	border:0;
}

body	{
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:times new roman;
	color:#807d6a;
	font-size:14px;
	background:#ffffff;
	/*hover all elements fix for ie5, 6 start*/
	behavior: url(fileadmin/htc/csshover.htc);
	/*hover all elements fix for ie5, 6 end*/
}

#pageRightContent	{
	position:relative;
	float:right;
	width:60%;
}

#pageLeftContent	{
	position:fixed;
	float:left;
	width:40%;
	top:0;
	left:0;
}

#mainContentContainer	{
	background:transparent url(../images/bg/bg_rightcontent.jpg) repeat-y 0 0;
}

#leftBorderImage	{
	position:absolute;
	width:112px;
	top:0;
	left:100%;
	margin-left:-112px;
	background:transparent url(../images/bg/bg_pagecontainerleft.png) no-repeat 0 0;
	z-index:1000;
}

#logoContainer	{
	position:absolute;
	width:240px;
	height:37px;
	top:0;
	left:100%;
	margin-left:-364px;
	z-index:1000;
}

#content	{
	position:relative;
	float:left;
	width:560px;
	padding:20px 0 40px 20px;
	text-align:left;
}

#footerContainer	{
	width:560px;
	text-align:left;
	margin:0 0 20px 20px;
	padding:10px 0 0 0;
	float:left;
	border-top:1px solid #ffffff;
}

.footerText	{
	font-family:Trebuchet MS;
	font-size:10px;
	text-align:left;
}

/*###################################
Main Navigation
###################################*/

#mainNavigationContainer	{
	position:relative;
	float:left;
	z-index:2000;
	margin:0 0 0 -13px;
}

.mainNavigation	{
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;
	padding:0;
}

.mainNavigation li	{
	position:relative;
	float:left;
	padding:0;
	height:38px;
	background:transparent url(../images/bg/bg_navlink.gif) no-repeat 100% 10px;
}

.mainNavigation li.first	{
	padding:0 0 0 13px;
}

.mainNavigation li.mainLink:hover	{
	background:#94afbc;
	margin:0 0 0 -1px;
	padding:0 0 0 1px;
}

.mainNavigation li.first:hover	{
	margin:0;
	padding:0 0 0 13px;
}

.mainNavigation li a	{
	display:inline-block;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	line-height:16px;
	color:#8ba6b3;
	height:20px;
	padding:11px 14px 7px 14px;
	text-decoration:none;
}

.mainNavigation li.act a	{
	color:#807d6a;
}

.mainNavigation li.mainLink:hover a	{
	color:#ffffff;
}

.grey	{
	color:#807d6a !important;
}

.white	{
	color:#ffffff !important;
}

.blue	{
	color:#8ba6b3 !important;
}

/*###################################
Sub Navigation
###################################*/

.subNavigation	{
	position:absolute;
	display:block;
	background:red;
	z-index:3000;
	list-style-type:none;
	margin:9px 0 0 0;
	padding:10px 0 8px 0;
	width:410px;
	background:#94afbc;
	left:0;
	top:29px;
}

.subNavigation li.subLink	{
	padding:0px;
	margin:0;
	width:133px;
	height:20px;
	background:transparent url(../images/bg/bg_subnavlink.gif) no-repeat 100% 0;
}

.subNavigation li.sub3d	{
	background:none;
}

.subNavigation li.subLink a	{
	display:block;
	font-size:12px;
	color:#ffffff;
	padding:3px 0 0 18px;
	text-align:left;
}

.subNavigation li.subAct a, .subNavigation li.subLink:hover a	{
	color:#e4e1c4 !important;
}

/*###################################
Cufon
###################################*/

span.cufon, span.cufon canvas	{
	z-index:2 !important;
}

/*###################################
Img Switcher
###################################*/


#imgSwitchContainer	{
	position:relative;
	z-index:2000;
	margin-top:-40px;
}

#imgSwitchContainer .imgSwitch	{
	float:right;
	width:14px;
	height:14px;
	margin-left:8px;
	cursor:pointer;
	background:transparent url(../images/bg/bg_imgswitch_no.gif) no-repeat 0 0;
}

#imgSwitchContainer .act	{
	background:transparent url(../images/bg/bg_imgswitch_act.gif) no-repeat 0 0;
}

.image1	{
	background:transparent url(../images/bg/bg_imagecontainer_1.jpg) no-repeat 100% 0;
}

.image2	{
	background:transparent url(../images/bg/bg_imagecontainer_2.jpg) no-repeat 100% 0;
}

.image3	{
	background:transparent url(../images/bg/bg_imagecontainer_3.jpg) no-repeat 100% 0;
}

.image4	{
	background:transparent url(../images/bg/bg_imagecontainer_4.jpg) no-repeat 100% 0;
}

.image5	{
	background:transparent url(../images/bg/bg_imagecontainer_5.jpg) no-repeat 100% 0;
}

.image6	{
	background:transparent url(../images/bg/bg_imagecontainer_6.jpg) no-repeat 100% 0;
}

/*###################################
Gallery Left Menu & List
###################################*/

#colLeft	{
	/*position:fixed;*/
	position:absolute;
	width:370px;
	margin:115px 0 0 -382px;
	z-index:2500;
}

.gallery2_menu_item h2	{
	color:#ffffff;
	font-size:25px;
	margin-bottom:3px;
	font-weight:bold;
}

.gallery2_menu_item	{
	width:370px;
	height:145px;
	background:transparent url(../images/bg/bg_gallerymenu.jpg) repeat-x 12px 100%;
	margin:0 0 10px -10px;
	color:#ffffff;
}

.gallery2_menu_images	{
	float:left;
	width:143px;
	height:100px;
	padding:28px 0 0 17px;
	background:transparent url(../images/bg/bg_galleryimage.png) no-repeat 0 0;
}

.gallery2_menu_text	{
	float:left;
	width:130px;
	padding:25px 0 0 10px;
}

#colNormal #gsThumbMatrix	{
	width:600px;
}

#gsThumbMatrix .giCell	{
	width:120px;
	height:120px;
	padding:5px 0 0 5px;
	margin:0 19px 19px 0;
	background:#ffffff;
	float:left;
}

.giThumbnail	{
	width:115px;
	height:115px;
}

/*###################################
Adventure Gallery
###################################*/

#colLeft .gsContentAlbum	{
	width:305px;
}

#colLeft #gsThumbMatrix .giCell	{
	width:79px;
	height:79px;
	margin:0 17px 17px 0;
	padding:5px 0 0 5px;
	float:left;
	background:#ffffff;
}

#colLeft .giThumbnail	{
	width:73px;
	height:73px;
}

#colLeft .gbNavigator	{
	width:260px;
	height:30px;
	background:transparent url(../images/bg/bg_gallerypager.png) no-repeat 0 0;
	margin:0 0 0 -5px;
	padding:0 0 0 30px;
}

#colLeft .gbNavigator .prev, #colLeft .gbNavigator .next, #colLeft .gbNavigator .pager	{
	float:left;
}

#colLeft .gbNavigator .prev a, #colLeft .gbNavigator .next a	{
	display:block;
	width:24px;
	height:30px;
}

#colLeft .gbNavigator .next	{
	background:transparent url(../images/bg/bg_next.jpg) no-repeat 0 0;
}

#colLeft .gbNavigator .prev	{
	background:transparent url(../images/bg/bg_back.jpg) no-repeat 0 0;
}

#colLeft .gbNavigator .pager	{
	height:30px;
}

#colLeft .gbNavigator .pager span.pageLink	{
	float:left;
	width:30px;
	height:16px;
	line-height:16px;
	font-weight:bold;
	font-size:16px;
	padding:7px 0 7px 0;
}

#colLeft .gbNavigator span a	{
	text-decoration:none;
	color:#94afbc;
}

#colLeft .gbNavigator span.current	{
	background:#94afbc;
	color:#ffffff;
}

/*###################################
Footerlogos
###################################*/

.footerLogos	{
	margin:30px 0 0 0;
}

.footerLogos table td	{
	padding:0 20px 0 0;
	vertical-align:middle;
}

/*###################################
Language Selector
###################################*/

.tx-srlanguagemenu-pi1	{
	float:left;
	padding:15px 0 0 15px;
}

.tx-srlanguagemenu-pi1 div	{
	float:left;
	padding:0 10px 0 0;
}

.tx-srlanguagemenu-pi1 .CUR	{
	display:none;
}

/*###################################
Public Relations Filelist
###################################*/

.filellist_item	{
	width:555px;
	float:left;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px #ffffff solid;
}

.filellist_item .description	{
	float:left;
	font-weight:bold;
	color:#807d6a;
	width:500px;
}

.filellist_item .filelink	{
	float:left;
	width:55px;
}

.filellist_item .filelink a	{
	display:block;
	text-decoration:none;
	width:55px;
	height:19px;
	background:transparent url(../images/btn/btn_download.jpg) no-repeat 0 0;
}

/*###################################
Skinnable Page Browser
###################################*/

.browse-box-wrap	{
	width:100%;
	height:24px;
	text-align:center;
}

.browse-links-wrap	{
	list-style-type:none;
	margin:0;
	padding:0;
}

.browse-links-wrap li	{
	float:left;
	width:29px;
	height:24px;
	text-align:center;
	border-left:1px solid #89A4B1;
}

.browse-links-wrap li a	{
	text-decoration:none;
	font-weight:bold;
	color:#89A4B1;
	display:block;
	width:29px;
	height:24px;
	line-height:24px;
}

.browse-links-wrap li a span	{
	padding:4px 0 0 0 !important;
	height:20px !important;
	line-height:20px !important;
	margin:0 !important;
}

.browse-links-wrap li.active-link-wrap	{
	background:#89A4B1;
	border:none;
}

.browse-links-wrap li.active-link-wrap a	{
	color:#ffffff;
}

.browse-links-wrap li.inactive-next-link	{
	background:transparent url(../images/btn/btn_next_transparent.gif) no-repeat 8px 6px;
}

.browse-links-wrap li.inactive-previous-link	{
	background:transparent url(../images/btn/btn_prev_transparent.gif) no-repeat 12px 6px;
	border:none;
}

/*###################################
News List
###################################*/

.news-list-item	{
	width:100%;
	height:66px;
	border-bottom:1px solid #ffffff;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}

.newsListText	{
	float:left;
}

.news-list-date, .news-single-date, .news-latest-date	{
	display:block;
	font-size:10px;
	color:#aaaeb1;
	margin-bottom:5px;
}

.newsListSubheader	{
	font-weight:bold;	
}

.newsLink	{
	float:right;
	width:51px;
	height:19px;
	margin-top:18px;
}

/*###################################
News Detail
###################################*/

.news-single-item	{
	position:relative;
}

.news-set2-leftContainer	{
	position:fixed;
	width:300px;
	margin:115px 0 0 -382px;
	z-index:2500;
}

.news-set2-leftContainer a	{
	float:left;
	disply:block;
	width:79px;
	height:79px;
	background:#fff;
	margin:0 15px 15px 0;
	padding:6px 0 0 6px;
}

.news-set1-mainContainer	{
	float:right;
	width:276px;
	height:310px;
	padding:32px 0 0 25px;
	margin:-28px 0 0 -5px;
	background:transparent url(../images/bg/bg_newssingleimg.png) no-repeat 0 0;
}

.news-single-maincontent	{
	margin:25px 0 25px 0;
}

#prev, #next	{
	float:left;
	width:105px;
	height:19px;
}

#prev a	{
	display:block;
	width:105px;
	height:19px;
	background:transparent url(../images/btn/btn_prev.gif) no-repeat 0 0;
}

#next a	{
	display:block;
	width:105px;
	height:19px;
	background:transparent url(../images/btn/btn_next.gif) no-repeat 0 0;
}

#overview	{
	float:left;
	width:350px;
	text-align:center;
}

#overview a	{
	font-size:14px;
	color:#8ba6b3;
	font-weight:bold;
	text-decoration:underline;
}

.news-single-item .caption	{
	display:none;
}

/*###################################
News Latest
###################################*/

.news-latest-container	{
	height:310px;
	margin-bottom:-30px;
	/*width:100%;*/
}

.news-latest-item	{
	float:left;
	height:310px;
	width:178px;
	margin:0 13px 0 0;
}

.news-latest-image	{
	width:164px;
	height:116px;
	background:transparent url(../images/bg/bg_newslatestimg.png) no-repeat 0 0;
	margin:0;
	padding:26px 0 10px 14px;
}

.latestItem2 .news-latest-image, 
.latestItem3 .news-latest-image	{
	background:transparent url(../images/bg/bg_newslatestimg2.png) no-repeat 0 11px;
	margin:0 0 0 -5px;
	padding:26px 0 10px 19px;
}

.news-latest-date, .news-latest-title, .news-latest-text, .news-latest-link	{
	padding:0 0 0 14px;
	width:150px;
}

.news-latest-text	{
	padding-bottom:20px;
}

.latestItem3	{
	margin-right:0px !important;
}

/*###################################
Buttons
###################################*/

.gallery2_menu_text a	{
	float:left;
	width:42px;
	height:19px;
	margin:7px 0 0 0;
	background:transparent url(../images/btn/btn_weiter.jpg) no-repeat 0 0;
}

.nextLink a	{
	display:block;
	width:51px;
	height:19px;
	background:transparent url(../images/btn/btn_weiter.gif) no-repeat 0 0;
	text-decoration:none;
}