/* CSS Document */
	
#galery {	
	height: 350px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
	}

#rahmen {
	float: left;
	width: 230px;
	border-bottom-color: #000000;
	padding-bottom: 20px;
	background-image: url(../grafiken/black-pixel.gif);
	background-repeat: repeat-y;
	display: inline;
	margin-bottom: 25px;
}

#text {
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#text h1{
	font-size: 12px;
	font-weight: bold;
}

.typ-tech {
	float: left;
	margin-left: 20px;
}

.liste {
	margin: 5 0 5 0;
	padding: 0;
	list-style-type: none;
}

.listenpunkt {
	color: #6699CC;
	text-decoration: none;
	list-style-type: none;
	background-image: url(../grafiken/produkte.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.listenpunkt a{
	list-style-type: none;
	color: #6699CC;
	text-decoration: none;
}

.listenpunkt a:hover {
	font-weight: bold;
	list-style-type: none;

}



