@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #ffcc66;
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
}
		
a:link  
{ 
	color: #006; 
	font-style: normal; 
	font-weight: normal;
	text-decoration: none;  
}
 
a:hover 
{ 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline; 
}

a:visited  
{ 
    color: #006; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;  
}

#header
{
	width: 100%;
	background-color: #6699cc;
}

#map
{
  position: relative;
  width: 500px; 
  height: 400px;
  border: solid 1px #000;
}

#Adresse
{
  color: #000000;
}

#headerlinks
{
	background-image: url(../images/header_links_haus.png);
	width: 468px;
	height: 360px;
	color: #fff;
}

#images 
{
	height: 150px;
	width: 100%;
	background-color: #588bc2;
	border-top-color: #fff;
	border-top-style: solid;
	border-top-width: 2px;
	
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#image1
{
 	position: relative;
	left: 0px;
	height: 150px;
	width: 367px;
	background-image: url(../images/imagezeile1.png);
	
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 2px;
}

#image2
{
 	position: relative;
	left: 369px;
	height: 150px;
	width: 225px;
	background-image: url(../images/imagezeile2.png);
	
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 2px;
}

#image3
{
 	position: relative;
	left: 227px;
	height: 150px;
	width: 239px;
	background-image: url(../images/imagezeile3.png);
	
	border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 2px;
}

#slogan
{
	height: 30px;
	width: 100%;
	background-color: #cd9934;
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
	
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#menu_start
{
	position:absolute;
	left: 120px;
	width: 130px;
	padding-top: 15px; 
}

#menu_container
{
	position:relative;
	height: 100%;
	width: 100%;
	background-color: #ffcc66;
}

#menu
{
	position:absolute;
	left: 20px;
	width: 130px;
	height: 100%;
    border-right-color: #fff;
	border-right-style: solid;
	border-right-width: 2px;
	padding-top: 15px; 
}

#content
{
	position:relative;
	left: 152px;
	width: 700px;
	background-color: #ffcc66;
	border-bottom-color:#000000;
	border-bottom-width: 1px;
	padding-left: 15px;
	padding-top: 15px;
}

#red
{
	color:#FF0000;
}

#tablecaption
{
	width: 100px;
	vertical-align: top;
}

.preise
{
		
}

.preise td
{
	border: 1px solid #000000;
}

.preiscaption
{
	width:300px;
}

.preiswert
{
	width:50px;
	text-align:right;
}

.bilder
{
	border: 1px solid #588BC2;
	margin-bottom: 5px;
}

