/*---Body ------------------------------------------------------------*/
body {
	color: #74777A; /* Fonts: light grey */
    background-color: #fdf7f2; /* Rosa */
	/* background-color: #772926; DarkRed */ 
	background-image: url("images/BodyBackgroundH20.jpg"); /* Rosa Schimmer */
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	}
body.Gastbuch{
	color: #74777A; /* Fonts: light grey */
    background-color: white; /* white; */
	background-image: none;
	font-family: Georgia,'Bookman Old Style','Book Antiqua',Times,serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-left: 0px;
	}
body#menue{
	color: #74777A;
    background-color: #D7D7D7;
	background-image: url("images/None.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	}
/*---Überschriften -----------------------------------------------------*/
h1 {
  font-family: Impact,sans-serif;
  font-style: normal;
  font-size: 29px;
  font-weight: bold;
  text-decoration: none;
  color: #772926;
  margin-top: 0px;
}
h1#Einstieg{
  margin-bottom: 0.15em
}
h2 {
  font-family: Impact,sans-serif;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
  text-decoration: none;
  color: #979797;
}
h3 {
  font-family: Impact,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #4E4E4E;
}
h3#colonne{
	margin-top:0px;
	text-align:center;
}
/*--- Textabschnitte ---------------------------------------------------------------*/
div#colonne{
	margin-top:0px;
	border-right-style: solid;
	border-color:#74777A;
	border-width: 1px;
	padding: 1px 6px 1px 6px;  
	text-align:justify;
	width:250px; 
	float:left;
}
div#colonneL{						/* Colonnen-Hilfslinie */
	margin-top:0px;
	border-left-style: solid;
	border-color:#74777A;
	border-width: 1px;
	padding: 1px 0px 1px 0px;  
	float:left;
}
span#MPTab{					/* Formatierung von Djix-Tab-Beschriftungen */
	font-family: Impact,sans-serif;
	font-style: normal;
	font-size: 29px;
	font-weight: bold;
	text-decoration: none;
	color: #772926;
}
div#Einstieg{
	margin-top:10px;
	margin-right:20px;
	border-style: dotted; /*solid; */
	border-color:#74777A;
	border-width: 1px;
	padding: 1px 6px 4px 6px;
	text-align:left;
	background-color: white;
	float:none;
}
iframe#Einstieg{
	margin-top:0px;
	margin-right:10px;
	margin-left:0px;
	border-style:solid; /*solid; */
	border-color:white; /*#74777A */
	border-width:0px;  /* border="Dicke" frameborder="Dicke" framespacing="Abstand" */
	padding: 0px 0px 0px 0px;  
	text-align:left;
}
p.Gastbuch{
	background-color:#efd;
	border: 1pt solid #74777A; 
	padding: 4pt;
	text-align:left; 
	font-size:110%;
	}
textarea.Gastbuch{
	background-color:#efd;
	border: 1pt solid #74777A; 
	padding: 4pt;
	text-align:left; 
	font-size:110%;
	}
input.Gastbuch{
	background-color:#efd;
	border: 1pt solid #74777A; 
	padding: 4pt;
	text-align:left; 
	font-size:110%;
	}
/*--- tables ---------------------------------------------------------------*/
table {
	text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border-collapse: collapse;
    margin: 0px 1px 0px 1px;
	color: #74777A;
	empty-cells:show;
	}
td {
	border-style: solid;
	border-width: 1px;
	border-color: #854A46;
	padding: 1px 6px 1px 6px; 
	font-weight: normal;
	background-color: #FFFFFF;
}
th {
	border-style: solid;
	border-width: 1px;
	border-color: #854A46;
	padding: 1px 6px 1px 6px; 
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c0aaaa; /*#979797;*/
}	
tr.odd {
    padding: 0px 0px 0px 0px; 
}
tr.even {
    padding: 0px 0px 0px 0px; 
}
/*-- Baecker-Test tables ---------------------------------------------------------------*/
table#BTtable {
	text-align: left;
	vertical-align: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border-collapse: collapse;
    margin: 6px 6px 20px 6px;
	color: #74777A;
	empty-cells:show;
	margin:0px auto; /* bewirkt Zentrierung */
	}
/*-- Selbstmanagement table ---------------------------------------------------------------*/
table#SMtable {
	text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border-collapse: collapse;
    margin: 6px 6px 6px 6px;
	color: #74777A;
	empty-cells:show;
	width: 100%;
	background-color: #FFFFFF;
	}
td#SMtable{							
	border-style: none;
	border-width: 0px;
	border-color: #854A46;
	padding: 12px 12px 12px 12px; 
	vertical-align: top;
	background-color: #FFFFFF;
}
img#SMtable{
	border-width: 1px;
	border-style: solid;
	}
/* - Links ---------------------- */
a:link {
	color: #AC7272;
}
a:visited {
	color: #74777A;
}
a:hover {
	font-weight: bold;
	color: #AC7272;
}
/* - Horizontale Linien ---------------------- */
hr {
	width: 100%;
	height: 2px;
	}
/* - Navigation ------------------------------------------------*/
#main_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#main_nav_list a {
    margin: 0;
    display: block;
    text-align: left;
    width: 129px;
    voice-family: "\"}\"";
    voice-family: inherit;
    overflow: hidden;
}
a.main_nav_item {
    padding: 0px 20px 0px 20px; /* 0px 20px 0px 20px */
    line-height: 23px;
}
a.main_nav_item:hover {
    padding: 0px 20px 0px 20px;
    line-height: 23px;
}
a.main_nav_active_item {
    padding: 0px 20px 0px 20px;
    line-height: 23px;
}
a.main_nav_active_item {
  background: url(images/dynamic/buttonset5/n1active.gif) no-repeat;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #F4F2F2;
  background-position: top left;
}
a.main_nav_item {
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #725B5A;
}
a.main_nav_item:hover {
  background: url(images/dynamic/buttonset5/n1active.gif) no-repeat;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #F4F2F2;
  background-position: top left;
}
/* - Logo ------------------------------------------------*/
#logo {
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7D7; /* rgb(215, 215, 215) */
	}
/* - Gastbuch-sepzifisch: Formatierung der horizontalen Linien ------------------------------------------------*/	
hr { height:2px; }
hr.gast { height:2px; width:98%; }
