/* home.layout.css */

#layout.default {
	margin:0;
	padding:0;
}

	/** TEASER **/

	.content_centerbox_img {
		width:640px;
		overflow:hidden;
	}

	.IE6 .content_centerbox_img {
		width:650px;
		margin-top:0;
	}

		/** Default Layout: 2 Bilder nebeneinander **/

		.content_centerbox_img .images_layout_default {
			float:left;
			width:313px;
			height:200px;
			margin:0 5px 5px 0;
			padding:0;
			position:relative;
			overflow:hidden;
		}
		
			.content_centerbox_img h1 {
				display:none;
			}
		
			.content_centerbox_img .images_layout_default a {
				display:block;
				width:313px;
				height:200px;
				margin:0;
				padding:0;
				position:absolute;
				left:0;
				top:0;
			}
			
			.content_centerbox_img .images_layout_default img {
				display:block;
				width:313px;
				height:200px;
				position:absolute;
				left:0;
				top:0;
			}

		/** Layout 1: 1 breites Bild **/

		.content_centerbox_img .images_layout_1 {
			position:relative;
			width:634px;
			height:205px;
			margin:0 0 0 0;
			padding:0;
			position:relative;
			overflow:hidden;
		}
		
			.content_centerbox_img .images_layout_1 a {
				display:block;
				width:634px;
				height:200px;
				margin:0;
				padding:0;
				position:absolute;
				left:0;
				top:0;
			}
			
			.content_centerbox_img .images_layout_1 img {
				display:block;
				width:634px;
				height:200px;
				position:absolute;
				left:0;
				top:0;
			}

		

	/** BREADCRUMB **/

	.breadcrumb {
		margin:20px 10px 10px 10px;
		padding-bottom:10px;
	}

	.breadcrumb .menuitem {
		float:left;
		padding-right:10px;
		margin-right:6px;
		background:transparent url(/fileadmin/web/images/breadcrumbmenu-bullet.gif) right 2px no-repeat;
	}
	
		.breadcrumb .last {
			background:none;
		}


	/** CONTENT **/
	
	.content_center_text {
	    width: 632px;
		padding-bottom:175px;
	    text-align: left
	}

		/** Allgemeine Formatierungen **/

		.content_center_text h1 {
		    font-family: Verdana, Geneva, sans-serif;
		    font-size: 13px;
		    color: #009d3b;
		    margin: 6px 0 0 0 !important;
		    width: 181px;
		}

		.content_center_text p {
		    font-family: Verdana, Geneva, sans-serif;
		    font-size: 10px;
		    color: #020204;
		    /* width: 298px; */
		    margin: 10px 0 0 0;
		}

		.content_center_text table td {
			vertical-align:top;
			border-bottom:1px solid #efefef;
			padding-bottom:10px;
		}
	

		/** Linke Spalte **/

		.content_center_text_left {
			float:left;
			width:293px;
			padding-left:10px;
			padding-right:20px;
		}
	
		/** Rechte Spalte **/
	
		.content_center_text_right {
			float:left;
			width:265px;
			padding-left:10px;
		}

			.content_center_text_right ul li {
			    background: url(/fileadmin/web/images/text_shape.gif) no-repeat left 15px;
			    font-family: Verdana, Geneva, sans-serif;
			    font-weight: normal;
			    font-size: 10px;
			    color: #020204;
			    padding: 10px 2px 2px 16px;
			}



/*
.left_box_cont {
    border-bottom: #ffed00 1px dotted;
    width: 137px;
    height: 50px;
    margin: 30px 2px 0px 2px;
}

.left_box_cont2 {
    border-bottom: #ffed00 1px dotted;
    width: 137px;
    height: 50px;
    margin: 15px 2px 0px 2px;
}
*/

.content_center_text_right .angebote-box h1 {
	display:none;
}

/* .content_center_text_right .angebote-box a.downloadPDF { */
a.downloadPDF {
	background: #ffffff url('/fileadmin/web/images/ico_pdf.png') no-repeat 0px 0px;
	padding: 2px 0px 0px 25px;
	height: 20px;
	display: block;
}

/* .content_center_text_right .angebote-box a.openFlash { */
a.openFlash {
	background: #ffffff url('/fileadmin/web/images/ico_flash.png') no-repeat 0px 0px;
	padding: 2px 0px 0px 25px;
	height: 20px;
	display: block;
}


