@charset "utf-8";
/* CSS Document */
#imagebox {
 position: relative;
 float: left;
 clear: both;
 margin-top: 5px;
 margin-bottom: 10px;
 width: 95%;
 border: 1px #CCCCCC solid;
 background-image:url(../image/title_bg.gif);
 background-repeat: no-repeat;
 min-height: 150px;
}

#imagebox .txtholder{
 position: relative;
 float: left;
 clear: both;
 margin: 4px;
 text-align: left;
 width: 100%;
 font-size: 10px;
}

#imagebox ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}

.imgholder {
 position: relative;
 float: left;
 margin: 10px;
 padding: 1px;
 border: 1px solid #CCCCCC;
}

.imgholder:hover {
 border: 1px solid #FF6600;
}

.produkte_box {
 position: relative;
 float: left;
 width: 95%;
 height: 100px;
 border: 1px solid #CCCCCC;
 margin-top: 15px;
 padding: 10px;
}

.produkte_box_image {
 float: left;
 width: 110px;
 height: 100px;
 margin-right: 5px;
}

.produkte_box_area {
 margin-left: 5px;
}
.produkte_box_titel {
 font-weight: bold;
 margin-bottom: 10px;
 margin-left: 5px;
}

#map {
 width: 650px; 
 height: 500px;
}

