@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}


body {
	height: 100%;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(../img/bg_body.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #e3e3e3;
}



/* ################  Diverses ######################### */

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


#RightContainer h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #125589;
	background-color: inherit;
	margin-bottom: 10px;
}


h2 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #125589;
	background-color: inherit;
	margin-bottom: 12px;
}



#GalleryContainer h2 {
	font-size: 14px;
	text-transform: none;
	width: 960px;
	margin: 4px 0px 4px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

	#GalleryContainer h2 a, #GalleryContainer h2 a:link, #GalleryContainer h2 a:visited {
		text-decoration: none;
		color: #000;
		background: url("../img/arrow_blue.gif") left center no-repeat;
		background-color: #eee;
		padding: 8px 0px 8px 16px;
		display: block;
	}
	
	#GalleryContainer h2 a:hover {
		text-decoration: none;
		color: #000;
		background: url("../img/arrow_blue.gif") left center no-repeat;
		background-color: #ddd;
		padding: 8px 0px 8px 16px;
		display: block;
	}


.clear { clear: both; }


p.bodytext {
	line-height: 17px;
	margin-bottom: 8px;
}

/*
#RightContainer ol, #RightContainer ol{
margin-left:19px;
line-height:17px;
}

#RightContainer ul, #RightContainer ul {
margin-left:15px;
line-height:17px;
}
*/

.csc-default ol {
margin: 0px 0px 0px 19px;
padding: 0px;
line-height: 17px;
}

.csc-default ul {
margin: 0px 0px 0px 17px;
padding: 0px;
line-height: 17px;
}



/* ################  lightbox ######################### */


.LightboxCapture {
text-align: left;
background-color: inherit;
color: #125589;
padding-bottom: 5px;
}

.LightboxCountPic {
text-align: left;
}

/* ################  Links ######################### */


a, a:link, a:visited {
	outline: none;
	color: #125589;
	background-color: inherit;
}
	

p.bodytext a:link, p.bodytext a:visited {
	text-decoration: underline;
}

p.bodytext a:hover {
	color: #000;
	background-color: inherit;	
}


/* ################  Inhaltselemente ######################### */


.csc-textpic-caption {
font-style: italic;
background-color: inherit;
color: #125589;
padding-top: 5px;
}

/* kein scrollbalken bei Bildern  */
.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {overflow:hidden; }


.csc-textpic-imagerow {
	/* border:1px solid red; */
	}
	
/* fuer Inhaltselement bilder */
.csc-textpic-imagerow ul {

}

/* Bild links, Text rechts */
div.csc-textpic-intext-left-nowrap div.csc-textpic-text {
	margin-left:15px;
	}
	

/* ################  Tabellen ######################### */


table.contenttable {
  color: inherit;
  background-color: #FFFFFF;
  border-collapse: collapse;
  width: 100%;
  margin: 8px 0px 8px 0px;
  padding: 25px 0px 0px 0px;
}

  table.contenttable tr td {
    vertical-align: top;
    font-size: 11px;
    text-align: left;
    padding: 5px 8px 7px 8px;
  }

    table.contenttable-0 tr.tr-0 td {
      color: #fff;
      font-weight: bold;
      background-color: #125589;
    }

    table.contenttable tr.tr-odd {
      color: inherit;
      background-color: #eee;
    }


/* ################  Grundlayout ######################### */

#PageContainer {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* padding-top = Platz für Header */
#MainContainer {
	padding-top: 150px;
}



/* ################  Startseite ######################### */

	#StartpageLeftContainer {
		float: left;
		width: 255px;
	}
	
		#PlayButtonContainer {
				height: 73px;
		}

	#StartpageSlideshowContainer {
		width: 655px;
		height: 395px;
		background: url(../img/bg_slideshow.gif);
		background-position: left top;
		background-repeat: no-repeat;
		padding: 17px 25px 23px 18px;
		float: right;
	}
	
	
/* ################  Unterseiten ######################### */

	#LeftContainer {
		float: left;
		width: 280px;
	}
	
	#RightContainer {
		float: right;
		width: 630px;
		padding: 7px 15px 60px 0px;
	}
	
	
/* ################  ImageGallery ######################### */
	
	
	#GalleryContainer {
		clear: both;
		padding: 20px 0px 35px 0px;
	}
	
	.GalleryBlock {
		width: 975px;
		height: 148px;
		background: url(../img/bg_imagegallery.gif);
		background-position: left top;
		background-repeat: no-repeat;
		padding: 22px 0px 0px 35px;
	}
	
	.GalleryImage {
		width: 185px;
		height: 125px;
		float: left;
		margin: 0px 25px 0px 25px;
	}
	

/* ################  StartpageFooter ######################### */


#StartpageFooterLeftContainer {
	 	width: 465px;
		float: left;
		padding-bottom: 60px;
		margin-right: 30px;
	}

#StartpageFooterRightContainer {
	 	width: 465px;
		float: left;
		padding-bottom: 60px;
	}


#StartpageFooterRightContainer .csc-default, #StartpageFooterLeftContainer .csc-default {
		background-color: #eee;
		border: 1px solid #ccc;
		padding: 15px 15px 7px 15px;
		margin-bottom: 30px;
}

/* ################  Header ######################### */

#HeaderContainer {
	width: 975px;
	height: 150px;
	position: absolute;
	top: 0px;
	z-index: 2;
}

	#HeaderLogo {
		width: 296px;
		float: left;
	}
	
	#HeaderMenuContainer {
		width: 533px;
		padding-right: 15px;
		margin-top: 56px;
		float: left;
	}


	#HeaderContact a {
		width: 116px;
		height: 32px;
		margin-top: 37px;
		margin-right: 15px;
		background: url("../img/kontakt.gif") 0px 0px no-repeat;
		display: block;
		float: right;
	}

	
	#HeaderContact a:hover {
		background-position: 0px -32px;
	}
	



/* ################  Headermenue ######################### */


ul#HeaderMenu { float: right; }

ul#HeaderMenu li {
	display: inline;
	list-style: none;
	float: left;
	margin-left: 7px;
	padding-left: 8px;
	background: url("../img/separator.gif") 0px 2px no-repeat;
}

ul#HeaderMenu li.first {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul#HeaderMenu a:link, ul#HeaderMenu a:visited {
	font-size: 12px;
	color: #777;
	background-color: inherit;
	text-decoration: none;
}

ul#HeaderMenu a:hover {
	font-size: 12px;
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

ul#HeaderMenu a.active:link, ul#HeaderMenu a.active:visited {
	font-weight: bold;
	color: #777;
	background-color: inherit;
	text-decoration: none;
}

ul#HeaderMenu a.active:hover {
	font-weight: bold;
	color: #000;
	background-color: inherit;
	text-decoration: none;
}




/* ################  Leftmenue ######################### */

#StartpageMenuContainer {
	height: 340px;
	}

ul#LeftMenu {
margin: 7px 0px 0px 0px;
padding: 0px;
border-bottom: 1px solid #ddd;
}

ul#LeftMenu a {
text-decoration: none;
display: block;
}

ul#LeftMenu a:visited {
text-decoration: none;
}

ul#LeftMenu a:hover{
text-decoration: none;
}

ul#LeftMenu li {
margin: 0px;
padding: 0px;
list-style: none;
height: 100%;
}



li.Maincat {
border-top: 1px solid #ddd;
font-weight: normal;
font-size: 14px;
height: 100%;
padding: 8px 0px 8px 0px;
color: #000;
background-color: #f4f4f4;
}

li.Maincat a:link, li.Maincat a:visited {
height: 100%;
padding: 8px 0px 8px 0px;
color: #000000;
background-color: #f4f4f4;
}

li.Maincat a:hover {
height: 100%;
padding: 8px 0px 8px 0px;
color: #000;
background-color: #eee;
}


li.MaincatActive {
padding-left: 16px;
font-weight: bold;
color: #000;
background: url("../img/arrow_blue.gif") left center no-repeat;
background-color: #eee;
}

li.MaincatActive a:link, li.MaincatActive a:visited {
padding-left: 16px;
font-weight: bold;
color: #000;
background: url("../img/arrow_blue.gif") left center no-repeat;
background-color: #eee;
}

li.MaincatActive a:hover {
padding-left: 16px;
font-weight: bold;
color: #000;
background: url("../img/arrow_blue.gif") left center no-repeat;
background-color: #ddd;
}

ul.Subcat {
padding-bottom: 10px;
}

ul.Subcat li {
font-weight: normal;
font-size: 12px;
height: 100%;
color: #000000;
background-color: #eee;
padding: 4px 0px 4px 25px;
background-image: none;
}

ul.Subcat li a:link, ul.Subcat li a:visited {
font-weight: normal;
height: 100%;
color: #000000;
background-color: #eee;
padding: 4px 0px 4px 25px;
background-image: none;
}

ul.Subcat li a:hover {
font-weight: normal;
height: 100%;
padding: 4px 0px 4px 25px;
color: #000000;
background-color: #ddd;
background-image: none;
}

ul.Subcat li.SubcatActive a:link, ul.Subcat li.SubcatActive a:visited, ul.Subcat li.SubcatActive a:hover {
font-weight: bold;
}



/* jPlayer */

#jp_container_1 {
	background: url("../img/playbuttontext.gif") 60px 40px no-repeat;
}

div.jp-interface {
	position: relative;

}

div.jp-controls-holder {
	clear: both;
	position: relative;
	overflow: hidden;
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	float: left;
	display: inline;
}

div.jp-interface ul.jp-controls a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

a.jp-play {
	display: block;
	width: 43px;
	height: 73px;
	color: inherit;
	background: url("../img/bt_play.gif") 0 0 no-repeat;
	background-color: inherit;
}
a.jp-play:hover {
	color: inherit;
	background: url("../img/bt_play.gif") 0 -73px no-repeat;
	background-color: inherit;
}
a.jp-pause {
	display: block;
	width: 43px;
	height: 73px;
	color: inherit;
	background: url("../img/bt_pause.gif") 0 0 no-repeat;
	background-color: inherit;
}
a.jp-pause:hover {
	color: inherit;
	background: url("../img/bt_pause.gif") 0 -73px no-repeat;
	background-color: inherit;
}
