@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 10px 0 20px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #fff8e0;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #eb7120;
	text-decoration: none;
}
#header {
	height: 45px;
	color: #eedad3;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#headerLeft {
	background-color: #eb7120;
	width: 220px;
	border-right: 3px solid #333;
}
#headerRight {
	background-color: #4e4e4e;
	line-height: 45px;
	padding-left: 40px;
}
#hospiz {
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
}
#content {
	margin-top: 15px;
}
#navBar {
	padding-left: 10px;
	vertical-align: text-top;
}
#navcontainer {
	width: 200px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
li a {
	border: 2px solid #333;
}
#navcontainer a {
	display: block;
	padding: 5px;
	width: 180px;
	background-color: #b68b74;
	border-bottom: 9px solid #fff8e0;
	font-size: 16px;
}
#navcontainer a:link, #navlist a:visited {
	color: #333;
	text-decoration: none;
}
#navcontainer a:hover {
	background-color: #a05e3b;
	color: #fff;
}
h1 {
	font-size: 18px;
	text-decoration: underline;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	text-decoration: underline;
}
#contentRight {
	text-align: left;
	vertical-align: text-top;
	padding: 5px 5px 5px 35px;
}
