* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background: #CDDEF5 url(images/Ferienhof_Bock_01.jpg) no-repeat;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-left: 12px;

}

h2 {
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	margin-bottom: .5em;
	font: small Verdana, sans-serif;
	color: #B43939;
	text-align: justify;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;

}

p {
}

blockquote {
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #B43939;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
}


/* Logo */

#logo {
	width: 700px;
	height: 300px;
	padding: 0px 0px 0 0;
	background: no-repeat right top;
	text-align: right;
}

#logo h1 {
	font-size: 2.8em;
	font-weight: normal;
	font-style: italic;
}

#logo h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}

#logo a {
	color: #FFFFFF;
}

/* Content */

#content {
	width: 800px;
}

#border {
	width: 30px;
}

/* Content > Main */

#main {
	float: center;
	width: 500px;
	padding: 20 50px;
}

/* Content > Main1 */

#main1 {
	float: center;
	width: 1024px;
	padding: 20 50px;
}

/* Content > Main > Welcome */

#welcome {
	margin-bottom: 2em;
	padding-bottom: .7em;
	border-bottom: 2px dotted #B43939;
}


/* Content > Sidebar */

#sidebar {
	float: right;
	width: 170px;
}


/* Content > Sidebar > Menu */

#menu {
	margin-bottom: 30px;
	border-bottom: 4px solid #D1BC5C;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 10px;
	border-top: 1px solid #D1BC5C;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #0B2B51;
	text-decoration: none;
	color: #FFFFFF;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px 50px;
	border-top: 1px solid #D1BC5C;
	background: #0B2B51;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
	color: #FFFFFF;
}

/* Footer > Links */

#links {
}