@import url('reset.css');
@import url('960.css');
@import url('text.css');

body {
	background-color: #4c535b;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

#navbar {
	background-image: url('../images/nav-low.jpg');
    background-position: top left;
	background-repeat: repeat-x;
    height: 61px;
}

#navbar ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#navbar ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #2d110e;
}

#navbar ul li.last {
    border-right: none;
}

#navbar ul li a {
    display: block;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    padding: 0px 10px 0px 10px;
}

#navbar ul li a:hover {
	background-image: url('../images/nav-high.jpg');
    text-decoration: none;
}

#navbar ul li.active a {
	 background-image: url('../images/nav-high.jpg');
}

#navbar ul li.active a:hover {
	 background-image: url('../images/nav-high.jpg');
}

#header {
	height: 150px;
	background: url(../images/header.jpg) no-repeat top left;
}

#header span {
    display: none;
}

#content {
	background: white url(../images/content-bg.jpg) no-repeat bottom left;	
}

#content div.content {
    padding: 10px 10px 10px 20px;    
}

#footer {
	height: 130px;
    padding-top: 10px;
	background: url(../images/footer-bg.png) no-repeat top left;
}

#footer div {
    margin: 10px;
    border-top: 1px solid black;
    padding-top: 5px;
}

#sidebar {
	background: url(../images/sidebar-bg.png) no-repeat bottom left;
}

#sidebar div {
    margin: 10px;
}

#legal div {
    margin: 10px;
    text-align: center;	
    color: white;
}

#welcome {
    text-align: center;
    width: 500px;
    margin-left: 80px;
    margin-right: 80px;
}

#welcome h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

#welcome h1 {
    margin: 0px;
    padding: 5px 0x 5px 0px;
}

#welcome blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}

#welcome blockquote p {
    text-align: justify;
}

blockquote {
    font-style: italic;
}

#hotel-list {
    list-style-type: none;
}

#hotel-list li {
    margin: 0px;
    padding: 0px;
}

#hotel-list li span {
    font-size: 18px;
    font-weight: bold;    
}

#hotel-list li span em {
    font-size: 12px;
    font-weight: normal;
}

#hotel-list dl {
    margin: 0px 0px 0px 20px;
}

#hotel-list dt {
    font-weight: bold;
    width: 100px;
    float: left;
}

#hotel-list img {
    float: right;
    width: 220px;
    height: 155px;
    border: 1px solid black;
    margin: 0px 5px 0px 5px;
}

#hotel-list dd ul {
    clear: both;
    list-style-type: disc;
    margin-left: 50px;
}

#hotel-list dd ul dl {
    margin: 0px;
}

#hotel-list dd ul dt {
    width: 110px;
}

#impressum dt {
    font-weight: bold;
    width: 220px;
    float: left;
}

#impressum h3 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}

#impressum p {
    text-align: justify;
}