  /****** WYSIWYG *****/
  .title {
    font-family:verdana,arial,helvetica;
    font-size:12pt;
    color:#751A14;
    font-weight:bold;
  }
  .subtitle {
    font-family:verdana,arial,helvetica;
    font-size:12pt;
    color:#000000;
    font-weight:bold;
  }

  a.subtitle {
   text-decoration:none;
  }
  a.subtitle:hover {
   text-decoration:underline;
  }
  .standard { 
     font-family:verdana,arial,helvetica;
     font-size:10pt;
     color:#000000;
     font-weight:normal;
  }
   
  /****** MAIN-NAVIGATION *****/ 
  a.nav_main {
    font-family:verdana,arial,helvetica;
    text-decoration:none;
    font-size:9pt;
    color:#ffffff;
    font-weight:bold;
  }
  a.nav_main:hover {
    font-family:verdana,arial,helvetica;
    text-decoration:none;
    font-size:9pt;
    color:#ffffff;
    font-weight:bold;
  }
  
  /****** ALLGEMEIN *****/ 
  body {
    background-color:#ffffff;
 }
 p {
    font-family:verdana,arial,helvetica;
    font-size:10pt;
    color:#000000;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:0px;
 }
  td {
    font-family:verdana,arial,helvetica;
    font-size:10pt;
    color:#000000;
    font-weight:normal;
 }
 input {
    font-family:verdana,arial,helvetica;
    font-size:9pt;
    color:#000000;
    font-weight:normal;
 }
  textarea {
    font-family:verdana,arial,helvetica;
    font-size:9pt;
    color:#000000;
    font-weight:normal;
 }
  select {
    font-family:verdana,arial,helvetica;
    font-size:9pt;
    color:#000000;
    font-weight:normal;
  }
  a {
     text-decoration:underline;
     color:#751A14;
  }
  
  img {
     border-color:#751A14;
  }
  
 
  /****** INDIVIDUELL *****/ 
  .css_body {
    background-color:#FFFFFF;
  }
  .white_ffffff {
    background-color:#ffffff;
  }
  .yellow_FFE4AE {
    background-color:#FFE4AE;
  }
  .red_751A14 {
    background-color:#751A14;
  }
  
/****** FORMULARE *****/
.form_box {
    border-width:0px;
    border-style:solid;
    border-color:#751A14;
    background:#ffffff;
 }	
 .form_label {
    font-size:9pt;
    font-weight:bold;
    width:150px;
  }
  .form_text {
    font-size:9pt;
    width:268px;
  }
  .form_line {
    width:418px;
    height:1px;
    background:#751A14;
  }
  .form_input {
    width:268px;
  }
  .form_input2 {
    width:200px;
  }
  .form_input3 {
    width:68px;
  }
  
  .form_textarea {
    width:268px;
    height:125px;
  }
  .form_checkbox {
    background:ffffff;
  }
  
  .form_submitfield {
    width:134px;
  }
  .form_submitbutton {
    width:130px;
  }

 
    
    /*****MODULE*****/
 .content_box {
    border-width:0px;
    border-style:solid;
    border-color:#751A14;
    background:#ffffff;
  }		
  .content_row {
    font-weight:bold;
	color:#ffffff;
    background:#751A14;
    height:21px;
  }
  .content_line {
    height:1px;
    background:#ffffff;
  }
  
  .event_name {
    font-weight:bold;
    width:239px;
  }
  a.event_name {
   color:#000000;
   text-decoration:none;
  }
  a.event_name:hover {
   text-decoration:underline;
  }
  .event_weekday {
    width:30px;
    height:23px;
  }
  .event_date {
    width:120px;
  }
  .event_time {
    width:120px;
  }
  .event_details {
    width:50px;
  }
  .event_line {
    height:1px;
    background:#751A14;
  }
  
  
   .guestbookentry_line {
	height:1px;
    background:#751A14;
  }

  .qtvr_box { 
    background-color:#ffffff;
    border-color:#751A14;
    border-width:0px; 
    border-style:solid;
  }
  .qtvr_description {
    font-size:8pt;
 }
 
 
  .thumb_box { 
    background-color:#FFFFFF;
    border-color:#751A14;
    border-width:1px; 
    border-style:solid;
  }
  .slide_box { 
    background-color:#ffffff;
    border-color:#751A14;
    border-width:0px; 
    border-style:solid;
  }
  .slide_picture {
	border-color:#751A14;
	border-width:2px;
	border-style:ridge;
}
  .slide_description {
    font-size:8pt;
    font-weight:bold;
    color:#000000;
    background-color:#ffffff;
  }
  .slide_navigation {
    background-color:#751A14;
	border-color:#751A14;
    border-width:0px; 
    border-style:solid;
  }
  .slide_counter {
    font-size:8pt;
    font-weight:bold;
    color:#ffffff;
    background-color:#751A14;
	border-color:#751A14;
    border-width:0px; 
    border-style:solid;
  }
      

  .error_text {
    font-size:8pt;
    color:#751A14;
    font-weight:bold;
  }
  
  .impressum {
    font-size:8pt;
 }
 /**
  * Hintergrund im Header
  */
  .bg {
    background:url(../images/bg.jpg) top left repeat-x;
  }
 
