/**
* CSS Styles Piesendorf
*
*
**/


.clear { clear: both; }

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: 996px;
	margin: 0 auto 0 auto;
	border: 1px solid #fff;
	border-top: none;
}

div#header {
	height: 115px;
	background-image: url(../images/layout/head.jpg);
	background-repeat: no-repeat;
}

div#flashNav {
	height: 289px;
}

div#flashImg {
	background-image: url(/fileadmin/template/images/layout/flash_img.jpg);
	height: 257px;
	width: 996px;
}
div#flashHeaderImg {
	background-image: url(/fileadmin/template/images/layout/flash_img.jpg);
	height: 257px;
	width: 996px;
}

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;
}

.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;*/
	border: none;
	margin-right: 10px;
}

#sidebarLeft .social-links a {
    display: block;
    float: left;
    margin-right: 8px;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    background: url(../images/layout/social-sprite.png) no-repeat;
    outline: none;
}

#sidebarLeft .social-links a.blog { background-position: 0px -40px; }
#sidebarLeft .social-links a.youtube { background-position: 0px -80px; }
#sidebarLeft .social-links a.flickr { background-position: 0px -120px; }

#sidebarLeft .tourenguide-banner {
	margin-top: 25px;
}

	#sidebarLeft .tourenguide-banner img { border: none; }

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, h2 {
	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#footer div#footerBanner { margin-top: 15px; }

div#breadcrump {
	background-image: url(../images/layout/bg_dotted_hor_light.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #8d8d8d;
}

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 div#langLinkCont {
	text-align: right;
	position: absolute;
	top: 379px;
	left: 50%;
	margin-left: 315px;
	width: 182px;
	height: 30px;
}

.navMainLanguage img {
	margin-right: 6px;
}


/* Sidebar Left Navigation */
#sbLeftNavContainer {
	margin: 0 0 20px 0;
}

#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.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);
}



/* 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;
}


.formFieldAnfrage, .formFieldTextarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
