html{
	font-size: 100.01%;
}

body{
	font-family: Georgia, Verdana, sans-serif;
	font-size: 1em;
	color: Black;
	text-align: center;
	background-image: url(../gfx/hintergrund.gif);
	background-color: #e2d2b7;
	margin:0;
	padding:0;
}

a:link, 
a:visited{
	
}

a:hover,
a:active{
	
}

#outline{
	width: 700px;
	margin:0 auto;
	text-align: left;
	background-color: white;
	border: 1px solid #c8b698;
	border-top: none;
}

#header{
	height: 225px;
	background-image: url(../gfx/header.jpg);
}

#header h1{
	display: none;
}

#navigation{
	background-color: #a33e17;
	font-family: "Century Gothic", Arial, sans-serif;
	padding: 5px 0 5px 0;
}

#navigation ul{
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
}

#navigation ul li{
	display: inline;
}

#navigation ul li a:link,
#navigation ul li a:visited{
	color: white;
	text-decoration: none;	
	padding:0 5px 0 5px;
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a.aktiv{
	color: white;
	text-decoration: underline;	
	font-weight: bold;	
	padding:0 5px 0 5px;
}

#footer{
	background-color: #F68649;
	padding:15px;
	font-size: 0.8em;
	color: #f1d7cd;
	text-align: center;
}

#footer a:link,
#footer a:visited{
	color: #f1d7cd;
}

#footer a:hover,
#footer a:active{
	color: white;
}

#footer hr{
	display: none;
}


#content{
	padding: 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
}

#content h2{
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #F68649;
	margin: 25px 0 20px;
}

#content h3{
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: normal;
	color: #F68649;
	margin: 25px 0 20px;
}

dt {
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	color: #F68649;
	}

p.bild-links{
	padding: 10px 10px 15px 10px;
	border: 2px solid #F68649;
	padding: 1px;
	margin: 0 25px 0px 0;
	float: left;
}

p.bild-rechts{
	padding: 10px 10px 15px 10px;
	margin: 0 5px 20px 0;
	float: right;
	text-align: right;
}

p.bild-links img,
p.bild-rechts img{
	border: 2px solid white;
}

ul.bilder{
	margin: 0;
	margin-left: 5px;
	padding: 0;
	list-style: none;
}

ul.bilder li{
	display: inline;
	margin: 0;
	padding: 1;
}

ul.bilder li img{
	border: 2px solid #F68649;
	padding: 1px;
	background-color: White;
}


span.description{
	display:block;
	color: black;
	font-size: 0.8em;
	padding: 5px 0 0 0;
}

a img{
	border: none;
}

table.preise{
	border: none;
	border-collapse: collapse;
}

table.preise th{
	background-color: #f3bba5;
	border:1px solid #d78c6c;
	border-left: none;
	border-right: none;
	padding: 4px 10px;
	margin:0;
}

table.preise td{
	background-color: #f9eee9;
	border-bottom:1px solid #eac2b3;
	
	padding: 4px 10px;
	margin:0;
	font-weight: bold;
}

table.preise td small{
	font-weight: normal;
}

table.preise tr.angebote td{
	background-color: #f8d4c6;
	
}