/**
* CSS Styles Piesendorf
*
*
**/




body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000;
	background-color: #e1e1e1;
}

div#containerSite {
	width: 995px;
	/* 996 */
	margin: 0 auto 0 auto;
	border: 1px solid #fff;
	border-top: none;
}

div#header {
	height: 115px;
	background-image: url(../images/layout/head.jpg);
	/*background-image: url(../images/layout/head_sommer.jpg);*/
	background-repeat: no-repeat;
}

  div#header a {
    display: block;
    width: 996px;
    height: 115px;
  }
  
  /* Sprachanpassung header */
  body.english div#header {
    background-image: url(../images/layout/head_e.jpg) !important;
  }

div#flashNav {
	height: 289px;
	position: relative;
}

	div#isontaHair {
		position: absolute; 
		right:-261px;
		top:-63px;
		width: 261px; 
		height: 370px;		
		background: url(../images/layout/header_isonta_hair_winter.jpg) no-repeat 0 -4px;
		/*
		background: url(../images/layout/header_isonta_hair.jpg) no-repeat 0 1px;
		*/
	}


div#flashImg {
	background-image: url(../flash/winter/flash_bg.jpg);
		
	/*background-image: url(../flash/sommer/flash_bg.jpg);	
	*/
	height: 257px;
	width: 996px;
}

	/* fun+ card auf der startseite */	
	body#page-1 div#flashImg {			
		/*background-image: url(../flash/sommer/isonta_flash_bg.jpg);	*/
		/*background-image: url(../flash/winter/isonta_flash_bg.jpg);	*/	
	}


div#containerContent {
	background-image: url(../images/layout/bg_content.jpg);
	background-repeat: repeat-y;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

div#sidebarLeft {
	width: 152px;
	float: left;
	padding: 30px 12px 0 30px;
}

.fb-like-box {
    margin-left: -13px;
    margin-bottom: 20px;
}

.formFieldSB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #a5acb2;
}

.formFieldSBButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 8px 0 0 0;
	padding: 2px;
}

form#tx_indexedsearch {
	margin: 0 0 20px 0;
}

.sbImgLink {
	border: 1px solid #e3e7f4;
	margin-bottom: 20px;
}

div#content {
	width: 574px;
	float: left;
	padding: 30px 21px 30px 22px;
}

div#content a {
	color: #a61700;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration: none;
}

div#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	color: #a61700;
	text-decoration: none;
	margin: 25px 0 10px 0;
}
div#content h2.subheadline1, div#content span.subheadline1 {
	display: block;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 22px 0;
	color: #747474;
	font-weight: normal;
	font-size: 10px;
}

div#sidebarRight {
	width: 160px;
	float: left;
	padding: 30px 12px 0 12px;
}


.clearHr {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}


.margin4px {
	margin: 4px 4px 4px 0;
}


.contentBox {
	float: left;
	width: 180px;
	height: 240px;
	background-color: #f0f0f0;
	margin: 9px 4px 0 4px;
	line-height: 12px;
}
.contentBox .boxImg {
	display: block;
	text-align: center;
	padding: 10px 0 10px 0;;
}
.contentBox .boxImg img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}
.contentBox h2 {
	font-size: 10px;
	font-weight: bold;
	color: #014a1c;
	margin: 0 0 5px 0;
	padding: 0 0 5px 5px;
	border-bottom: 1px solid #d3d3d3;
}
.contentBox .boxTxt {
	padding: 0 10px 10px 10px;
	height: 65px;
}

.contentBox a.linkMore, .contentBox a.linkMore:hover {
	text-decoration: none !important;
	display: block;
	font-weight: bold;
	color: #a70303;
	margin: 10px;
	padding-left: 10px;
	background-image: url(../images/layout/bullet_more.gif);
	background-repeat: no-repeat;
	background-position: left;
}


div#content table.dataTable {
	border-collapse: collapse;
	margin: 20px 0 5px 0;
}

div#content table.dataTable tr {
	background: #e1e1e1;
}
div#content table.dataTable tr.rowFirst {
	background: #e1e1e1;
}
div#content table.dataTable tr.rowSecond {
	background: #f0f0f0;
}
div#content table.dataTable tr td {
	border: 1px solid #fff;
	padding: 2px 5px 2px 5px;
	color: #000;
	font-weight: normal;
}

div#content table.dataTable tr td.center {
	text-align: center;
}
div#content table.dataTable tr td.right {
	text-align: right;
}
div#content table.dataTable tr td.left {
	text-align: left;
}

div#content table.dataTable tr.rowHead {
	background: #9c0e0e;
}
div#content table.dataTable tr.rowHead td {
	color: #fff;
	font-weight: bold;
}

div#content table.dataTable tr.rowSubHead {
	background: #c6c6c6;
}
div#content table.dataTable tr.rowSubHead td {
	color: #000;
	font-weight: bold;
}

div#footer {
	padding: 25px 20px 20px 20px;
	color: #999;
	width: 956px;
	margin: 0 auto 0 auto;
	background-color: #e1e1e1;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

div#footerLogo {
	height: 70px;
	width: 130px;
	float: left;
	margin: 0 50px 0 0;
}

div#footerNav {
	margin: 10px 0 10px 0;
}

div#footer a {
	text-decoration: none;
	color: #999;
}
div#footer a:hover {
	text-decoration: none;
	color: #666;
}

div#footer div#footerAdress {
	margin: 10px 0 0 0;
}

div#breadcrump {
	background-image: url(../images/layout/bg_dotted_hor_light.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #8d8d8d;
}

	body#page-1 div#breadcrump {
		display: none;
	}

div#breadcrump a.breadcrumpLink {
	color: #8d8d8d;
	text-decoration: none;
}
div#breadcrump a.breadcrumpLink:hover {
	color: #8d8d8d;
	text-decoration: none;
}



/* Navigation */
.navMainRow {
	background-color: #000;
}
.navMainRow td, .navMainLanguage {
 height: 30px;
 line-height: 30px;
}

.navMainSeason a {
	display: block;
	text-decoration: none;
	color: #f4ca00;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}

.navMainLanguage {
	padding-right: 12px;
	text-align: right;
}

.navMainLanguage img {
	margin-right: 6px;
}


/* Sidebar Left Navigation */
#sbLeftNavContainer {
	margin: 0 0 20px 0;
}

body#page-1 #sbLeftNavContainer {
	display: none;
}

#sbLeftNavContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sbLeftNavContainer a {
	display: block;
	color: #000;
	text-decoration: none;
	line-height: 15px;
	height: 15px;
	padding-left: 16px;
	background-image: url(../images/layout/bullet_sb_nav.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#sbLeftNavContainer a:hover, #sbLeftNavContainer a.active {
	background-image: url(../images/layout/bullet_sb_nav_akt.gif);
}
#sbLeftNavContainer a.active, #sbLeftNavContainer a.active:hover {
	font-weight: bold;
	background-image: url(../images/layout/bullet_sb_nav_akt.gif);
}

ul#sbLeftNavlistSub {
	margin: 0 0 5px 0;
}

ul#sbLeftNavlistSub a {
	display: block;
	text-decoration: none;
	line-height: 14px;
	height: 14px;
	color: #686868;
	font-weight: normal;
	background-image: none;
}
ul#sbLeftNavlistSub a:hover, ul#sbLeftNavlistSub a.active, ul#sbLeftNavlistSub a.active:hover {
	display: block;
	text-decoration: none;
	line-height: 14px;
	height: 14px;
	color: #686868;
	background-color: #ebebeb;
	font-weight: normal;
	background-image: none;
}
#sbLeftNavContainer h2 {
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	font-size: 10px;
	font-weight: bold;
	color: #a70303;
	border-bottom: 1px solid #e1e1e1;
	text-transform: uppercase;
	text-decoration: none;
	background-image: none;
}
#sbLeftNavContainer a.navheadline, #sbLeftNavContainer a.navheadline:hover {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #a70303;
	font-weight: bold;
	background-image: none;
}

/* Sidebar Left Quicknavigation */
#sbLeftQuicknavContainer {
	margin: 0 0 20px 0;
}
#sbLeftQuicknavContainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sbLeftQuicknavContainer a {
	display: block;
	height: 26px;
	background-image: url(../images/layout/icon_home.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	line-height: 26px;
	text-decoration: none;
	color: #000;
}
/*#sbLeftQuicknavContainer a:hover {
	font-weight: bold;
}*/
#sbLeftQuicknavContainer a.sbLeftNavHome {
	background-image: url(../images/layout/icon_home.gif);
}
#sbLeftQuicknavContainer a.sbLeftNavNPHT {
	background-image: url(../images/layout/icon_npht.gif);
}
#sbLeftQuicknavContainer a.sbLeftNavWetter {
	background-image: url(../images/layout/icon_wetter.gif);
}
#sbLeftQuicknavContainer a.sbLeftNavMap {
	background-image: url(../images/layout/icon_map.gif);
}
#sbLeftQuicknavContainer a.sbLeftNavGallery {
	background-image: url(../images/layout/icon_gallery.gif);
}

#sbLeftQuicknavContainer a.sbLeftNavHome:hover {
	background-image: url(../images/layout/icon_home_akt.gif);
}
#sbLeftQuicknavContainer a.sbLeftNavNPHT:hover {
	background-image: url(../images/layout/icon_npht_akt.gif);
}
#sbLeftQuicknavContainer a.sbLeftNavWetter:hover {
	background-image: url(../images/layout/icon_wetter_akt.gif);
}
#sbLeftQuicknavContainer a.sbLeftNavMap:hover {
	background-image: url(../images/layout/icon_map_akt.gif);
}
#sbLeftQuicknavContainer a.sbLeftNavGallery:hover {
	background-image: url(../images/layout/icon_gallery_akt.gif);
}



/* Nav Anreise */

#anreise_button_container
{
margin: 10px 0 0 0;
padding: 0;
height: 20px;
}

#anreise_button_container ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#anreise_button_container ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#anreise_button_container ul li a
{
background: #fff;
width: 85px;
height: 18px;
border-top: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
border-right: none;
padding: 0;
margin: 0 0 10px 0;
color: #000;
text-decoration: none;
display: block;
text-align: center;
font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
font-size: 10px;
font-weight: normal;
line-height: 18px;
}

#anreise_button_container ul li a.last {
	border-right: 1px solid #ebebeb;
}

#anreise_button_container ul li a:hover
{
color: #000;
background: #eaeaea;
}

#anreise_button_container a:active
{
background: #ebebeb;
color: #fff;
}

#anreise_button_container li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

div.anreise_text_show {
	padding: 20px;
	display: block;
}
div.anreise_text_hide {
	display: none;
}

div.anreise_img_box {
	width: 290px;
	height: 233px;
	background-image: url(../images/layout/anreise/karte_piesendorf.gif);
	background-repeat: no-repeat;
}



.kurventreffenForm input, select {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.kurventreffenForm .formFieldText {
	width: 200px;
	margin: 2px;
	padding: 2px;
}


.partnerBox {
	float: left;
	width: 180px;
	background-color: #f0f0f0;
	margin: 9px 4px 0 4px;
	line-height: 12px;
}
.partnerBox .boxImg {
	display: block;
	text-align: center;
	padding: 10px 0 10px 0;;
}
.partnerBox .boxImg img {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}

p.bodytext {
    margin: 0;
    padding: 0;
}

td.highlightCell {
  background: #0086b3;
  color: #fff !important;
  /*font-weight: bold !important;*/
  
}

.tx-cngallery-pi1 {
	padding-top: 20px;
}
.cn_gallery-albumlist .cn_gallery-album {
	width: 270px;
	height: 270px;
	background: #eaeaea;
	float: left;
	margin: 0 9px 10px 0;
}
.cn_gallery-albumlist .cn_gallery-album a h2 {
	padding: 5px 10px;
	font-size: 11px;
}

.cn_gallery-thumbs .cn_gallery-thumb {
	width: 190px;
	margin-bottom: 10px;
	float: left;
}

/* ### TABELLEN ### */
div#content table.contenttable {
	width: 100%;
	border-collapse: collapse;
}

div#content table.contenttable thead tr {
	background: #9C0E0E !important;
	color: #FFFFFF;
}

div#content table.contenttable tr {
	background: #F0F0F0;
}

div#content table.contenttable tr:nth-child(2n+1) {
	background: #E1E1E1;
}

div#content table.contenttable tr.even {
	background: #FFFFFF;
}

div#content table.contenttable td, div#content table.contenttable th {
	padding: 2px 5px;
	border: 1px solid #FFFFFF;
	text-align: center;
}

div#content table.contenttable td:first-child, div#content table.contenttable th:first-child {
	text-align: left;
}















/* YOUTUBE ------------------------------------------------------------- */
.youtubeVideoPlayerBox .desc,
.youtubeVideoPlayerBox .socialSharing,
.youtubeVideoPlayerBox .channelLink { display: none; }
			
		#videoListContainer { margin-top: 40px; }
		#videoListContainer .videoListEntry {
			width: 262px;
			height: 118px;
			padding: 9px;
			margin-right: 10px;
			margin-bottom: 10px;
			float: left;
			/*background-color: #b10015;*/
			border: 1px solid #fff;
			overflow: hidden;
			position: relative;
		}
			/*#videoListContainer .videoListEntry:hover {
				background: #253d8a url(../img/layout/winter/btn_youtube_play.jpg) no-repeat bottom right;
			}*/
			#videoListContainer .videoListEntry .videoImg {
				width: 118px;
				height: 118px;
				overflow: hidden;
				float: left;
				margin-right: 10px;
			}
			#videoListContainer .videoListEntry .videoText {
				height: 108px;
				background-color: #EAEAEA;
				padding: 5px;
			}
			#videoListContainer .videoListEntry .videoHeadline {
				font-weight: bold;
				color: #A61700;
				margin-bottom: 10px;
			}
			#videoListContainer .last { margin-right: 0px; }
	
/* YOUTUBE END --------------------------------------------------------- */

