/********************** Homepage Anfang **********************/
body {
     background-color: #000000;
     margin: 0;
     color: #F4D992;
     font-weight: bold;
     font-size: 10px;         /*schriftgröße*/
     font-family: Verdana;   /*Schriftart */
}
a:link, a:visited {              /*die Ansicht und nach dem Klicken*/
	color: #996F44;
}
a:hover, a:active {              /*Wenn man mit der maus drüber fährt*/
	color: #B38832;
}
A {
	text-decoration: none;     /*Vom Link den Unterstrich entfernen*/
}
div {
    color: #996F44;
    font-weight: bold;
    font-size: 14px;        /*schriftgröße*/
    font-family: Verdana;   /*Schriftart*/
    margin-left:20px;
    margin-right: 10px;
}
h4 {
    color: #990000;
    font-size: 16px;
    font-family: Verdana;
}
table,td {
	font-size: 10pt;
	font-family: Verdana;
	color: #412F1D;
}
hr {
	background-color:#4C3722;
	border:1px solid #4C3722;
}

/********************** Homepage Ende **********************/
/********************** Kontaktformular Anfang *************/
.form_line {
	BACKGROUND-COLOR: #FEF5E4;
}
textarea {
  background-color:#8C8CC6;
  color:#FFFFFF;
  scrollbar-base-color:#8C8CC6;
  scrollbar-3d-light-color:#F4D992;
  scrollbar-arrow-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#F4D992;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#F4D992;
}
/********************** Kontaktformular Ende ***************/
/********************** Navigation Anfang ******************/
#myslidemenu{
	border:0;
	padding-left:50px;
}

.jqueryslidemenu{
	font: bold 12px Verdana;
	width: 100%;
	margin-left: 40px;
	font-weight: bold;
}
.jqueryslidemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*Top level list items*/
.jqueryslidemenu ul li{
    position: relative;
    display: inline;
    float: left;
}
/*Top level menu link items style*/
.jqueryslidemenu ul li a{
    display: block;
    background: #FEF5E4; /*background of tabs (default state)*/
    color: #412F1D;
    padding: 8px 10px;
    border-right: 1px solid #412F1D;
    border-left: 1px solid #412F1D;
    color: #FEF5E4;
    text-decoration: none;
    font-weight: bold;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
    color: #412F1D;
    font-weight: bold;
}
.jqueryslidemenu ul li a:hover{
    background: #F7B977; /*tab link background during hover state*/
    color: #412F1D;
    font-weight: bold;
}
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
    display: list-item;
    float: none;
    font-weight: bold;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
    top: 0;
}
/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
    font: normal 12px Verdana;
    font-weight: bold;
    width: 160px; /*width of sub menus*/
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    border-top: 1px solid #412F1D;
    border-bottom: 1px solid #412F1D;
}
.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
    background: #412F1D;
    color: #FEF5E4;
    font-weight: bold;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
    position: absolute;
    top: 12px;
    right: 7px;
}
.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 35px;
}
.rightarrowclass  {
    position : absolute;
    top : 6px;
    right : 35px;
}
/********************** Navigation Ende ********************/
/********************** Gästebuch Anfang *********************/
* html #gb {
	/*margin-left: auto;
	margin-right: auto;*/
	padding-left: 35px;
}
/* Texte */
.normal {
    font-family: Verdana;
    font-size: 13px;
    color: #412F1D;
    text-decoration: none;
}
.small {
    font-family: Verdana;
    font-size: 12px;
    color: #412F1D;
    text-decoration: none;
}
.notice {
    font-family: Verdana;
    font-size: 13px;
    color: red;
    font-weight: bold;
    text-decoration: none;
}
.comment {
    font-family: Verdana;
    font-size: 12px;
    color: #412F1D;
    text-decoration: none;
}
.headline {
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #412F1D;
    text-decoration: underline;
}
/* Tabellen */
.tbl_main {
    border-collapse:collapse;

    border-left-width: 1px;
    border-left-color: #FFFFFF;
    border-left-style: solid;

    border-right-width: 1px;
    border-right-color: #FFFFFF;
    border-right-style: solid;

    border-top-width: 1px;
    border-top-color: #FFFFFF;
    border-top-style: solid;

    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
}
/* color  #412F1D */
.td0 {
    border-style: solid;
    border-width: 1px;
    border-color: #E6DBD0;
}
.td1 {
    background-color: #F5D89B;
    border-style: solid;
    border-width: 0px;
    border-color: #FFFFFF;
}
.td2 {
    background-color: #ECD8AC;
    border-style: solid;
    border-width: 0px;
    border-color: #FFFFFF;
}
.td3 {
    background-color: #01002A;
    border-style: solid;
    border-width: 1px;
    border-color: #E6DBD0;
}
.td4 {
    background-color: #EDE5DD;
    border-width: 1px;
    border-color: #E6DBD0;
}
.td5 {
    background-color: #EDE5DD;
    border-width: 1px;
    border-color: #E6DBD0;
}
.td6 {
    background-color: #EDE5DD;
    color: #000046;
    border-width: 1px;
    border-color: #E6DBD0;
}
.td7 {
    background-color: #DCC38C;
    font-size: 14px;
    font-family: Verdana;
    color: #412F1D;
    text-decoration: none;
}
.td8 {
    background-color: #EDE5DD;
    font-size: 14px;
    font-family: Verdana;
    color: #01002A;
    text-decoration: none;
}

/* Formulare */
input {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    background-color: #EDE5DD;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}
textarea {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    background-color: #EDE5DD;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}
select {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
    background-color: #01002A;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}
/********************** Gästebuch Ende ***********************/
/********************** Charakterbeschreibung Anfang *********/

#gallery  {
    font : 11px verdana;
    width : 850px;
    padding : 15px 0 0 0;
    line-height : 15px;
}
#gallery div.off  {
    color : #000;
    height : 33px;
    margin-right : 2px;
    line-height : 33px;
    padding : 0 20px;
    float : left;
    background : url(../images/tabs_0.gif) repeat-x left bottom;
    border : 1px solid #ddd;
    border-bottom-color : #000;
    cursor : pointer;
    position : relative;
    z-index : 20;
}
#gallery div.on  {
    color : #990000;
    padding : 0 20px;
    margin-right : 2px;
    margin-top : 1px;
    float : left;
    background : url(../images/tabs_2.gif) repeat-x left bottom;
    border : 1px solid #000;
    cursor : pointer;
    border-bottom : 0;
    height : 33px;
    line-height : 32px;
    position : relative;
    z-index : 100;
}
div.hide  {
    display : none;
    width : 0;
    overflow : hidden;
}
div.show  {
    clear : left;
    background : #FCE3AC;
    width : 800px;
    margin-top : 0;
    top : -1px;
    border : 1px solid #000;
    padding : 20px;
    position : relative;
    z-index : 50;
    font : 12px verdana;
    line-height : 18px;
}
div.show img  {
    float : left;
    margin : 0 10px 10px 0;
}
.clear  {
    clear : both;
}

/********************** Charakterbeschreibung Ende ***********/
