/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration:underline;
}
a:hover {
	color: #b0431f;
	text-decoration:underline;
}
a img {
  border:none;
}
body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFF url('hg.jpg') no-repeat;
	font-size:13px;
	line-height:18px;
}

p,code,ul,ol {}

h1 {
	font-size: 32px;
	text-shadow:gray 1px 1px 3px; 
	color:#000;
	line-height:40px;
	margin-bottom:10px;

}
h2 {
	font-size: 16px;
	font-style: bold;
	line-height:22px;
}
h3 {
	font-size: 16px;
	font-style: bold;
	color:#b0431f;
	margin-bottom:20px;
	line-height:22px;
}
h4 {
	font-size: 20px;
	text-shadow:gray 1px 1px 3px; 
	color:#000;
}
.klein { 
	font-size:10px;
	line-height:13px;
}
.red {color:#b0431f;}
.bold {font-style: bold;}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {float: left;}
.right {float: right;}

/* logos */
#logo_vik {
	left: 27px;
	position: absolute;
	top: 16px;
	width: 166px;
	height: 105px;
	/*background:url(logo_vik.gif) no-repeat;*/
}
#logo {
	left: 965px;
	position: absolute;
	top: 22px;
	width: 139px;
	height:88px;
	/*background:url(logo_laufplausch.gif) no-repeat;*/
}
#logo_hotel {
	left: 590px;
	position: absolute;
	top: 23px;
	width: 91px;
	height: 92px;
	background:url(../images/logo_hotel.gif) no-repeat;
}

/* content */
#content {
	left: 297px;
	position: absolute;
	top: 40px;
	width: 681px;
}
#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}
#text {
	left: 0px;
	position: absolute;
	top: 123px;
	width: 694px;
}

/* navigation */
#navigation {
	left: 35px;
	position: absolute;
	top: 400px;
	width: 176px;
}
#navigation a {
	color: #000;
	font: Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
}
#navigation ul {margin: 0 0 0 0;}
#navigation li {
	list-style: none;
	color: #000;
	background-color: #d8e8f0;
	width: 176px;
	height: 29px;
	margin-bottom: 8px;
	text-align: center;
	line-height:28px;
	text-shadow:#AAAAAA 1px 1px 3px;
}
#navigation li a {
	text-decoration: none;
	
}
#navigation li:hover {background-color: #c1dceb;}
#navigation .aktiv {background-color: #c1dceb;}

/* links */
#links {
	border: 0px;
	text-align:right;
	position: absolute;
	top: 158px;
	width: 248px;
	height: 232px;
	left: 20px;
}

/* 3spaltig */
#spalten{
	 float:left;
	 width:33%;
	 text-align:justify
}

