/*****************************************************************************************************
*   style.css      Juerg Gloors Stylesheet fuer die Webseite Gutnisdorf.de                           
*                  (c) 2008 ff Dipl.Ing. Jürg Gloor, alle Rechte vorbehalten  
*                  20.04.10 glo: überarbeitet für Newsletter
*                  29.07.08 glo: neu
*
******************************************************************************************************


/* Allgemeine Texteigenschaften */



h1,h2,h3,h4,h5,h6,div,p,body,html {    
	font: normal 13px Verdana,Arial,Helvetica,"Sans Serif";
	padding: 0.5em 0 0 0;
	margin: 0;
	color: #402020;
}

li {           /* Aufzählungen */
	padding-top: 0.2em;
}

a {            /* Link */
	color:#803030;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {      /* Link mit Maus drauf */ 
	color:#014b03;
    font-weight: bold;
 	text-decoration: underline;
}

/* Überschriften */ 
h1 { 
	font-size: 16px;
	font-weight: bold;
    padding-top: 1.0em;
}

h2 { 
	font-size: 14px;
	font-weight: bold;
    padding-top: 1.0em;
}

h3 { 
	font-size: 13px;
	font-weight: bold;
}
h4 { 
	font-size: 16px;
        color: white;
	font-weight: bold;
}
/* Allgemeie Eigenschaften für img und div */
img.block {
	display:block;
}

div, img {
  	margin:0;
  	padding:0;
  	border:0;
	overflow:visible;
}

/* Seitenelemente */
div#container {                /* Das ist die Hauptseite */
  width:1000px;
  margin: 0 auto;
  border:1px solid silver;
  background: url(hintergrund-einfarbig.jpg) center repeat-y;
  float: left;
  margin-left: 20px; 
  margin-bottom: 10px;
}
div#werbung {                /* Werbelinks unten oder rechts auf der Seite */
  float: left;
  margin-top: 8px;
  margin-left: 25px;
  width: 200px;
  clear: none;
}
div#werbung .bodytext {
  font-size: 9px;
  padding-top: 0;
}
div#werbung .csc-textpic {
  margin-bottom: 8px;
}

/* Gestaltung der Kopfleiste */
div#header { 
	display:inline /*Fix IE floating margin bug*/; 
    background: url(hintergrund-footer.jpg) repeat-y;
	overflow:visible; 
}

div#header-bild {
	position:absolute;
	z-index: 20;
	margin-left: 0px;
	margin-top: 0px; 
	float:left;
}
div#header-datum {
	position:absolute;
	z-index: 30;
	margin-left: 8px;
	margin-top: 4px; 
	width: 163px;
	text-align: right;
	color: #d4d7ac;
	font-size: 10px;
}
div#header-klickpfad {
	position:absolute;
	z-index: 40;
	margin-left: 204px;
	margin-top: 4px; 
	width: 400px;
	text-align: left;
	color: #d4d7ac;
	font-size: 10px;
}
div#header-klickpfad a {
	color: #d4d7ac;
}
div#header-menu {
	position:absolute;
	z-index: 60;
	margin-left: 640px;
	margin-top: 7px; 
	width: 350px;
	text-align: right;
	font-size: 12px;
}

div#header-titel {
    position: absolute;
    z-index: 70;
    margin-left: 204px;
	margin-top: 132px;
    color:#202020;  
    height: 28px; 
	width: 780px;
}
div#header-titel h1 {
    padding-top: 0.1em;
	color: #803030;
	font-size: 18px;
	font-weight: bold;
}

/* Überschriftenzeile */
div#top a {
   text-decoration: none;
   color:#101010;
   }
div#top a:hover {
   text-decoration: none;
   color:#700000;
   font-size: 110%;
   }

/* Seiteninhalt Gesamt */
div#seiteninhalt {
	clear: both;
	margin-top: 170px;
}

/* linke Spalte */

div#links { 
	float: left;
	width: 180px;
	max-width:180px; 
	padding-left: 0;
	padding-top:10px;
	padding-bottom:10px; 
	background: url(hintergrund-links.jpg) left repeat-y;
	background-color:#f8f6bb;
}


div#menuelinks {     /* Menüblock auf der linken Seite */
    padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	width: 172px;
}

div#caesarbooking {  /* Caesar Buchungsmaske (klein) */
    background: url(hintergrund-footer.jpg) left repeat-y;
	padding-bottom: 5px;
	padding-left: 8px;
	}
div#caesarbooking h2 {  /* Caesar Buchungsmaske (klein) */
	color: red;
	}

div#gruppenlogo {
	width:172px; 
	padding-top:0px;
	padding-bottom:4px;
        padding-left: 8px;
}

div#suche {
	width:172px; 
	padding-top:5px;
	padding-bottom:0px;
    padding-left: 8px;
}

div#textlinks {
	width:172px; 
	padding-top:5px;
	padding-bottom:5px;
    padding-left: 8px;
}

/* Mittelteil mit Haupttext */
div#center { 
	padding-left: 25px;
	width:545px; 
	float: left;
	clear: none;
	padding-bottom: 10px;
}
div#center .csc-firstHeader {
	font-size: 18px;	
	color: #402020;
	font-weight: bold;
}
/* div#center ul {    Aufzählungen im Mittelteil */
.csc-textpic-text ul {    /* Aufzählungen im Mittelteil */
	list-style-image: url(ballbullet.gif);
	background: #f8f6bb; 
	padding: 8px;
	padding-left: 24px;
}

div#center .contenttable {
	margin-top: 3px;
	width: 545px;
}

.csc-textpic-caption {
	margin-top: -35px !important; 
	margin-left: 8px !important;
	z-index: 200;
}


/* rechte Spalte */
div#rechts { 
	width:215px; 
	height:auto;
	float:right; 
	text-align:left; 
	padding: 0px;
	background: url(hintergrund-rechts.jpg) right repeat-y;
	background-color:#ede292;
	visibility: visible;
}
div#rechts h1 { 
	font-size: 14px !important;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 0.2em !important;
	padding-top: 0.2em !important;
/*	margin-top: 8px; */
	padding-left: 5px;
}
div#rechts h2, h3 { 
	font-size: 13px !important;
	font-weight: bold;
	padding-top: 0.2em !important;
	padding-bottom: 0 !important;
	padding-left: 5px;
}
div#rechts p { 
	padding-top: 0.1em !important;
	padding-bottom: 0.1em !important;
	padding-left: 5px;
	padding-right: 8px;
}
div#rechts .tx-veguestbook-pi1 {
	margin-top: 0;
	border: none;
}	

div#rechts .csc-header, 
div#rechts .tx-guestbook-header {
	margin-top: 8px;
	background: url(titel-hintergrund-rechts.jpg) right repeat-y;
}
div#rechts .news-list-morelink {
	padding-left: 5px !important;
}

.float-left { 
	float:left; 
}

/* Fußleiste */
div#footer {
	clear:both;
    background: url(hintergrund-footer.jpg) repeat-y;
    margin: 0;
	text-align: center;
}

div#footerdata h1 {
	padding: 0.2em;
}
div#footerdata .contenttable {
	margin-left: 140px;
	margin-right: 140px;
}
div#footerdata table td,
div#footerdata table th {
	clear:both;
	padding:2px 7px 2px 7px; 
	border: none; 
	background-color:#d4d7ac; 
	text-align:left; 
	empty-cells:show; 
}
div#footerref p {
	padding-top: 0;
	font-size: 11px;
}

/* 2-stufiges Menü links mit Aufklappen der zweiten Ebene */
/* Verborgene Hifselemente */
span.hidden {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	overflow:hidden;
	display:inline;
}

/* Generelle Menüeigenschaften */
ul.mainmenu * {
	margin: 0px;
	padding: 0px;
	color: black;
}

ul.mainmenu .cur {
	color: green;
}

ul.mainmenu .act {
	color: blue;
}

/* Menüeigenschaften erste Ebene */
ul.mainmenu, ul.mainmenu ul {
    list-style-type: none;
    width: 180px;
    font-weight:bold;
    margin: 0;
    margin-left: -8px;
    padding-left: 0;
	z-index: 100;
}

ul.mainmenu a {
    display: block;
    width: 180px;
    height: 20px;
    background: url(menue1.jpg) no-repeat;
    border: 1px solid silver;
    text-decoration: none;
}

ul.mainmenu li {
    display: block;
    padding:0;
    float:left;
}

/* Attribute Mouseover erste Menüebene */
ul.mainmenu li a:hover {
   background-color: #ffcfcf;
   background: url(menue1-hell.jpg) no-repeat;
}

/* Attribute Mouseover zweite Menüebene */
ul.mainmenu ul {
    margin-left:120px;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    background-color: #c0c0c0;
    display:none;
    min-width:110px;
    width:180px;
    z-index: 200;
}

ul.mainmenu ul a {
    padding: 0 0px;
    background: url(menue1-dunkel.jpg) no-repeat;
}

ul.mainmenu ul li a:hover {
   background-color: #ffffff;
   background: url(menue1-hell.jpg) no-repeat;
}


ul.mainmenu ul.hover, ul.mainmenu li.hover ul, ul.mainmenu li:hover ul  {
    display:block;
}

ul.mainmenu ul li {
    float:left;
    background-color:#ede292;
}

/* Tabellen */

.contenttable {
	font-size: smaller; 
	border:solid 1px white; 
	background-color:#f8f6bb; 
	text-align:left; 
	empty-cells:show; 
}

.contenttable td, .contenttable th {
        font-weight: bold;
        border: 1px solid white;
	padding:2px 7px 2px 7px; 
}

table#previewPane td {
	padding: 0;
}

/* Style für powermail */

span.powermail_mandatory {
	color: red;
}
input.validation-failed,     /* Feld nach falscher Eingabe */
textarea.validation-failed {    
	background-color: #ffbbbb;
}
div.powermail_mandatory_js {
	color: red;
	margin: 3px 0 15px 120px;
}
fieldset.tx-powermail-pi1_fieldset {     /* gesamter Eingabeblock */
	border: 1px solid #A5ACB2;
	background-color: #f8f6bb;
	padding: 2px;
}
fieldset.tx-powermail-pi1_fieldset label {  /* Feldbeschriftung */
	display: block;
	width: 180px;
	float: left;
	clear: both;
	font-size: 90%;
}
fieldset.tx-powermail-pi1_fieldset legend {   /* interne Blockbezeichnung */
	display: none; 
}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset textarea {  /* Eingabefelder */
	width: auto;
	color: black;
	padding-top: 0;
}

p.tx_powermail_pi1_fieldwrap_html_radio_title {
   clear: both;
   float: left;
   width: 180px;
   display: inline;
}

div.powermail_radio_inner label {
   clear: none;
   width: 80px;
   display: inline;
}

.powermail_radio_inner {
}

/* Datumsbestätigung von date2cal in powermail */
div#uid11_msgCnt, div#uid12_msgCnt, div#uid13_msgCnt, div#uid14_msgCnt, div#uid15_msgCnt, div#uid16_msgCnt {
display: none;
}

img.tx-srfreecap-pi2-image {
    float:left;
}
.tx-srfreecap-pi2-cant-read {
}


div.tx_powermail_pi1_fieldwrap_html {
	margin: 3px 0;
}

input.jscalendar_cb {   /* Checkbox vor Datumseingabe nicht anzeigen */
	display: none;
}
/* span#uid15_msgCnt, span#uid16_msgCnt { /* Diagnosetexte zur Datumseingabe ausblenden */
/*	display: none;
} */
div#uid15_msg, div#uid16_msg {
	color: #f8f6bc;
	font-size: 5%;
}

div#uid15_msg.error, div#uid16_msg.error {
	display: block;
	color: red;
	font-size: 100%;
	font-weight: bold;
}

img.date2cal_img_help {   /* Hilfesymbol zur Datumseingabe ausblenden */
	display: none;
}

input.powermail_submit {   /* Sendeknopf */
	margin: 20px 0px;
	font-weight: bold;
	border: 1px solid #444;
	width: 130px;
}

td.powermail_all_td {
	padding: 3px 10px 3px 0;
}

.tx-powermail-pi1_thx {
	background: #f8f6bb;
}

/* Gästebuch ***************************************************************** */
.tx-guestbook-entry {              /* Zitat im Teaser */
	font-style: italic;
}
.tx-veguestbook-pi1 {
    font-size:100%;
    background: #f8f6bb; 
	margin-top: 8px; 
	border: 1px solid silver;
}
/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight:bold;
	color:#990000;
}	
/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result {
	font-weight:bold;
	float:left;
}
/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size:75%;
	font-weight:bold;
	float:right;
}	
/* styles for list mode */
.tx-veguestbook-pi1 h2.tx-guestbook-header {
	clear:both;
	background:#d4d7ac;
	color: black;
	display:block;
	font-size:100%;
	font-weight:bold;
	padding-left: 5px;
	padding-top: 5px;
}
div#rechts .tx-veguestbook-pi1 h2.tx-guestbook-header {
	background: url(titel-hintergrund-rechts.jpg) right repeat-y;
	color: #ffffff;
	font-size: 14px !important;
}
.tx-veguestbook-pi1 .tx-guestbook-left {
	float:left;
	width:158px;
	min-height:2em;
	padding: 5px;
	height:2em;
	display: none;
}
.tx-veguestbook-pi1 .tx-guestbook-left p {
	color:#333;
} 
.tx-veguestbook-pi1 .tx-guestbook-right {
	float:left;
	margin-left: 90px;
	width:435px;
	background:#FFF;
	padding: 5px;
}
/* styles for latest mode */
.tx-veguestbook-pi1 .tx-guestbook-latest p,
.tx-veguestbook-pi1 .tx-guestbook-right p {
	padding-top: 2px;
	color:#333;
}
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
    font-weight: bold;
}
.tx-veguestbook-pi1 .tx-guest8pbook-right .tx-guestbook-date {
    width: 160px;
	float: left;
} 
.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	font-size:100%;
	color:#990000;
	font-weight:bold;
	background:none;
}
.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	font-size:75%;
	color:#333;
	font-style: italic;
}
.tx-veguestbook-pi1 .tx-guestbook-latest {
	display:block;
	padding:0.25em;
	clear:both;
}
/* form styles */
.tx-veguestbook-pi1 .tx-guestbook-field {
	clear:both;
	width:100%;
	display:block;
	padding: 1em 0;
}
.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display: block;
	float: left;
	width: 10em;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float:left;
	width:10em;
}
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
	float:left;
	width:20em;
}
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
	width: 30em;
	display: block;
	float: left;
}
.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color:#990000;
}
.tx-veguestbook-pi1 fieldset {
	border:none;
}
.tx-veguestbook-pi1 legend {
	display:none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	float:left;
	display:block;
	background:#F7F7F7;
	border:1px solid #CCC;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap {
	margin-left:2.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap img {
	float:left;
	display:block;
	padding-left:0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap input {
	float:left;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap label {
	clear:both;
	display:block;
	float:none;
	width:10em;
	margin-bottom:0.5em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap p {
	font-size:75%;
	padding:0.25em;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
	display:none;
}
.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
	color:#990000;
}
.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
}
.tx-veguestbook-pi1 input.tx-guestbook-submit {
	width:auto;
	display:block;
}

/* Eigenschaften für Iframes (eingebundene Fremde Seiten) */

/*.tx-ffiframe-pi1 {
	position: absolute;
	margin: -140px 0;
	z-index: 100;
}
*/

/* Style für fotobook */

div#fotobookdir { 
	width: 250px; 
	padding-left: 8px;
	float: left;
	clear: none;
}

/* Style für tt_news */
.tx-ttnews-browsebox {
	display: none;
}

