﻿body {
	margin: 0;
	padding: 0;
	background: #fff; 
	font-family: 'open_sanscondensed_light', sans-serif;
	font-size: 16px;
	color: #444;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #008E65;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.5em;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	margin: 10px auto 0px 30px;
	line-height: 140%;
	color: #444;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #341A39;
}

img {
	border:0px;
}

a:hover {
}

.bold {
	font-weight: bold;
}

.boldBlue {
	font-weight: bold;
	color: #00adef;
}

.boldRed {
	font-weight: bold;
	color: #ed1c24;
}


.small {
	font-size: 15px;
}

.bigRed {
	font-size: 20px;
	font-weight: bold;
	color: #ed1c24;
}

.small {
	font-size: 11px;
}

table {
	font-size: 17px;
}


#wrapper_content {
	overflow: hidden;
	background-color: #E6E6E6;
	padding-top: 15px;
}

.container {
	width: 530px;
	margin: 0px auto;
}

.content {
	margin-left: 65px;
}

/* Header */

#wrapper-header {
	overflow: hidden;
	height: 250px;
	padding-top: 50px;
}

.left {
	float:left;
}

.right {
	float: right;
}

#banner {
	overflow: hidden;
	height: 495px;
	background: url(pix/gaestehaus_wiesbaden.jpg);
}

#banner:hover {
	background: url(pix/gaestehaus_wiesbaden_hover.jpg);
}

#logo {
	float: left;
	width: 300px;
	margin: 0;
	color: #000000;
}

#logo h1 {
	padding: 30px 0px 0px 0px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

#menu_allgemein {
	text-align: right;
	padding-top: 10px;
	font-size: 0.9em;
	line-height: 19px;
	font-weight: bold;
}

#menu {
	float:right;
	padding-top: 70px;
	text-transform: uppercase;
}

#menu ul {
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 10px 0px 15px 20px;
}

#menu a {
	margin-right: 1px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 19px;
	color: #008E65;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

}

#content {
	float: left;
	width: 900px;
	padding: 0px 15px 0px 15px;
	letter-spacing: 1px;
}