/* CSS Kontakt */

<!--
.box_class_right {
	width: 173px;
	overflow: hidden;	
	float: right;
}
.top_right {
	background-image: url(images/heading_right.gif);
	width: 100%;
	position: relative;
	height: 12px;
	overflow: hidden;
	float: right;
}

.content_right {
	height: auto;
	width: 100%;
	background-image: url(images/background_contentr.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 7px;
	padding-left: 7px;
	padding-right:0;
	margin: 0px;
}
.box_footer {
	width: 100%;
	height: 12px;
	position: relative;
	background-image: url(images/box_footer_right.gif);
	overflow: hidden;
}

.name_right {
	width: 100%;
	height: 30px;
	position: relative;
	float: right;
	overflow: hidden;
}
.left_img_right {
	background-image: url(images/title_left.gif);
	display: inline;
	float: right;
	height: 30px;
	width: 7px;
	position: relative;
}
.title_right {
	background-image: url(images/background_box.gif);
	background-repeat: repeat-x;
	display: inline;
	float: right;
	width: 148px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
	padding-top: 7px;
	padding-bottom: 0px;
}
.right_img_right {
	background-image: url(images/title_right.gif);
	display: inline;
	float: right;
	height: 30px;
	width: 18px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #66ccff;	
}

-->