/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
/*font-family:Georgia,"Bitstream Vera Serif","Times New Roman",serif;*/

    font-size: 12px;
    text-align: center;
    color: #333;
    background: #e0e0e0;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .1em 0 .1em 0;
	padding-bottom: 0.1em;
  /* background-color: #CCC;
   border-top: 1px solid #AAA;
   border-bottom: 1px solid #AAA;
   color: #9B1313; */
	
}
h1 { font-size: 150%; letter-spacing: .2em;}
h2 { 
      font-size: 140%; letter-spacing: .2em;
      color: #C40;
   }
h3, h3 a, h3 a:visited  {
      font-size: 110%; letter-spacing: .05em;
      margin-top: 0;

   }
h4 { font-size: 100%; letter-spacing: .1em }

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #33f;
    border-bottom: 1px dotted #33f; 
}
a:visited { color: #33f; border-color: #33f; }
a:hover { color: #630; border-color: #630; text-decoration: none; }
a:active { color: #93f; border-color: #93f }


a img, img {
    border: none;
}

a.nounderlined_link, a.nounderlined_link:visited, a.nounderlined_link:link { border-bottom: none; }


ul {
    list-style: disc;
    margin: 0 0 20px 1em;
}
li {
    list-style: disc;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {
    width: 950px; /* ex:  770px */
    margin: 0 auto;
    text-align: left;
    background: url(images/tile.gif) repeat-y;
}

#content {
    float: left;
    text-align: left;
    width: 870px;
    margin: 20px 0 0 30px;
    padding: 0;
   /* line-height: 1.5em;*/
}

.Info_Box
{
   border: 1px solid #996666;
   background: #FFDDDD;
   padding: 10px;
}

a.editlink
{
   float: right;
}
a.editorlink  /* Link nur fuer Editor sichtbar */
{
    border-bottom: 1px solid #F00; 
}

/* Special text formatting 
------------------------------------------------------------------------------- */


h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    background-color: red;
    color: #fff;
}
.message {
    background-color: green;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
    background: #e0e0e0 url(images/top_div.jpg) no-repeat top left;
    position: relative;
    height: 100px;
}

#header h1 {
    margin: 0;
    padding: 30px 60px 30px 40px;
    color: #fff;
    text-shadow: #81A75B 2px 2px 2px;
  /*  background: url(images/top_h1.gif) no-repeat bottom left;*/
 }
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}


/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}

/* Small searchbox */
.searchbox
{
  float: right;
  text-align: right;
  vertical-align: top;
  width: 250px;
}

.searchbox input
{
   display: inline;
   border: solid 1px #666666;
   background-color: #DDDDDD;
   margin: 0px 2px 0px 2px;
   padding: 0px;
   height: 15px;
   font-size: 1em;
}

/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

/*.post h3 {
    margin-top: 0;
    color: #f63;
}/*
.post ul li {
	margin-left: 0em;
}



/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}

/* NavBar 
------------------------------------------------------------------------- */

#navbar {
    margin: 1px 0px 0 30px;
    padding: 79px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    background: none;
   /* border: solid 1px #000000; */
}

/* Admin Links 
------------------------------------------------------------------------- */

#adminlinks
{
    float: right;
    margin: 4px 20px 4px 4px;
    font-size: 85%;
}

#adminlinks a { color: #333333; }


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    margin: 0 481px 0 30px;
    padding: 23px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
    background: url(images/sidebar_bg.gif) no-repeat 0 0;
}

#sidebar h2 {
    padding: 25px 0 0 35px;
    color: #666;
    background: url(images/sidebar_icon.gif) no-repeat 5px 15px;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar ul, #sidebar p {
    padding: 5px 15px 1em;
    margin-left: -5px;
}

#sidebar ul { margin-bottom: 1em }
#sidebar ul ul { margin-bottom: 0; border-bottom: 1px solid #ddd; }
#sidebar ul ul ul { border-bottom: none; margin-bottom: 0; }
#sidebar ul li ul li { background: url(images/tictac_green.gif) no-repeat 0 6px; }


/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
    padding: 0 0 9px 0;
    font-size: 85%;
    color: #ddd;
    background: url(images/bottom_sill.gif) no-repeat bottom left;
}

#footer p {
    padding: 2px 320px 2px 30px;
    background: url(images/bottom_sash.gif) no-repeat top left;
}

#footer a {border-bottom: none;}


/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

/* Zwinglis Entries - List
------------------------------------------------------------------------------- */
.entrytable 
{
   border-spacing: 0px;
   width: 100%;
   margin: 0px;
   padding: 0px;
   border-collapse:collapse;
   
}

.entrytable tr 
{
   vertical-align: top;
   padding: 0px;
   margin: 0px;
}


.entrytable tr th
{
  padding: 4px 2px 4px 4px;
  width: 214px;
  background: url(images/tabletab_red.gif) repeat-y;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.entrytable tr th a:visited, .entrytable tr th a:visited /* IE */
{
  color: #FFFFFF;   
  border-bottom: #FFFFFF;
  
}

/*
.entrytable tr th:last-child
{
  width: auto;
  background: none;
}*/



.entrytable tr th a
{
  color: #FFFFFF;
  border-bottom: 1px dotted #fff;   
}
.entrytable tr th a:hover
{
  color: #9999FF;
  border-bottom: 1px dotted #9999FF;   
}

.entrytable tr th #subtitle
{
   font-size: 70%;
}

/*.entrytable tr th:first-child
{
  background:  #9B3737 url(images/tableborder_th_left_s.gif) repeat-y;
} */
/*.entrytable tr th:last-child
{
  border-right: 1px solid #660000;
}*/

.entrytable tr th.inactive
{
  background: url(images/tabletab_gray.gif) repeat-y;
  color: #ffffff;

}
 
.entrytable tr th.inactive:last-child
{
}





.catimg 
{
   padding: 0px 0px 0px 2px;
   margin: 0px;
   border-right: 2px solid #FFFFFF; 
  /* border: 1px solid #333333;*/
}
td.catimg
{
  background:  #DDDDDD url(images/tableborder_left.gif) repeat-y;
}

.catimg img 
{
   padding: 0px;
   margin: 0px;
}

.subtitle td
{
   background: url(images/tabletab_red.gif) repeat-y;
   background-position: bottom;
   font-size: 80%;
   color: #FFFFFF;
   text-align: center;
   font-weight: bold;
}

tr.cat_subtitle_archived td,
tr.cat_subtitle td
{
   background-color: #9B3737;
   font-size: 80%;
   text-align: left;
   font-weight: bold;
   padding: 2px 4px 2px 4px;
   color: #FFFFFF;
} 

tr.cat_subtitle_archived td
{
   background-color: #666666;
}


.cat_subtitle
{
   padding: 13px 3px 3xp 4px;  
} 

.entrytable tr td.entryrow
{
  vertical-align: top;
  padding: 6px 2px 2px 2px; /* 6 4 2 4 */
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
   border-right: 2px solid #FFFFFF; 
   /*  border-right: 1px solid #CCCCCC;*/
  background:  #DDDDDD url(images/tableborder_left.gif) repeat-y;
}



.entrytable tr td table tr td
{

 /* background:  none;*/
}


/* Inner Table */
.entrytable table
{
   width: 100%;
   border-spacing: 0px;
   border:  solid #999999 1px;
   background-color: #CCCCCC;
}
.entrytable table tr.entryline td
{
  padding: 5px 5px 5px 5px;
  margin: 0px;
  border: 0px;
  border-top: dotted 2px #FFFFFF;
 /* border-bottom: solid 1px #FFFFFF;*/
  background:  none;
}

.entrytable table tr 
{
   vertical-align: top;
   padding: 0px;
   margin: 0px;
}

.entrytable table .title,
.entrytable table .title_unpublished,
.entrytable table .UNPUBLISHED,
.entrytable table .PUBLISHED
{ font-weight: bold; }

.entrytable table .title_unpublished,
.entrytable table .UNPUBLISHED A
 { color: #444444; font-style: italic;}


.entrytable .morelink { text-align: center; font-size: .9em; font-weight: noraml; border-bottom: 1px solid #999999; /*border-top: 1px solid #999999;*/ margin-bottom: 15px;  padding-top: 1px; padding-bottom: 5px; }

.cat_l_image tr
{
  padding: 0px;
  
  border: 1px red solid;
}

.cat_l_image td img
{
   padding: 0px;
   margin: 0px;
}


/* Entrylist */

.headinglist
{
   font-size: 1.0em;
   line-height: 1.1em;
   padding-bottom: 2em;
    /*   background: #CCCCCC;*/
   
}

.headinglist .title
 { 
   font-size: 100%; font-weight: bold; padding: 0px 0px 0px 0px;  margin: 0px 0px 0px 0px;
   color: #9B1313; /* #9B3737; */ /* #C40;  */
   letter-spacing: 0.1em;
   text-align:center;
   font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;   
 }
.headinglist .heading 
 { 
    font-size: 80%; padding: 0px 0px 0px 4px; margin: 0px 0px 0px 0px;
   /* background-color: #CCCCCC;*/

 }
.headinglist .date 
   { 
    text-align: center; font-size:  80%; color: #333333; font-weight: bold; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
 /* border-bottom: 1px #AAA solid;
  background: #CCC;*/
   }
.headinglist .imagediv
{
   text-align:center;  
   padding-top: 3px;
   padding-bottom: 3px;
   /* background-color: #CCCCCC;*/
   
}
.headinglist .imagediv img
 { 
 font-size: 100%; width: 150px; padding: 0px; margin: 0px;
 border-top: 1px solid #bbbbbb;
 border-left: 1px solid #bbbbbb;
 border-bottom: 1px solid #999999;
 border-right: 1px solid #999999;
 }
.headinglist .link_details {  text-align: right; font-size: 80%; padding-bottom: 4px;} 
.lastelement { border-bottom: 1px solid #AAA; padding-bottom: 6px; }

/* Editieren: Info-Text */
div.infobox 
{ 
   color: #333333;  
   font-weight: bold;
}



/* Zwinglis Entries - Full 
------------------------------------------------------------------------------- */
.entryfull 
{
 padding: 10px;
/* border-top: 1px solid #bbbbbb;
 border-left: 1px solid #bbbbbb;
 border-bottom: 1px solid #333333;
 border-right: 1px solid #333333;*/
 border-top: 1px solid #A63;
 border-left: 1px solid #A63;
 border-bottom: 1px solid #930;
 border-right: 1px solid #930;
}

.entryfull div { padding-bottom: 5px; }

.entryfull .full_infobox
{
/*   float: left;*/
   width: 350px;
   border: 1px solid #999999;
   background-color: #DDDDDD;
   padding: 5px 20px 5px 10px; 
}

.entryfull .full_title { /*font-size: 130%; font-weight: bold;*/ padding: 0px;  margin: 0px; border-bottom: 1px solid #640; }
.entryfull .full_no_title { /*font-size: 130%; font-weight: bold; */ float: right;  }
.entryfull .full_no {  }
.entryfull .full_pdf { float: right; }
.entryfull .full_pdf a { text-decoration: none; border: none; }
.entryfull .full_date {  }
.entryfull .full_duration {  }
.entryfull .full_durationtime { }
.entryfull .full_countries {   }
.entryfull .full_price { }
.entryfull .full_imagediv 
{
   float: right;
   text-align:right;  
   padding-top: 0px;
   padding-bottom: 3px;
}
.entryfull .full_imagediv img
 { 
 max-width: 420px;
 padding: 0px; margin: 0px;
 margin: 0px 0px 10px 20px;
 border-top: 1px solid #bbbbbb;
 border-left: 1px solid #bbbbbb;
 border-bottom: 1px solid #999999;
 border-right: 1px solid #999999;
}
.entryfull .full_heading {       color: #C40; text-align: justify; line-height: 1.5em; font-weight: bold; padding-top: 10px; padding-bottom: 10px; }
.entryfull .full_content {   text-align: justify; line-height: 1.5em; }
.entryfull .full_boarding { } 
.entryfull .full_link_booking { text-align: right; padding-top: 20px; }
.entryfull .clearBoth { clear:both; }

.entryfull .full_label { font-weight: bold; }


/* Formular */
/* ------------------------------------------------------------------------------- */
.emailform span { }
.emailform input
{
  border: 1px #999999 solid;
  display: inline;
}

.emailform .labelrow { padding: 2px 30px 2px 0px; vertical-align: top;}
.emailform .spacer { height: 20px; }
.emailform .errors { color: red; padding-bottom: 20px;}


/* MaxiGallery
------------------------------------------------------------------------------- */
.gallery
{
 /*  text-align: center;*/
   background: black;
   width: 600px;
   padding-left: 100px;
}

.gallery div
{
 /*  margin: auto;*/
}

.childscontainer ul 
{
   width: 800px;
}
.childscontainer ul 
{
    list-style-image: none;    
}

.childscontainer li 
{
    background: #000000;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 10px;
    color: white;
    border: solid 1px #666666;
}
.childscontainer a
{
    margine: 10px;
    color: white;
}

.childscontainer img
{
    background: #999999;
    padding: 1px;

}

/* Zwinglis Link - List
------------------------------------------------------------------------------- */
table.linktable
{
 margin: 0px;
}
.linktable  {  border-spacing: 0px; }

.linktable tr td { border-top: 1px solid #999999; border-bottom: 1px solid #999999;  margin: 0px; }
.linktable tr td { padding: 4px 20px 4px 20px; }


/* Zwinglis Entries - List
------------------------------------------------------------------------------- */
/*
.entrylist 
{
   border-spacing: 0px;
   
}

.entrylist tr 
{
   vertical-align: top;
   padding: 0px;
   margin: 0px;
}

.entrylist tr th
{
  width: 25%;
  padding: 6px 4px 2px 12px;
  background:  #9B3737 url(images/tableborder_th_left.gif) repeat-y;
  color: #FFFFFF;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;

}


.entrylist tr th:first-child
{
  background:  #9B3737 url(images/tableborder_th_left_s.gif) repeat-y;
} 
.entrylist tr th:last-child
{
  border-right: 1px solid #660000;
}

.entrylist tr td
{
  padding: 6px 4px 2px 12px;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #CCCCCC;
  background:  #DDDDDD url(images/tableborder_left.gif) repeat-y;
}
*/


