a {
	text-decoration: none;
	color: #ed8929;
}
a:hover {
	color: #000;
}
a:focus, a:active {
	outline: none;
}

h1 {
	font-size: 12px;
	color: #666;
	margin: 0 0 12px 0;
}
h2 {
	font-size: 12px;
	color: #000;
	margin: 0 0 8px 0;
}
h3 {
	font-size: 12px;
	color: #ed8929;
	margin: 0 0 8px 0;
}
h4 {
	font-size: 12px;
	color: #000;
	margin: 0 0 2px 0;
}
h5 {
	font-size: 11px;
	color: #000;
	margin: 0 0 2px 0;
}
h6 {
	font-size: 11px;
	color: #000;
	margin: 0 0 6px 0;
}
p {
	font-size: 11px;
	color: #000;
	padding: 0 0 10px 0;
	line-height: normal;
}
img, img a {
	border: none;
}






/* Hightlightbox für Bilder - Box 1 */
div.highlightbox_Images1 {
	width: 170px;
	margin: 0 0 0 40px;
	background: url(../images/layout/bg_box1_cont_1.jpg) repeat-y center top;
}
div.highlightbox_Images1 img {
	margin: 5px auto;
}

div.highlightbox_Images1 div.highlightbox_Images1_cont {
	width: 150px;
	padding: 5px 10px 0 10px;
	background: url(../images/layout/bg_box1_top_1.jpg) no-repeat center top;
	text-align: center;
}
div.highlightbox_Images1 div.highlightbox_Images1_content {
	width: 140px;
	padding: 5px 15px 0 15px;
	background: url(../images/layout/bg_box1_cont_1.jpg) repeat-y center top;
	text-align: center;
}
div.highlightbox_Images1 div.highlightbox_Images1_bottom {
	background: url(../images/layout/bg_box1_bottom_1.jpg) no-repeat center bottom;
	width: 170px;
	height: 5px;	
}

/* Hightlightbox - Nr 2 */
div.highlightbox_2 {
	width: 170px;
	margin: 0 0 25px 40px;
	background: url(../images/layout/bg_box2_content.jpg) repeat-y center top;
}
div.highlightbox_2 img {
	margin: 5px auto;
}
div.highlightbox_2 div.ce_text {
padding: 0 10px;	
}
div.highlightbox_2 .trennlinie2 {
	margin: 5px auto 0 auto;
	border-top: 1px solid #ccc;
	height: 5px;
	width: 150px;
}
/*div.highlightbox_2 .ce_ce_lightbox4ward {
	padding: 5px 10px 0 10px;
}*/
div.highlightbox_2 div.highlightbox_2_cont {
	width: 150px;
	padding: 5px 10px 0 10px;
	background: url(../images/layout/bg_box2_top.jpg) no-repeat center top;
	text-align: left;
}
div.highlightbox_2 div.highlightbox_2_content {
	width: 150px;
	padding: 5px 10px 0 10px;
	background: url(../images/layout/bg_box2_content.jpg) repeat-y center top;
	text-align: left;
}

div.highlightbox_2 div.highlightbox_2_bottom {
	background: url(../images/layout/bg_box2_bottom.jpg) no-repeat center bottom;
	width: 170px;
	height: 5px;
}

div.highlightbox_3 {
	width: 170px;
	height: 300px;
	margin: 0 0 0 40px;
	}




/* Links - Liste Bild Link */
div.linkImage {
	width: 150px;
	text-align: right;
	float: left;

}
div.linkText {
	width: 470px;
	text-align: left;
	margin: 0 0 0 165px;
}


/* Allgemeine Klassen */
.floatright {
	float: right;
}
.floatright_15 {
	float: right;
	padding: 0 0 15px 15px;
}
.floatleft {
	float: left;
}
.floatleft_5 {
	float: left;
	padding: 0 5px 5px 0;
}
.floatleft_15 {
	float: left;
	padding: 0 15px 15px 0;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}
.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
.block {
	display: block;
	text-align: justify;
}
.noview {
	display: none;
}
.invisible {
	display:none;
}
.trennlinie {
	clear: both;
	margin: 25px 0 0 0;
	border-top: 1px solid #ddd;
	height: 25px;
}
.trennlinie2 {
	width: 505px;
	margin: 25px 0 0 0;
	border-top: 1px solid #ddd;
	height: 25px;
}
.trennlinie3 {
	margin: 15px 0 0 0;
	border-top: 1px solid #ddd;
	height: 15px;
}
.smaller {
	letter-spacing: -1px;
}
div.boxHalb {
	float: left;
	width: 45%;
}
.relaBug {
	position: relative;
}

.breite485 {
	width: 485px;
}
.padleft20 {
	padding: 0 0 0 20px;
}
.padright20 {
	padding: 0 0 0 20px;
}
div.boxImpres1 {
	float: left;
	width: 250px;
}
div.boxImpres2 {
	float: left;
	width: 220px;
}