/*
Theme Name: bar-cabana
Description: Theme for www.bar-cabana.de
Author: deenee
Version: 1.0
*/

body {
	font-family: "Lucida Grande", Verdana, Tahoma, "Trebuchet MS";
	background-color: #FFFFFF;
	text-align: center;
}

#page {
	width: 1024px;
	margin: auto;
	text-align:left;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 170px;
	background: #FFFFFF url('images/header.jpg') no-repeat bottom center;
}
#headerimg h1 {
	font-size: 16px;
	color: #A68B68;
	padding-top: 65px;
	padding-left: 450px;
	
}

#content {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 1024px;
	background: #FFFFFF url('images/bg.jpg') no-repeat bottom center;

}

#sidebar {
	float: left;
	width: 100px;
}

#sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	text-align: right;
}

#sidebar li {
	font-size: 10px;
	list-style-type: none;
	color: #A68B68;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#sidebar li a {
font-size: 12px;
	color: #A68B68;
	text-decoration: none;
}
#sidebar li a:hover {
	color: #746045;
	background-color: #DED5C7;
}

#rightpage {
	padding-left: 440px;
	width: 310px;
	height: 400px;
	margin-top: 0px;
	padding-top: 0px;
	overflow: auto;
	scrollbar-base-color:#615038;
 	scrollbar-3d-light-color:#A68B68;
 	scrollbar-arrow-color:#333333;
 	scrollbar-darkshadow-color:#000000;
 	scrollbar-face-color:#615038;
 	scrollbar-highlight-color:#FFFFFF;
 	scrollbar-shadow-color:#000000;
 	scrollbar-track-color:#A68B68;
}

#rightpage h2 {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: A68B68;
	border-bottom-color: A68B68;
	background-color: #A68B68;
	padding: 3px;
}
#rightpage img {
	border: 0px none;
	text-decoration: none;
	}
.entry {
	font-size: 12px;
	color: #615038;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 170px;
	background: #FFFFFF url('images/footer.jpg') no-repeat top center;
	clear: both;
}
