/* General Layout for Crossbrowser Compatibility */
/* Responsible gitgo GmbH | www.gitgo.at | webdev@gitgo.at */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td	{
	margin:0;
	padding:0;
	text-align:left;
	}
table	{
	border-collapse:collapse;
	border-spacing:0;
	}
td {
	vertical-align:top;
	text-align:left;
	}
fieldset,img	{
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var	{
	font-style:normal;
	font-weight: normal;
}
caption,th	{
	text-align:left;
	}
q:before,q:after	{
	content:'';
	}
abbr,acronym	{
	border:0;
	font-variant:normal;
	}
sup,sub	{
	vertical-align:text-top;
	}
sub	{
	vertical-align:text-bottom;
	}
p	{
	margin:0px;
	padding:0px;
	}
em {
	font-style:italic;
}
strong {
	font-weight: bold;
}
a	{
	color:#3f3f3f;
	text-decoration: none;
}
a:hover	{
	text-decoration: none;
	color:#de0223;
	}
h1 {
	display:block;
	margin:0px 0px 18px 0px;
	padding:0px;
	line-height:normal;
	font-weight: normal;
	color:#de0223;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	}
h2, h3, h4, h5, h6 {
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:normal;
	font-weight: normal;
	color:#de0223;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}
.headlineSpacer {
	padding-top:22px;
	}
body, html {
	margin:0px;
	padding:0px;
	}
body {
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color:#3f3f3f;
	line-height: normal;
	font-size:12px;
	text-align: center;
	}
.clear {
	clear:both;
	}
.small {
	font-size:10px;
	color:#666666;
	}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#272727;
	padding:1px 0px 1px 2px;
	}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#272727;
	padding:1px 0px 1px 2px;
	margin:0px;
	}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#272727;
	padding:1px 0px 1px 2px;
	margin:0px;
	width:225px;
	height:120px;
	}
/* Template Layout */
.wrapper {
	margin:0px auto 0px auto;
	text-align:center;
	width:100%;
	}
.topArea {
	margin:0px auto 0px auto;
	width:950px;
	height:25px;
	}
.logoArea {
	clear:both;
	margin:0px auto 0px auto;
	width:946px;
	padding:9px 0px 10px 4px;
	}
/* Banner Layout */
.bannerArea {
	position: relative;
	height:331px;
	text-align:center;
/*	background-image:url(img/bannerAreaBg.jpg);
	background-position:top;
	background-repeat:repeat-x; */
	background-color:#eeeeee;
	overflow:hidden;	
	}
#banner {
	position: absolute;
	margin-top:1px;
	left:50%;
	width:1790px;
	margin-left:-895px;
	text-align:center;
	height:330px;
	overflow:hidden;
	background-color:transparent;	
	background-image:url(img/icons/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
#bannerSlideshow {
	z-index:0;
	background-color:transparent;
	}
/* Control for Slideshow */
#slideControl {
	position:absolute;
	z-index:10;
	width:870px;
	left:50%;
	margin-left:-435px;
	top:150px;
	text-align:center;
	}
#slideControl .prev {
	display:block;
	float:left;
	width:36px;
	height:36px;
	background-image:url(img/slideLeft.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	}
#slideControl .prev:hover {
	background-position: left top;
	}
#slideControl .next {
	display:block;
	float:right;
	width:36px;
	height:36px;
	background-image:url(img/slideRight.png);
	background-position: left bottom;
	background-repeat:no-repeat;	
	}
#slideControl .next:hover {
	background-position: left top;
	}
	
.bannerAreaNoBanner {
	width:100%;
	height:54px;
	text-align:center;
	background-image:url(img/noBannerTopShad.jpg);
	background-position:top;
	background-repeat: no-repeat;
	}
#bannerStandard img {
	margin-bottom:22px;
	}

/* Banner Introseite-Kampagne */
.bannerKampagne {
	width:949px;
	height:331px;
/*	background-image:url(img/bannerUrlaubheizenBg.jpg);
	background-position:top left;
	background-repeat:no-repeat; */
	position:absolute;
	z-index:0;
	left:50%;
	margin-left:-475px;
	text-align:center;
	}
.bannerKampagne #bannerText {
	display:block;
	width:730px;
	margin:20px 0px 0px 143px;
	background-image:url(img/bannerUrlaubheizenText.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:none;
	}
.bannerKampagne #bannerText:hover {
	background-position:left bottom;
	cursor:pointer;
	}
#bannerFacebook {
	position: absolute;
	z-index:10;
	display:block;
	width:165px;
	left:500px;
	top:188px;
	background-image:url(img/bannerUrlaubheizenFacebook.png);
	background-position:left top;
	background-repeat:no-repeat;
	display:none;
	}
.bannerKampagne #bannerFacebook:hover {
	background-position:left bottom;
	cursor:pointer;
	}

.contentArea {
	position:relative;
	top:-19px;
	margin:0px auto 15px auto;
	width:950px;
	}
/* Layout for Footer Area */
.footerArea {
	margin:0px auto 0px auto;
	width:942px;
	padding:0px 0px 0px 8px;
	}
.rssFeed {
	float:right;
	margin-right:30px;
	height:20px;
	overflow:hidden;
	}
.rssFeed a {
	color:#5f5f5f;
	font-size:11px;
	display: block;
	padding:3px 0px 0px 20px;
	background-image:url(img/icons/rssFeedIcon.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
.rssFeed a:hover {
	color:#de0223;
	}
.newsletter {
	float:right;
	margin-right:20px;
	height:20px;
	overflow:hidden;
	}
.newsletter a {
	color:#5f5f5f;
	font-size:11px;
	display: block;
	padding:3px 0px 0px 30px;
	background-image:url(img/icons/newsletter.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}
.newsletter a:hover {
	color:#de0223;
	}
/* Choice Box of RSS Feeds */
#rssFeedChoiceTop {
	position: absolute;
	width:215px;
	margin:22px 0px 0px -129px;
	display:none;
	}
.rssChoiceTop {
	height:5px;
	clear:both;
	display:block;
	background-image:url(img/rssChoceTopBg.png);
	background-position: -65px 0px;
	background-repeat:no-repeat;
	}
#rssFeedChoiceTop .rssChoiceContent {
	border-bottom:1px solid #cccccc;
	border-top:0px solid #cccccc;
	padding:0px 0px 13px 15px;	
	}

#rssFeedChoice {
	position: absolute;
	display:block;
	margin-top:-90px;
	margin-left:-143px;	
	width:215px;
	display:none;
	z-index:20;
	}
.rssChoiceContent {
	display:block;
	padding:0px 0px 15px 15px;
	background-image:url(img/white95.png);
	background-repeat:repeat;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;	
	}
.rssChoiceContent a {
	color:#5f5f5f;
	font-size:11px;
	display:block;
	margin:2px 0px 2px 0px;
	padding:0px 0px 0px 12px;
	background-image:url(img/icons/navi_pfeil_rot_re.gif);
	background-position:left;
	background-repeat:no-repeat;	
	}
.rssChoiceContent a:hover {
	color:#de0223;	
	}
	
.rssChoiceClose {
	float:right;
	}
.rssChoiceClose a {
	display:block;
	text-align:center;
	width:12px;
	height:12px;
	color:#222222;
	margin:0;
	padding:0px 0px 2px 0px;
	background-image:none;
	}
.rssChoiceBottom {
	height:5px;
	clear:both;
	display:block;
	background-image:url(img/rssChoceBottomBg.png);
	background-position: -55px 0px;
	background-repeat:no-repeat;
	}
	
	
	
	
.disclaimer {
	margin:0px auto 0px auto;
	padding:0px 0px 15px 8px;
	width:950px;
	background-image:url(img/disclaimerBg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	font-size:11px;
	color:#5f5f5f;
	padding-top:14px;
	}
.disclaimer a {
	color:#5f5f5f;
	text-decoration:none;
	}
.disclaimer a:hover {
	text-decoration:none;
	color:#de0223;
	}


/* Meta Menu Layout */
#siteNav, #metaNav {
	float:right;
	}
#siteNav li, #metaNav li {
	display: inline-block;
	background-image:url(img/metaNavSpacer.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
#siteNav li a, #metaNav li a {
	display:block;
	padding:6px 8px 5px 7px;
	font-size:11px;
	color:#5f5f5f;
	}
#siteNav li a:hover, #metaNav li a:hover, #metaNav li a#metaAktiv, #siteNav li a#siteNavAktiv {
	color:#de0223;
	}
/* Sitemap Layout */
#siteNav li #siteMapLink {
	background-image:url(img/icons/downArr.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-left:10px;
	margin-left:4px;
	}
#siteNav li #siteMapLink:hover {
	background-position:left top;
	cursor:pointer;
	}

#siteNav li .sitemap {
	position:absolute;
	background-image:url(img/white95.png);
	background-repeat:repeat;
	border:1px solid #dddddd;
	left:50%;
	width:920px;
	margin-left:-460px;
	clear:both;
	z-index:100;
	padding:14px 0px 16px 0px;
	display:none;
	}

#siteNav li .sitemap ul {
	margin:0px;
	padding:0px;
	float:left;
	}
#siteNav li .sitemap ul li {
	background-image:none;
	margin:0px;
	padding:0px;
	display:inline-block;
	width:180px;
	float:left;
	}
#siteNav li .sitemap ul li a {
	margin:0px;
	padding:0px 0px 0px 16px;
	display:inline-block;
	float:left;
	background-image:none;
	color:#de0223;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	}
#siteNav li .sitemap ul li a:hover {
	color:#de0223;
	}
#siteNav li .sitemap ul li ul li a {
	margin:0px;
	padding:0px 0px 0px 16px;
	display:inline-block;
	float:left;
	background-image:none;
	color:#353535;
	font-weight:bold;
	}
#siteNav li .sitemap ul li ul li ul li a {
	margin:0px;
	padding:0px 0px 0px 25px;
	display:inline-block;
	float:left;
	background-image:none;
	color:#5f5f5f;
	font-weight:bold;
	text-transform: none;	
	}
#siteNav li .sitemap ul li ul li ul li ul li a {
	margin:0px;
	padding:0px 0px 0px 34px;
	display:inline-block;
	float:left;
	background-image:none;
	color:#5f5f5f;
	font-weight: normal;
	}
#siteNav li a#smL1aktiv, #siteNav li a#smL2aktiv, #siteNav li a#smL3aktiv, #siteNav li a#smL4aktiv {
	color:#de0223;
	}
	
#siteNav li .sitemap .sitemapL1 li ul li {
	padding-left:0px;
	}
/* 1st Col other than rest */
#sitemapCol1 {
	border-left:0px solid #dddddd;
	}
#sitemapCol2, #sitemapCol3, #sitemapCol4, #sitemapCol5 {
	border-left:1px solid #dddddd;
	height:480px;
	}


/* Font Site Layout */
#fontSize {
	float:right;
	}
#fontSize li {
	float:left;
	display: inline-block;
	text-transform:uppercase;
	}
#fontSize li a#size0 {
	display:block;
	font-size:9px;
	padding:8px 2px 0px 5px;
	color:#5f5f5f;
	}
#fontSize li a#size1 {
	display:block;
	font-size:11px;
	padding:6px 2px 1px 1px;
	color:#5f5f5f;
	}
#fontSize li a#size2 {
	display:block;
	font-size:13px;
	padding:4px 2px 0px 1px;
	color:#5f5f5f;
	}
#fontSize li a#size0:hover, #fontSize li a#size1:hover, #fontSize li a#size2:hover {
	color:#de0223;
	}
	
/* Search Box Layout */
.searchBox {
	float:right;
	display: inline-block;
	padding:2px 2px 0px 35px;
	}
#searchSubmit {
	float:right;
	display: inline-block;
	margin:0px 0px 0px 3px;
	padding:0px;
	}

	
/* Link to other Site */
.crossLink {
	float:right;
	padding:0px 60px 0px 22px;
	}
.crossLink a {
	display:inline-block;
	padding:6px 10px 6px 0px;
	font-size:11px;
	color:#272727;
	background-image:url(img/icons/navi_pfeil_rot_re.gif);
	background-position:right;
	background-repeat:no-repeat;
	}
.crossLink a:hover {
	color:#de0223;
	}


/* Main Menu Layout */
#nav {
	position: relative;
	z-index:10;
	margin:0px auto 0px auto;
	width:947px;
	display:block;
	height:24px;
	background-color: transparent;
	background-image:url(img/mainMenuBg.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 3px;
	}
#nav li {
	display: inline-block;
	text-transform:uppercase;
	}
#nav li a {
	padding:4px 21px 4px 21px;
	display: block;
	vertical-align:top;
	background-image:url(img/mainMenuItemBg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	color:#5f5f5f;
	font-weight:bold;
	font-size:14px;
	}
#nav li a:hover, #nav li a#aktiv {
	background-position:left bottom;
	color:#ffffff;
	}
/* First Main Menu Item Other Bg */
#nav .mainMenuItem1 {
	background-image:url(img/mainMenuItemFirstBg.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:4px 21px 4px 40px;
	}	
#nav .mainMenuItem1:hover, #nav .mainMenuItem1#aktiv {
	background-position:left bottom;
	}
	
/* Drop Out Menu Level 2 */
#nav li .dropOutLevel2 {
	margin:0px 0px 0px 0px;
	padding:8px 0px 24px 0px;
	position: absolute;
	background-color:transparent;
	background-image:url(img/white85.png);
	background-repeat:repeat;
	border-top:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;
	border-bottom:6px solid #b8b8b8;
	border-left:1px solid #b8b8b8;
	display: block;
	}
#nav #firstMenuItemLi .dropOutLevel2 {
	margin:0px 0px 0px 17px;
	}
#nav li .dropOutLevel2 li {
	display:block;
	list-style:none;
	text-transform:none;
	}
#nav li .dropOutLevel2 li a {
	padding:4px 46px 4px 21px;
	border-bottom:1px solid #e3e3e2;
	font-size:12px;
	color:#5f5f5f;
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	background-image:none;
	}
#nav li .dropOutLevel2 li a:hover, #nav li .dropOutLevel2 li a#subAktiv {
	background-color:#ffffff;
	}
/* Show and Hide relevant Level 2 Menu */
/* Keep Parent Item Active State */
#nav .subMenuOut ul {
	display:block;
	}
#nav .subMenuOut a {
	background-position:left bottom;
	color:#ffffff;
	}
#nav .subMenuIn ul {
	display:none;
	}
	
	
/* Intro specific Layouts */
.introBoxes {
	float:left;
	width:100%;
	}
.introBoxes h1 {
	display:block;
	padding:4px 0px 5px 12px;
	color:#5f5f5f;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	}
.introSmallBox {
	float:left;
	width:268px;
	height:195px;
	margin:0px 0px 0px 22px;
	padding:0px 10px 15px 26px;
	background-image:url(img/introBoxSmallBg.png);
	background-position:left top;
	background-repeat:no-repeat;
	}
.introBigBox {
	float:left;
	width:580px;
	height:195px;
	padding:0px 0px 10px 23px;
	background-image:url(img/introBoxBigBg.png);
	background-position:left top;
	background-repeat:no-repeat;
	}
/* ShortCut Navigation */
#shortCutNav {
	margin:0;
	padding:3px 0px 0px 0px;
	width:230px;
	display:block;
	float:left;
	}
#shortCutNav li {
	margin:0;
	padding:6px 0px 6px 0px;
	list-style:none;
	display:block;
	}
#shortCutNav li a {
	color:#5f5f5f;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:0px 0px 0px 15px;
	background-image:url(img/icons/redArrBig.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
#shortCutNav li a:hover {
	color:#de0223;
	}
/* Service Center Box */
.serviceCenter {
	float:left;
	width:168px;
	}
.serviceCenter h2 {
	margin:10px 0px 3px 0px;
	padding:0;
	color:#5f5f5f;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	}
#serviceCenterNav {
	margin:0;
	padding:3px 0px 0px 0px;
	display:block;
	float:left;
	}
#serviceCenterNav li {
	margin:0;
	padding:6px 0px 6px 0px;
	list-style:none;
	display:block;
	}
#serviceCenterNav li a {
	color:#5f5f5f;
	font-size:14px;
	display:block;
	padding:0px 0px 0px 15px;
	background-image:url(img/icons/darkArrBig.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
#serviceCenterNav li a:hover {
	color:#de0223;
	text-decoration:none;
	}
/* Content Service Center */
.serviceCenterContent {
	display: block;
	float:left;
	width:160px;
	height:150px;
	margin:0px 0px 0px 0px;
	font-size:9px;
	line-height:12px;
	color:#5f5f5f;
	background-image:url(img/icons/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	}
.serviceCenterContent h3 {
	line-height:normal;
	font-size:9px;
	margin:5px 0px 0px 0px;
	padding:0;
	font-weight:normal;
	}
.serviceCenterContent a {
	color:#5f5f5f;
	}	
.serviceCenterContent a:hover {
	color:#de0223;
	text-decoration:none;
	}
#serviceCenterEi, #serviceCenterFk, #serviceCenterOp, #serviceCenterOw {
	padding-top:10px;
	display:none;
	background-color:#ffffff;
	}
.serviceCenterMap {
	width:160px;
	height:85px;
	overflow:hidden;
	}
.serviceCenterOverlay {
	width:160px;
	height:85px;
	overflow:hidden;
	display:block;
	position: absolute;
	margin-top:-85px;
	background-image:url(img/serviceCenter/serviceCenterOverlay.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	}
.serviceCenterOverlay:hover {
	background-position:left top;
	}

#sCdotEi, #sCdotFk, #sCdotOp, #sCdotOw {
	display:block;
	width:12px;
	height:12px;
	overflow:hidden;
	background-color: transparent;
	background-image:url(img/serviceCenter/dot.gif);
	background-position:left top;
	background-repeat:no-repeat;
	}
#sCdotEi:hover, #sCdotFk:hover, #sCdotOp:hover, #sCdotOw:hover {
	background-position:left bottom;
	}
#sCdotEi {
	position:absolute;
	margin-top:-118px;
	margin-left:72px;
	z-index:1;
	}
#sCdotFk {
	position:absolute;
	margin-top:-117px;
	margin-left:97px;
	z-index:1;
	}
#sCdotOp {
	position:absolute;
	margin-top:-84px;
	margin-left:70px;
	z-index:1;
	}
#sCdotOw {
	position:absolute;
	margin-top:-59px;
	margin-left:54px;
	z-index:1;
	}
	
/* Advert Boxes */
.imgButtonContainer {
	float:left;
	}
.imageButton {
	float:left;
	margin-left:4px;
	margin-right:3px;
	height:161px;
	width:230px;
	overflow:hidden;
	}
.imageButton img {
	border:1px solid #c4c4c4;
	position:absolute;
	float:left;
	}
.imageButton .rgmediaimages-player {
	margin-top:0px;
	border:1px solid #c4c4c4;
	float:left;
	}
.imgMore {
	position:absolute;
	margin:0px;
	padding:0px;
	width:230px;
	height:159px;
	background-color:transparent;
	background-image:url(img/imgButtonMoreBg.png);
	background-position:right top;
	background-repeat:no-repeat;
	z-index:10;
	}
.imgMore:hover {
	position:absolute;
	margin:0px;
	padding:0px;
	width:230px;
	height:159px;
	background-color:transparent;
	background-image:url(img/imgButtonMoreBg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	z-index:10;
	}
.imgMore img {
	border:0;
	}
	
	
/* Specific Layouts for Content Templates */
.contentFull {
	position:relative;
	top:-21px;
	margin:0px auto 15px auto;
	width:950px;
	background-image:url(img/fullContentBg.png);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:145%;
	}
	
/* Bread Crumb Layout */
.breadCrumb {
	padding:5px 22px 3px 17px;
	margin:0;
	font-size:11px;
	color:#999999;
	}
.breadCrumb ul {
	display:inline-block;
	width:800px;
	margin:0;
	padding:0;
	}
.breadCrumb ul li {
	display:inline-block;
	margin:0;
	padding:0;
	}
.breadCrumb ul li a {
	color:#999999;
	display:inline-block;
	padding:0px 3px 0px 3px;
	text-transform:uppercase;
	}
.breadCrumb ul li a:hover {
	color:#de0223;
	}
.breadCrumb #breadActive {
	color:#666666;
	}
.breadCrumb ul li .bread3, .breadCrumb ul li .bread4  {
	text-transform: none;
	}
.breadCrumb #breadActive a {
	color:#666666;
	}
/* Meta Nav Icons Breadcrumb */
.breadMeta {
	margin:0;
	padding:0;
	width:66px;
	float:right;
	}
.breadMeta ul {
	text-align:right;
	margin:0;
	padding:0;
	width:66px;
	float:right;		
	}
.breadMeta ul li {
	display: inline;
	float:right;
	margin:0;
	padding:1px 3px 0px 3px;
	height:16px;
	width:16px;
	float:left;
	}
.breadMeta ul li a {
	display: block;
	text-transform:uppercase;
	margin:0;
	padding:0;
	width:16px;
	}
.breadMeta ul li .sendenText a {
	display:none;
	}
	
/* Left Navi in Content Templates */
.contentNav {
	float:left;
	width:246px;
	margin:12px 0px 0px 4px;
	display:block;
	}
.contentNavStandard {
	margin-top:28px;
	}
.contentNav ul li {
	list-style:none;
	display:block;
	}
.contentNav ul li a {
	display:block;
	border-bottom:1px solid #cccccc;
	padding:4px 0px 4px 15px;
	font-size:15px;
	color:#3f3f3f;
	background-image:url(img/icons/rightArr.gif);
	background-position:4px -134px;
	background-repeat:no-repeat;
	line-height:normal;
	}
.contentNav ul li a:hover {
	background-position:4px 9px;
	color:#de0223;
	}
.contentNav ul li a#cNav1aktiv {
	background-image:url(img/icons/downArrHigh.gif);
	background-position:2px 9px;
	background-repeat:no-repeat;
	color:#de0223;
	}
.contentNav ul li ul li a {
	display:block;
	border-bottom:1px solid #cccccc;
	padding:3px 0px 3px 27px;
	font-size:13px;
	color:#3f3f3f;
	background-image:url(img/icons/rightArr.gif);
	background-position:16px -136px;
	background-repeat:no-repeat;
	}
.contentNav ul li ul li a:hover {
	background-position:left top;
	color:#de0223;
	background-position:16px 7px;
	}
.contentNav ul li ul li a#cNav2aktiv {
	background-image:url(img/icons/downArr.gif);
	background-position:14px -1px;
	background-repeat:no-repeat;
	color:#de0223;
	border-bottom:1px solid #ffffff;
	padding-bottom:2px;
	}
	
.contentNav ul li ul li ul {
	border-bottom:1px solid #cccccc;
	padding-bottom:2px;
	}
.contentNav ul li ul li ul li a {
	display:block;
	border:0px;
	padding:2px 0px 2px 35px;
	font-size:11px;
	color:#7f7f7f;
	background-image: none;
	}
.contentNav ul li ul li ul li a:hover {
	color:#de0223;
	}
.contentNav ul li ul li ul li a#cNav3aktiv {
	color:#de0223;
	}

.contentNav #cNav1 {
	text-transform:uppercase;
	}
.contentNav #cNav2, .contentNav #cNav3, .contentNav #cNav4 {
	text-transform: none;
	}
/* Main Content Layout for Content Pages */
.contentMain {
	float:left;
	margin:10px 0px 0px 34px;
	display:block;
	width:664px;
	}
.contentMain h1, .contentMain h2, .contentMain h3 {
	display:block;
	}
.contentMain a {
	color:#de0223;
	text-decoration: none;
	}
.contentMain a:hover {
	color:#de0223;
	text-decoration:underline;
	}
.contentMainStandard {
	margin-top:25px;
	}
.contentMainStandard ul {
	margin:0px 0px 0px 10px;
	padding:0px;
	}
.contentMainStandard ul li {
	list-style:none;
	background-image:url(img/icons/aufzaehlung.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding-left:10px;
	}
/* Functions below Content */
.contentFunctions {
	margin:27px 0px 55px 0px;
	display: block;
	width:580px;
	border-top:1px solid #bfbfbf;
	font-size:11px;
	color:#7f7f7f;
	padding:2px 0px 0px 0px;
	white-space:nowrap;	
	}
.contentFunctions a {
	display:inline-block;
	font-size:11px;
	color:#666666;
	padding:3px 0px 0px 14px;
	margin:0px 0px 0px 30px;
	}
.contentFunctions a:hover {
	color:#222222;
	text-decoration:none;
	}
.contentFunctions a#printLink {
	margin-left:4px;
	background-image:url(img/icons/printIcon.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	}
.contentFunctions a#printLink:hover {
	background-position:0px -32px;
	}
.contentFunctions .sendenText a {
	background-image:url(img/icons/sendIcon.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:25px;
	}
.contentFunctions .sendenText a :hover {
	background-position:0px -32px;
	}
.contentFunctions .sendenIcon {
	display:none;
	}
	
.contentFunctions a#bookmarkLink {
	background-image:url(img/icons/bookmarkIcon.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:20px;
	}
.contentFunctions a#bookmarkLink:hover {
	background-position:0px -32px;
	}
.contentFunctions a#topLink {
	background-image:url(img/icons/topIcon.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:20px;
	}
.contentFunctions a#topLink:hover {
	background-position:0px -32px;
	}
.contentFunctions a#backLink {
	background-image:url(img/icons/backIcon.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:20px;
	padding-right:10px;
	}
.contentFunctions a#backLink:hover {
	background-position:0px -32px;
	}
	

/* News Layout */
.latestNewsItem {
	margin:0;
	padding:0px;
	display:block;
	}
.latestNewsSubheader {
	margin:0;
	padding:0px 0px 13px 11px;
	display:block;
	}
.latestNewsItem a {
	display:block;
	padding:3px 0px 0px 11px;
	margin:0px 10px 0px 0px;
	background-image:url(img/icons/navi_pfeil_rot_re.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	}
/* News List Layout */
.news-list-container {
	width:580px;
	padding-top:7px;
	}
.news-list-item h2 a {
	font-size:13px;
	color:#de0223;
	font-weight:normal;
	}
.news-list-item h2 a:hover {
	color:#de0223;
	}
.news-list-subheader {
	display:block;
	margin-bottom:18px;
	float:left;
	width:480px;
	}
.news-list-morelink {
	display:none;
	}
.news-list-more {
	float:left;
	width:100px;
	display:block;
	text-align:right;
	}
.news-list-more a {
	color:#8c8c8f;
	padding:0px 0px 0px 8px;
	background-image:url(img/icons/navi_pfeil_rot_re.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	}
/* News Detail View */
.news-single-text {
	}
.news-single-text h2 {
	display:inline;
	color:#3f3f3f;
	font-weight:normal;	
	}
.news-single-image {
	float: right;
	margin-left:50px;
	}
.news-single-imgcaption {
	margin-bottom:20px;
	}
.news-single-imgcaption {
	font-size:11px;
	}
.news-single-additional-info {
	padding-top:25px;
	}
.news-single-files h2 {
	padding-bottom:5px;
	}
.news-single-files dd {
	font-size:10px;
	color:#666666;
	padding:0px 0px 1px 0px;
	margin:0px 0px 2px 0px;	
	}
.news-single-files dd a, .news-single-related a {
	display: inline-block;
	padding:0px 5px 0px 22px;
	color:#6b6b6b;
	background-image:url(img/icons/downloadIcon.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-size:12px;
	}
.news-single-files dd a:hover, .news-single-related a:hover {
	display: inline-block;
	padding:0px 5px 0px 22px;
	color:#de0023;
	text-decoration:none;
	background-image:url(img/icons/downloadIcon.gif);
	background-position:0px -26px;
	background-repeat:no-repeat;
	}
/* Related News */
.news-single-related dt {
	display:block;
	margin:20px 0px 0px 0px;
	padding:0px 0px 5px 0px;
	line-height:normal;
	font-weight: normal;
	color:#de0223;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	}


/* Content Elements Layout */
.download a {
	display: inline-block;
	padding:0px 0px 1px 22px;
	margin:0px 0px 2px 0px;
	color:#6b6b6b;
	background-image:url(img/icons/downloadIcon.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	}
.download a:hover {
	display: inline-block;
	padding:0px 0px 1px 22px;
	margin:0px 0px 2px 0px;
	color:#de0023;
	text-decoration:none;
	background-image:url(img/icons/downloadIcon.gif);
	background-position:0px -26px;
	background-repeat:no-repeat;
	}


.csc-textpic-caption {
	font-size:11px;	
	}
.csc-textpic-imagewrap dl {
	padding-bottom:20px;
	}
.csc-textpic {
	float:left;
	}
	
	
/* Editor Classes */
.inhaltsTabelle {
	text-align:left;
	border-top:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	}
.inhaltsTabelle th {
	font-weight:bold;
	font-size:13px;
	border-left:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	padding:8px 10px 8px 10px;
	background-image:url(img/inhaltsTabeleThBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#e0e0e0;
	}
.inhaltsTabelle td {
	border-left:1px solid #d1d1d1;
	border-bottom:1px solid #d1d1d1;
	padding:5px 10px 5px 10px;	
	}
.tableSmallContent {
	font-size:10px;
	}
.tableGreyRow {
	background-color:#f9f9f9;
	}
.tableFooterLegend {
	font-size:10px;
	display:block;
	padding:3px 0px 0px 10px;
	}
	
/* Search Layout Searchbox in Content */
.tx-indexedsearch-searchbox {
	margin-bottom:20px;
	background-color:#f9f9f9;
	border:1px solid #c6c6c4;
	width:580px;
	}
.tx-indexedsearch-searchbox th {
	font-size:13px;
	background-image:url(img/inhaltsTabeleThBg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:8px 10px 8px 10px;	
	background-color:#e0e0e0;
	text-transform:uppercase;
	border-bottom:1px solid #c6c6c4;
	}
.tx-indexedsearch-searchbox .labelBreite {
	width:100px;
	}
.tx-indexedsearch-searchbox .restBreite {
	width:100px;
	}
.tx-indexedsearch-searchbox td {
	padding:5px 10px 5px 10px;
	vertical-align:middle;
	}
.submitButton {
	text-transform:uppercase;
	color:#de0223;
	font-weight:normal;
	font-size:12px;
	background-color:transparent;
	border:0;
	margin:0px;
	padding:1px 0px 1px 0px;
	line-height:18px;
	width:72px;
	white-space:nowrap;
	line-height: normal;
	text-align: left;
	background-image:url(img/submitButtonBg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
	}
.tx-indexedsearch-searchbox .modeLink {
	border-top:1px solid #c6c6c4;	
	}
.tx-indexedsearch-searchbox .modeLink a {
	font-weight: normal;
	color:#de0223;
	}

/* Search Paging */
.tx-indexedsearch-browsebox {
	padding-bottom:10px;
	text-align:center;
	clear:both;
	}
.tx-indexedsearch-browsebox ul {
	margin-left:0px;
	width:580px;
	float:left;
	text-align:center;
	padding-top:10px;	
	}
.tx-indexedsearch-browsebox ul li {
	list-style:none;
	background-image:none;
	padding:0;
	margin:0;
	}
.tx-indexedsearch-browsebox ul li a {
	color:#666666;
	font-size:11px;
	}

/* Search Layout Ergebnis */
.tx-indexedsearch-res {
	width:580px;
	}
.tx-indexedsearch-title {
	border-bottom:1px solid #c6c6c4;
	padding:0px 0px 3px 0px;
	}
.tx-indexedsearch-title a {
	font-weight: normal;
	color:#de0223;
	font-size:13px;
	}
.tx-indexedsearch-title a:hover {
	font-weight: normal;
	color:#de0223;	
	}
.tx-indexedsearch-percent {
	border-bottom:1px solid #c6c6c4;
	font-size:10px;
	color:#666666;
	text-align:right;
	}
.tx-indexedsearch-descr {
	font-style: normal;
	padding-top:3px;
	}
.tx-indexedsearch-info {
	background-color:#ffffff;
	font-size:10px;
	padding-top:5px;
	color:#666666;
	}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background-color:#ffffff;
	}
.tx-indexedsearch-path a {
	text-transform:lowercase;
	color:#666666;
	}
.sendPageError {
	background-color: #de0223;
	color:#ffffff;
	}
/* Powermail Layout */
.tx-powermail-pi1_formwrap {
	background-color:#f9f9f9;
	border:1px solid #c6c6c4;
	width:580px;
	background-image:url(img/fieldsetBgTop.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:5px;
	}
.tx-powermail-pi1_formwrap fieldset {
	display:block;
	width:100%;
	}
legend {
	font-size:13px;
	padding:8px 10px 14px 10px;	
	text-transform:uppercase;
	color:#3f3f3f;	
	}
.tx-powermail-pi1_formwrap label {
	display:none;
	}
.tx_powermail_pi1_fieldwrap_html {
	width:195px;
	margin:5px 5px 5px 10px;
	padding:0px 72px 0px 0px;
	float:left;
	background-position:right 5px;
	background-repeat:no-repeat;
	}
.tx_powermail_pi1_fieldwrap_html input {
	width:200px;
	color:#666666;
	}
.tx_powermail_pi1_fieldwrap_html select {
	width:206px;
	color:#666666;
	}
	
.tx_powermail_pi1_fieldwrap_html_textarea {
	clear:both;
	width:550px;
	padding-right:0px;
	}
.tx_powermail_pi1_fieldwrap_html textarea {
	clear:both;
	width:484px;
	overflow:auto;
	margin:0px;
	color:#666666;
	}
.tx_powermail_pi1_fieldwrap_html_submit {
	clear:both;
	width:491px;
	text-align:right;
	padding-right:0px;
	}
.powermail_submit {
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	background-color:transparent;
	border:0;
	margin:0px;
	padding:1px 22px 1px 0px;
	white-space:nowrap;
	line-height: normal;
	text-align: right;
	background-image:url(img/submitButtonBg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
	}
input.powermail_submit {
	color:#de0223;
	}
/* DirectMail Subscription Layout */
.dmailsubscription_text {
	width:580px;
	margin:0px 0px 15px 0px;
	}
.dmailsubscription {
	background-color:#f9f9f9;
	border:1px solid #c6c6c4;
	width:580px;
	background-image:url(img/fieldsetBgTop.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
	}
.dmailsubscription fieldset {
	display:block;
	width:100%;
	}
.dmailsubscription label {
	display:none;
	}
.dmailsubscription_fieldwrap_html {
	width:195px;
	margin:5px 5px 5px 10px;
	padding:0px 72px 0px 0px;
	float:left;
	background-position:right 5px;
	background-repeat:no-repeat;
	}
.dmailsubscription_fieldwrap_html input {
	width:200px;
	color:#666666;
	}
.dmailsubscription_fieldwrap_html select {
	width:206px;
	color:#666666;
	padding:0px;
	}
.dmailsubscription_fieldwrap_html_submit {
	clear:both;
	width:491px;
	text-align:right;
	padding-right:0px;
	}
.dmailsubscription_submit {
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	background-color:transparent;
	border:0;
	margin:0px;
	padding:1px 22px 1px 0px;
	white-space:nowrap;
	line-height: normal;
	text-align: right;
	background-image:url(img/submitButtonBg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
	}
input.dmailsubscription_submit {
	color:#de0223;
	}
/* Layout Invoice Service */
/* Invoice Page Control */
#rgControl {
	margin:0px 0px 0px 0px;
	padding:0px;
	}
#rgControl li {
	display:inline;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding:0px 0px 0px 0px;
	background-image:none;
	}
#rgControl li a {
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	display: inline-block;
	padding:3px 8px 3px 8px;
	background-color:#f9f9f9;
	font-weight:bold;
	text-transform:uppercase;
	}
#rgControl li a:hover, #rgControl li.tabAktiv a  {
	background-color:#de0223;
	color:#ffffff;
	text-decoration:none;
	border-top:1px solid #de0223;
	border-left:1px solid #de0223;
	border-right:1px solid #de0223;	
	}
/* Invoice Page Container */
.itemContainer {
	background-position:right top;
	background-repeat:no-repeat;
	background-image:url(img/icons/loader.gif);
	background-position:center;
	background-repeat: no-repeat;
	background-position:left top;
	background-repeat:no-repeat;
	width:642px;
	height:935px;
	overflow:hidden;
	}
.jcarousel-container {
	float:left;
	width:644px;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#mycarousel ul {
	margin:0px;
	padding:0px;	
}
#mycarousel li {
    float: left;
    list-style: none;
    width: 642px;
	border:1px solid #cccccc;	
	padding:0px;
	background-image:none;
	margin:0px 180px 0px 0px;
}
/* Invoice Page Tooltips */
.rgTip {
	display:none;
	position:relative;
	width:300px;
	border:1px solid #ffffff;
	background-color:#de0223;
	padding:10px;
	color:#ffffff;
	left:302px;
	}
.rgTip a {
	color:#ffffff;
	text-decoration:none;
	}
.rgTip h2 {
	color:#ffffff;
	font-weight:bold;
	padding-bottom:3px;
	}
.rgLink {
	position:relative;
	display:block;
	background-color: transparent;
	cursor:pointer;	
	}
#gass1_01 {
	margin-left:333px;
	margin-top:176px;
	width:290px;
	height:58px;
	}
#gass1_02 {
	margin-left:333px;
	margin-top:11px;
	width:290px;
	height:16px;
	}
#gass1_03 {
	margin-left:333px;
	margin-top:3px;
	width:290px;
	height:32px;
	}
#gass1_04 {
	margin-left:4px;
	margin-top:119px;
	width:619px;
	height:45px;
	}
#gass1_05 {
	margin-left:4px;
	margin-top:2px;
	width:619px;
	height:14px;
	}
#gass1_06 {
	margin-left:4px;
	margin-top:2px;
	width:619px;
	height:14px;
	}
#gass1_07 {
	margin-left:4px;
	margin-top:2px;
	width:619px;
	height:30px;
	}
#gass1_08, #gass1_09, #gass1_10, #gass1_11, #gass1_12, #gass1_13 {
	margin-left:4px;
	margin-top:2px;
	width:619px;
	height:14px;
	}

#gass2_01 {
	margin-left:4px;
	margin-top:275px;
	width:619px;
	height:14px;
	}
#gass2_02 {
	margin-left:4px;
	margin-top:4px;
	width:619px;
	height:20px;
	}
#gass2_03 {
	margin-left:4px;
	margin-top:4px;
	width:619px;
	height:208px;
	}
#gass2_04 {
	margin-left:4px;
	margin-top:10px;
	width:619px;
	height:40px;
	}
#gass2_05 {
	margin-left:4px;
	margin-top:12px;
	width:619px;
	height:40px;
	}
#gass2_06 {
	margin-left:4px;
	margin-top:12px;
	width:619px;
	height:40px;
	}
#gass2_07 {
	margin-left:4px;
	margin-top:12px;
	width:619px;
	height:28px;
	}

#gass3_01 {
	margin-left:4px;
	margin-top:292px;
	width:619px;
	height:14px;
	}
#gass3_02 {
	margin-left:4px;
	margin-top:4px;
	width:619px;
	height:20px;
	}
#gass3_03 {
	margin-left:4px;
	margin-top:6px;
	width:619px;
	height:190px;
	}
#gass3_04 {
	margin-left:4px;
	margin-top:10px;
	width:619px;
	height:30px;
	}
#gass3_05 {
	margin-left:4px;
	margin-top:10px;
	width:619px;
	height:28px;
	}
/* Wärme Invoice */
#ws1_01 {
	margin-left:333px;
	margin-top:176px;
	width:290px;
	height:58px;
	}
#ws1_02 {
	margin-left:333px;
	margin-top:11px;
	width:290px;
	height:16px;
	}
#ws1_03 {
	margin-left:333px;
	margin-top:3px;
	width:290px;
	height:32px;
	}
#ws1_04 {
	margin-left:4px;
	margin-top:119px;
	width:619px;
	height:14px;
	}
#ws1_05 {
	margin-left:4px;
	margin-top:2px;
	width:619px;
	height:14px;
	}
#ws1_06 {
	margin-left:4px;
	margin-top:2px;
	width:619px;
	height:29px;
	}
#ws1_07 {
	margin-left:4px;
	margin-top:2px;
	width:619px;
	height:14px;
	}
#ws1_08, #ws1_09, #ws1_10, #ws1_11, #ws1_12 {
	margin-left:4px;
	margin-top:2px;
	width:619px;
	height:14px;
	}

#ws2_01 {
	margin-left:4px;
	margin-top:302px;
	width:619px;
	height:236px;
	}
#ws2_02 {
	margin-left:4px;
	margin-top:37px;
	width:619px;
	height:28px;
	}

#ws3_01 {
	margin-left:4px;
	margin-top:302px;
	width:619px;
	height:248px;
	}
#ws3_02 {
	margin-left:4px;
	margin-top:27px;
	width:619px;
	height:24px;
	}
#ws3_03 {
	margin-left:4px;
	margin-top:28px;
	width:619px;
	height:24px;
	}
#ws3_04 {
	margin-left:4px;
	margin-top:13px;
	width:619px;
	height:26px;
	}

/* IE 6 Browser Check Message */
.oldBrowser {
	display:block;
	width:100%;
	color:#ffffff;
	background-color:#de0023;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	line-height:20px;
	}
.oldBrowser a {
	color:#ffffff;
	text-decoration:underline;
	}
.oldBrowser a:hover {
	color:#ffffff;
	text-decoration: none;
	}
	
/* Some special Print View Classes */
.printContainer {
	margin-left:0px;
	margin-top:0px;
	float:left;
	width:740px;
	overflow:hidden;
	background-color:#ffffff;
	}
.printContainer .printLogo {
	padding-bottom:20px;
	}
.printContainer .breadCrumb {
	width:100%;
	padding-left:0px;
	}
.printContainer .breadCrumb ul li {
	padding:0px 3px 0px 0px;
	margin:0;
	display:inline;
	}
.printContainer .breadCrumb ul li a {
	padding:0;
	margin:0;
	}
.printContainer .printContent {
	clear:both;
	font-size:120%;
	line-height:135%;
	margin-top:10px;
	}
.printContainer .printContent ul {
	margin-left:20px;
	}
.printContainer .printFooterLogo {
	padding-top:50px;
	padding-bottom:3px;
	}
.printContainer .disclaimer {
	background-image:none;
	margin:0;
	padding:0;
	}
/* Video Player */
.rgmediaimages-player {
	float:left;
	}
.csc-textpic-clear {
	clear:both;
}
