/* CSS Document */
html, body {
	height: 100%;
}

body {
	background-color: #622820;
	background-image: url(images/layout/pagebg2.png);
	background-repeat: repeat-x;
	margin:0px;
}

body, td, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2a201b;
}

.quote {
	font-weight:bolder;
	font-style: italic;
	font-size: 10px;
}

.copyright {
	font-weight:bolder;
	font-style: italic;
	font-size: 10px;
}

.ticker {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bolder;
	font-style: italic;
	color: #eae0d7;
}

h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
}

hr {
	color: #2a201b;
}

img {
	border:0px;
}

div#button_band_child, div#button_bild_child, div#button_kontakt_child, div#button_backstage_child { 
	border-bottom: 1px solid black;
}

a {
	font-weight:bolder;
	text-decoration:none;
	color: #a47f6b;
}

a:hover {
	font-weight:bolder;
	text-decoration:underline;
	color: #2a201b;
}

a.rechtliches {
	font-weight:bolder;
	text-decoration:none;
	color: #2a201b;
}

a.rechtliches:hover {
	font-weight:bolder;
	text-decoration:unone;
	color: #a47f6b;
}


a.hauptnavi, div.hauptnavi
{
	display: block;
	width:   104px;
	border:  1px solid black;
	padding: 2px 5px;
	background: #ba9e89 url(images/layout/bg_submenu.jpg);
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 12px;
	color: #2a201b;
}

a.hauptnavi:hover
{
	display: block;
	width:   104px;
	border:  1px solid black;
	padding: 2px 5px;
	background: #7e563f url(images/layout/bg_submenu_over.jpg);
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 12px;
	color: #f1ead1;
}

a.hauptnavi, a.hauptnavi:hover {
	border-bottom: none;
}

a.sixtysevenlink {
	font-weight:bolder;
	font-style: italic;
	font-size: 10px;
	text-decoration:none;
	color: #a47f6b;
}

a.sixtysevenlink:hover {
	font-weight:bolder;
	font-style: italic;
	font-size: 10px;
	text-decoration:none;
	color: red;
}

.tabellenliste {
	border: 1px solid #2a201b;
}

.tabellenliste_header {
	background-color:#c7a791;
	font-weight:bolder;
}

.odd {
	background-color:#e6dbd1;
}

.even {
	background-color:#fff3e8;
}

.stripehover {
	background-color:#ffffff;
}

/* ##################################### */
Formulare 

.button {
	font-style: italic;
	border: 1px solid #231814;
	background-color: #d1c0b4;
	cursor: pointer;
}

.buttonover {
	font-style: italic;
	border: 1px solid black;
	background-color: #f3dfd1;
	cursor: pointer;
}

.forminaktiv {
	font-style: italic;
	border: 1px solid #231814;
	background-color: #d1c0b4
}

.formaktiv {
	font-style: italic;
	border: 1px solid black;
	background-color: #f3dfd1
}

.captcha {
	cursor:pointer;
	cursor: hand;
	border: 1px solid #000000;
}

fieldset {
	border: 1px solid #717171;
	padding:10px;
}

legend {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bolder;
}

.landkarte {
	background-color:4a4a4a;
	border: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.sweethoney {
	display: none !important;
}