  /****** WYSIWYG *****/
  .title {
    font-family:verdana,arial,helvetica;
    font-size:18px;
    color:#333333;
    font-weight:normal;
  }
  .title_color {
    font-family:verdana,arial,helvetica;
    font-size:18px;
    color:#B54600;
    font-weight:normal;
  }
  .subtitle {
    font-family:arial,verdana,helvetica;
    font-size:14px;
    color:#333333;
    font-weight:bold;
  }
  .subtitle_color {
    font-family:arial,verdana,helvetica;
    font-size:18px;
    color:#B54600;
    font-weight:bold;
  }
  a.subtitle {
   text-decoration:none;
  }
  a.subtitle:hover {
   text-decoration:underline;
  }
  .standard { 
     font-family:arial,verdana,helvetica;
     font-size:11px;
     color:#333333;
     font-weight:normal;
  }
   
  /****** MAIN-NAVIGATION *****/ 
  a.nav_main {
    font-family:arial,verdana,helvetica;
    text-decoration:none;
    font-size:11px;
    color:#B54600;
    font-weight:normal;
  }
  a.nav_main:hover {
    font-family:arial,verdana,helvetica;
    text-decoration:none;
    font-size:11px;
    color:#FF9919;
    font-weight:normal;
  }
   a.nav_meta {
    font-family:arial,verdana,helvetica;
    text-decoration:none;
    font-size:11px;
    color:#000000;
    font-weight:normal;
  }
  a.nav_meta:hover {
    font-family:arial,verdana,helvetica;
    text-decoration:none;
    font-size:11px;
    color:#000000;
    font-weight:normal;
  }
  .nav_meta {
    font-family:arial,verdana,helvetica;
    text-decoration:none;
    font-size:11px;
    color:#000000;
    font-weight:normal;
  }
  
  /****** ALLGEMEIN *****/ 
  body {
    background-color:#ffffff;
	font-family:arial,verdana,helvetica;
    font-size:11px;
    color:#333333;
    font-weight:normal;
 }
 p {
    font-family:arial,verdana,helvetica;
    font-size:11px;
    color:#333333;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:0px;
 }
  td {
    font-family:arial,verdana,helvetica;
    font-size:11px;
    color:#333333;
    font-weight:normal;
 }
 input {
    font-family:arial,verdana,helvetica;
    font-size:12px;
    color:#B54600;
    font-weight:normal;
	background:#FFFFFF;
	border:1px;
	border-color:#FF9919;
	border-style:solid;
	height:22px;
 }
  textarea {
    font-family:arial,verdana,helvetica;
    font-size:12px;
    color:#B54600;
    font-weight:normal;
	background:#FFFFFF;
	border:1px;
	border-color:#FF9919;
	border-style:solid;
 }
  select {
    font-family:arial,verdana,helvetica;
    font-size:12px;
    color:#B54600;
    font-weight:normal;
	background:#FFFFFF;
	border:1px;
	border-color:#FF9919;
	border-style:solid;
	height:22px;
  }
  a {
     text-decoration:none;
     color:#B54600;
  }
  a:hover {
     text-decoration:none;
     color:#FF9F22;
  }
  
  img {
  }
  
 
  /****** INDIVIDUELL *****/ 
  .white_ffffff {
    background-color:#ffffff;
  }
  .yellow_FEE862 {
    background-color:#FEE862;
  }
  .yellow_FFFDAC {
    background-color:#FFFDAC;
  }
  
  .shadow_nav {
	background-image:url(../images/shadow_nav.gif);
	background-repeat: repeat-x;
 }
 .shadow_left {
	background-image:url(../images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
 .shadow_right {
	background-image:url(../images/shadow_right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
 .shadow_bottom {
	background-image:url(../images/shadow_bottom.gif);
	background-repeat: repeat-x;
 }

  
/****** FORMULARE *****/
.form_box {
    border-width:1px;
    border-style:solid;
    border-color:#FF9919;
    background:#FFFDAC;
 }	
 .form_label {
    font-size:12px;
    font-weight:bold;
    width:90px;
  }
  .form_text {
    font-size:12px;
    width:340px;
  }
  .form_line {
    width:430px;
    height:2px;
    background:#FF9919;
  }
  .form_input {
    width:340px;
  }
  .form_input2 {
    width:250px;
  }
  .form_input3 {
    width:86px;
  }
  
  .form_textarea {
    width:340px;
    height:125px;
  }
  .form_checkbox {
    background:#FFFDAC;
	border:0px;
	height:13px;
  }
  
  .form_submitfield {
    width:115px;
  }
  .form_submitbutton {
    width:110px;
  }
  
  
  .guestbookentry_line {
	height:2px;
    background:#FF9919;
  }
  
  .thumb_box { 
    background-color:#FFFFFF;
    border-color:#FF9919;
    border-width:1px; 
    border-style:solid;
  }
  .slide_box { 
    border-width:1px;
    border-style:solid;
    border-color:#FF9919;
    background:#FFFDAC;
  }
  .slide_picture {
	border-color:#FF9919;
	border-width:1px;
	border-style:solid;
}
  .slide_description {
    font-size:11px;
    font-weight:normal;
    color:#333333;
  }
  .slide_counter {
    font-size:12px;
    font-weight:bold;
    color:#FF9F22;
  }
 

  .error_text {
    font-size:11px;
    color:#000000;
    font-weight:normal;
  }
  
 
 