/* Die Kupferpfanne - Hotel und Landgasthof */

/* Hier werden die allgemeinen Eigenschaften der Website festgelegt*/
body {
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* Hier folgen die Eigenschaften der einzelnen Seitenteile */
#container {
	background-color: #D7AB53;
	width: 746px;
	height: 605px;
	z-index: 1;
	overflow: hidden;
	position: relative;
}
#header {
	width: 720px;
	height: 147px;
	z-index: 2;
	overflow: hidden;
	position: absolute;
	top: 13px;
	left: 13px;
	background-image: url(pics/header.jpg);
}
#content {
	background-color: #FFFFFF;
	width: 720px;
	height: 432px;
	z-index: 3;
	overflow: hidden;
	position: absolute;
	top: 160px;
	left: 13px;
}
#menu {
	background-color: #D7AB53;
	width: 712px;
	height: 19px;
	z-index: 4;
	overflow: hidden;
	position: absolute;
	top: 4px;
	left: 4px;
	margin: 0px;
	padding: 0px;
}
#leftbox {
	width: 354px;
	height: 416px;
	z-index: 5;
	overflow: auto;
	position: absolute;
	top: 27px;
	left: 4px;
	background-image: url(pics/verlauf.jpg);
}	
	#leftbox2 {
	width: 354px;
	height: 416px;
	z-index: 5;
	overflow: auto;
	position: absolute;
	top: 27px;
	left: 4px;
	background-image: url(pics/verlauf2.jpg);
}	
#rightbox { 
	background-color: #FFFFFF;
	width: 354px;
	height: 416px;
	z-index: 5;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 362px;
}
#rightbox2 { 
	background-color: #FFFFFF;
	width: 354px;
	height: 416px;
	z-index: 5;
	overflow: hidden;
	position: absolute;
	top: 27px;
	left: 362px;
	background-image: url(pics/verlauf.jpg);
}		
/* Hier werden die Eigenschaften für das Hauptmenü festgelegt */
table.mainmenu {
	width: 100%;
	
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 0px;
}
table.mainmenu a { 
	display: block; 
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}
table.mainmenu a:hover { 
	color: #000000;
}
/* Hier werden die Eigenschaften für die Untermenüs festgelegt */
table.submenu {
	position: absolute;
	width: 354px;
	top: 298px;
	left: 0px;
}
table.submenu a { 
	display: block; 
	
	font-size: 11px;
	text-align: left;
	color: #BC8D2C;
	background-color: #F2E4C8;
	width: 175;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	margin: 0px;
	text-decoration: none;
}
table.submenu a:hover { 
	color: #ffffff;
	background-color: #D7AB53;
}
/* Hier wird die Überschrift für die Untermenüsformatiert */
.headingsubmenu {
	color: #D7AB53;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	z-index: 6;
	position: absolute;
	left: 4px;
	top: 280px;
}
/* Hier folgt schwarzer Text bzw. Schwarze Überschriften*/
.headingblack {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	z-index: 6;
}
.textblack {
	color: #000000;
	font-size: 10px;
	text-align: left;
	
}
/* Hier werden Position und Größe der Bilder festgelegt */
#picture {
	z-index: 6;
	width: 354px;
	height: 266px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* Und hier noch die Eigenschaften des zurück|weiter-Menüs bei Bildern */
#picturemenu {
	z-index: 7;
	width: 110px;
	height: 17px;
	color: #D7AB53;
	background-color: #FFFFFF;
	position: absolute;
	top: 249px;
	left: 0px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#picturemenu a {
	color: #D7AB53;
	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#picturemenu a:hover {
	color: #BC8D2C;
}
.inputfield {
 background-color: #F2E4C8;
 border: none;
 width: 280px;
}
.submitbtn {
 background-color: #F2E4C8;
 border: none;
 text-align: center;
 vertical-align: middle;
 height: 24px;
 width: 100px;
 font-size: 14px;
 font-weight: bold;

}