@charset "utf-8";
body {
	background-color: #fbf8f5;
	background-image: url(../bilder/background.jpg);
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

#container {
	width: 906px;
	margin: 60px auto 20px auto;
	background:url(../bilder/container_bg.jpg);
}

#header {
	background:url(../bilder/header.jpg) no-repeat;
	height: 163px;
}

#menu {
	position:relative;
	top: 150px;
}

#menu ul {
	list-style: none;
	margin: 0 0 0 22px;
	padding: 0;
}

#menu ul li {
	display: inline;
	font-family: Brush Script Std;
	font-size: 20px;
	margin: 0 17px;
}

#menu a:link, #menu a:visited, #menu a:active {
	color: #cf311b;
}

#menu a:hover {
	color: #412c2c;
}

#content {
	padding: 25px 25px 25px 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #412c2c;
}

#content .indextext {
	margin-top: 100px;
}



.leftColumn  {
	padding-right: 40px;
	
}

.rightColumn img {
	padding: 10px;
	background: #fbf6f2;
	border: 1px solid #e5dac2;
	margin: 0 3px 10px;
	
}

.leftMenu{
	margin: 0;
	padding: 0;
	font-size: 16px;
}

#footer {
	background:url(../bilder/footer.jpg);
	height: 143px;
}






.heading1 {
	display: block;
	font-family: Brush Script Std;
	font-size: 24px;
	color: #a8702f;
	font-weight: bold;
	margin-bottom: 20px;
}



.footer_text {
	color: #fff;
	font-style: italic;
	font-size: 12px;
	position: relative;
	top: 50px;
	margin-left: 15px;
	background: url(../bilder/kontakt_ikon.png) no-repeat top left;
	padding: 10px 0 0 92px;
}

.floatright {
	float:right;
}

#header:after, #content:after , #footer:after, .bild:after, .indextext:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

