/* @override http://www.cityweissenstein.ch/style.css */

/*
www.cityweissenstein.ch
2008 Edition
© trilogic.ch
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */

html{
	margin:0;
	padding:0;
}

body {
	background-color: #111111;
	color: #cccccc;
	font: 12px Arial, Verdana, sans-serif;
}

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(images/bkgd_nav0.gif) repeat-x;
}

#main {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 100%;
	background: #000000 url(images/bkgd_inhalt.gif) repeat-y;
}

#start {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	height: 500px;
	background: url(images/bkgd_drot.gif) repeat-y;
}

#hotel {
	width: 695px;
	float: left;
	background: url(images/bkgd_nav.gif) repeat-x;
}

#mainnav {
	height: 60px;
}

ul.hauptnav {
	margin-left: 30px;
	margin-top: 30px;
	display: inline-block;
}

.hauptnav li{
	list-style-type: none;
	float: left;
	padding-right: 15px;
	font-size: 14px;
}

.hauptnav a {
	color: #cccccc;
	text-decoration: none;
	border-bottom-style: none;
}

.hauptnav a:hover, a.aktiv {
	color: white;
	text-decoration: none;
	border-bottom: 4px solid #87291f;
}

#inhalt {
	padding: 50px 30px 20px;
}

#cityweissenstein {
	background: url(images/cityweissenstein.gif) no-repeat;
	width: 285px;
	float: left;
	height: 390px;
}

#cityweissenstein0 {
	background: url(images/cityweissenstein0.gif) no-repeat;
	width: 285px;
	float: left;
	height: 420px;
}

#cms {
	margin-top: 70px;
	margin-left: 85px;
	height: 300px;
}

#rechts {
	margin-top: 110px;
	margin-left: 85px;
	height: 260px;
	vertical-align: bottom;
}

#teilen {
	margin-left: 85px;	
}

#news {
}

#zimmer {
	width: 100%;
	background: #9e9427 url(images/bkgd_inhalt.gif) repeat-y;
}

#tip {
	float: right;
	width: 225px;
	height: 195px;
	margin-top: 30px;
	background-color: #000000;
	padding-left: 0;
	text-align: right;
	padding-right: 30px;
	padding-top: 30px;
}

#tip2 {
	float: right;
	width: 225px;
	height: 150px;
	background-color: #000000;
	padding-left: 0;
	text-align: right;
	padding-right: 30px;
	padding-top: 30px;
	margin-top: 30px;
}

#fb {
	width: 255px;
	float: right;
}

ul.liste {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}

ul.liste li {
	line-height: 1.4;
}

/*
.bkgdrot {
	background: #87291f url(images/bkgd_inhalt.gif) repeat-y;
}

.bkgdgruen {
	background: #9e9427 url(images/bkgd_inhalt.gif) repeat-y;
}
*/

.fussbild1 {
	margin-left: 30px;
	float: left;
}

.fussbild2 {
	margin-left: 30px;
	margin-top: 30px;
	float: left;
}

.fussbild4 {
	float: right;
}

.fussbild360 {
	margin-top: 30px;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

#fuss {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

.clear {
	clear: both;
}

h1 {
	padding-bottom: 12px;
	color: #bbbbbb;
	font-size: 24px;
}

h2 {
	padding-bottom: 12px;
	color: #bbbbbb;
	font-size: 18px;
}

h3 {
	padding-bottom: 10px;
	color: #bbbbbb;
	font-size: 14px;
}

p {
	line-height: 1.4;
	padding-bottom: 12px;
	color: #cccccc;
}

p a, ul a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

p a:hover, ul a:hover {
	border-bottom: 1px solid white;
}

td.hell {
	font-size: 12px;
	border-bottom: 1px solid #222222;
	background-color: #444;
	padding: 2px 5px;
}

td.dark {
	padding: 2px 5px;
	background-color: #333333;
	font-size: 12px;
	border-bottom: 1px solid #222222;
}

.wichtig {
	color:#FFF;
	font-weight:bold;
}

.ultext {
	list-style-position: outside;
	line-height: 1.4;
	list-style-type: square;
	opacity: 1;
	padding-left: 20px;
}


.tip {
	color: #000;
	z-index: 13000;
}
 
.tip-text, .tip-title {
	font-size: 12px;
	margin: 0;
	color: black;
	text-align: center;
	padding: 6px;
	background-color: white;
}