/**************************
   HTML selector elements 
**************************/

/* Main body */
body {
	background-color: #FFFFCC;
	background-image: url("images/bg1.gif");
	margin: 0px;	
}

/* Text on page and in form elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", serif;
	margin: 0px;
}

/* Forms */
form {
	margin: 0px;
}

/* Paragraphs */
p {
	margin: 0px 0px 8px 0px;
	line-height: 150%;
}

/* Links */
a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}




/**************************
   Page layout elements 
**************************/

/* Main page wrapper */
#wrapper {
	width: 800px;
	margin: 0 auto;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Header section with website title */
#header {
	height: 70px;
	padding: 10px 25px 20px 25px;
	background-image: url("images/bg_head2.jpg");
	text-align: center;
}

#header h1 {
	font-variant: small-caps;
	font-size: 40px;
	color: #FFFFCC;
	font-weight: normal;
}

#header h2 {
	font-size: 14px;
	margin-top: -10px;
	color: #FFFFFF;
	font-weight: normal;
}

/* Navigation links */
#navigation {
	border-top: 3px solid #DFDCB9;
	border-bottom: 3px solid #DFDCB9;
	background-image: url("images/navigation_bg.jpg");
	height: 28px;
	padding: 7px 10px 0 10px;
	text-align: center;
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", serif;
	font-size: 14px;
	font-variant: small-caps;
	
}


#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px 12px;
	display: inline;
}

.saal{
color:red;
}
.saal a{
color:red;
}
.aktuell{
color:green;
}
.aktuell a{
color:green;
}
#navigation a:link, #navigation a:visited {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #463B3F;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
	text-decoration: none;
	
	border-bottom: 1px solid #000000;
}

/* Left hand image of guest house */

#logo_text, #logo {
	float: left;
	border-right: 3px solid #DFDCB9;
	border-bottom: 3px solid #DFDCB9;
}
#logo {

	background-image: url("images/logo1.jpg");
	background-position: top left;
	height: 190px;
	width: 314px;
}

#logo_text {
		background-color: #8E7F62;
		clear: left;
		padding: 10px 0 10px 30px;
		width: 284px;
		text-align: left;
		height: 935px;
		color: #463B3F;
		font-size: 13px;
	}


/* GUEST HOUSE IMAGE TEXT IN index.php */	
#logo_text a:link, #logo_text a:visited {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #463B3F;
	text-decoration: none;
}
#logo_text a.indicator:link, #logo_text a.indicator:visited {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	}


#logo_text a:hover {
	color: #000000;
	text-decoration: none;
	
	border-bottom: 1px solid #000000;
}

#logo_text h1 {
	font-size: 22px;
	margin-bottom: -5px;
	color: #FFFFFF;
	font-weight: normal;
}

#logo_text h2 {
	font-size: 14px;
	margin-bottom: -3px;
	color: #DFDCB9;
	font-weight: normal;
}
#logo_text h3{
	font-size: 12px;
	margin-bottom: -3px;
	color: #DFDCB9;
	font-weight: normal;
}
#logo_text h4{
	font-size: 16px;
	margin-bottom: -3px;
	color: #fff;
	font-weight: normal;
}

.logtxt {
	font-size: 12px;
	margin-bottom: -3px;
	color: #fff;
	font-weight: normal;
}
.error_line {
	font-size: 12px;
	margin-bottom: -3px;
	color: #c10808;
	font-weight: bold;
}
/* Right hand countryside image */
#colright, #colright_text {
	float: right;
	border-bottom: 3px solid #DFDCB9;
	background-color: #ADA983;
}
#colright {



				height: 322px;
				width: 483px;
				
			}
		

	

#colright_text {
		background-color: #ADA983;
		clear: right;
		padding: 20px 10px 20px 10px;
		width: 463px;
		height: 915px;
	}
#colright_text .indi {
		color: #463B3F;
		font-size: 13px;
	font-weight: bold;
	}
#colright_text .indi2 {
		color: #5f0b0b;
		font-size: 13px;
	font-weight: bold;
	}
/* COUNTRYSIDE IMAGE TEXT IN index.php */	

#colright_text p, #colright_text li  {
	color: #FFFFFF;
	font-size: 13px;
}

#colright_text h2 {
	color: #362D2E;
	font-weight: normal;
	margin-top: -5px;
	font-size: 22px;
}

#colright_text .map_button {
	background-color: #8E7F62; 
	border: 1px solid #FFFFFF; 
	color:#FFFFFF;
	width: 175px;
	text-align: center;
	padding: 5px;
	cursor: pointer;
}

#colright_text a:link, #colright_text a:visited {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #463B3F;
	text-decoration: none;
		font-weight: bold;
}

#colright_text a:hover {
	color: #000000;
	text-decoration: none;
	
	
}

/* Section with three images and text */
#tri_section {
	clear: both;
	height: 220px;
	padding: 10px;
	background-image: url("images/tri_section_bg.jpg");
}

#tri_section .each_section {
	width: 260px;
	margin-right: 0px;
	float: left;
}

#tri_section .section_heading {
height: 14px;
	background-color: #8E7F62;
	padding: 5px;
	color: #FFFFFF;
	font-family: "Gill Sans MT", "Gill Sans", "Trebuchet MS", serif;
	font-size: 15px;
	margin-bottom: 1px;
	font-variant: small-caps;
}

#tri_section .section_text {
	padding: 8px;
	color: #FFFFFF;
	background-color: #ADA983;
	height: 58px;
	margin-top: 1px;
}

#tri_section .section_text a {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

#tri_section .section_text a:hover {
	color: #000000;
	text-decoration: none;
	
	border-bottom: 1px solid #000000;
}
#tri_mid1, #tri_mid2, #tri_mid3 {
	height: 120px;
}

#tri_mid1 {
	background-image: url("images/event.jpg");
}

#tri_mid2 {
	background-image: url("images/wedding.jpg");
}

#tri_mid3 {
	background-image: url("images/auktion.jpg");
}




/* Footer bar with photo */
#firstfoot{
	clear: both;
	height: 200px;
	background-image: url("images/footer_bar_bg.jpg");
}

#firstfoot a {
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #463B3F;
	text-decoration: none;
}

#firstfoot a:hover {
	color: #000000;
	text-decoration: none;
	
	border-bottom: 1px solid #000000;
}
.firstfoot_text {

	float: right;
	width: 245px;
	margin: 10px;
}

.secfoot_text {

	float: right;
	width: 309px;
	margin: 10px 0 10px 10px;
}

.firstfoot_text h1 {
	font-size: 28px;
	font-variant: small-caps;
	color: #8E7F62;
	margin-top: -10px;
	font-weight: normal;
}

.firstfoot_text h2 {
	font-size: 18px;
	font-variant: small-caps;
	color: #666666;
	margin-top: 15px;
	font-weight: normal;
}

.secfoot_text h1 {
	font-size: 28px;
	font-variant: small-caps;
	color: #8E7F62;
	margin-top: -10px;
	font-weight: normal;
}

.secfoot_text h2 {
	font-size: 18px;
	font-variant: small-caps;
	color: #666666;
	margin-top: 15px;
	font-weight: normal;
}

/* Site footer */
#site_footer {
	background-image: url("images/header_bg.jpg");
	height: 50px;
	color: #FFFFFF;
	padding: 15px 10px 5px 10px;
	text-align: center;
}

#site_footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#site_footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#site_footer h2 {
	font-weight: normal;
	font-size: 14px;
	color: #CFCCA3;
}

#site_footer h1 {
	font-weight: normal;
	font-size: 12px;
	margin-top: -5px;
}



