/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family:			Tahoma, Arial, Helvetica, Verdana;
	font-size:				small;
	color:					#797979;
	background:				url(../images/bg_body.gif) repeat-x #fff;
}

/**
* Set page centered
*/
#center {
	text-align:				center;
}

/**
* Define page width
* Set margin to auto, otherwise non IE Browser will display the page non centered
**/
#page {
	margin:					auto;
	margin-top:				1px;
	text-align:				left;
	width:					842px;
}

#sl {
	padding-left:			20px;
	background:				url(../images/bg_div_sl.gif) no-repeat;
}

#sr {
	padding-right:			20px;
	background:				url(../images/bg_div_sr.gif) no-repeat top right;
}

#inner_page {
	min-height:				740px;
	height:					auto !important;
	height:					740px;
}

#header {
	height:					223px;
	background:				url(../images/bg_div_header.gif) no-repeat;
	position:				relative;
}

#home {
	width:					184px;
	height:					68px;
	position:				absolute;
	top:					54px;
	left:					15px;
}

#Video{
	width:					480px;
	height:					300px;
}

#head_image {
	position:				absolute;
	top:					31px;
	left:					523px;
	width:					235px;
	height:					156px;
	background:				url(../images/bg_div_head_image_luftbild.jpg) no-repeat;
}

#head_image.wertstoffe {
	background:				url(../images/bg_div_head_image_wertstoffe.jpg) no-repeat;
}

#head_image.muell {
	background:				url(../images/bg_div_head_image_muell.jpg) no-repeat;
}

#head_image.umwelt {
	background:				url(../images/bg_div_head_image_umwelt.jpg) no-repeat;
}

#head_image.luftbild {
	background:				url(../images/bg_div_head_image_luftbild.jpg) no-repeat;
}

#head_image.luftbild2 {
	background:				url(../images/bg_div_head_image_luftbild2.jpg) no-repeat;
}


#head_image.bunt {
	background:				url(../images/bg_div_head_image_bunt.jpg) no-repeat;
}

#head_image.bagger1 {
	background:				url(../images/bg_div_head_image_bagger1.jpg) no-repeat;
}

#head_image.bagger2 {
	background:				url(../images/bg_div_head_image_bagger2.jpg) no-repeat;
}

#head_image.bagger3 {
	background:				url(../images/bg_div_head_image_bagger3.jpg) no-repeat;
}

#head_image.textilien {
	background:				url(../images/bg_div_head_image_textilien.jpg) no-repeat;
}

#head_image.lkw {
	background:				url(../images/bg_div_head_image_lkw.jpg) no-repeat;
}

#head_image.haenger {
	background:				url(../images/bg_div_head_image_haenger.jpg) no-repeat;
}

#head_image.transporter {
	background:				url(../images/bg_div_head_image_transport.jpg) no-repeat;
}

#head_image.verarbeitung {
	background:				url(../images/bg_div_head_image_verarbeitung.jpg) no-repeat;
}

#head_image.beratung {
	background:				url(../images/bg_div_head_image_beratung.jpg) no-repeat;
}

#head_image.partner {
	background:				url(../images/bg_div_head_image_partner.jpg) no-repeat;
}

#head_image.mitarbeiter {
	background:				url(../images/bg_div_head_image_mitarbeiter.jpg) no-repeat;
}

#head_image.containerdienst {
	background:				url(../images/bg_div_head_image_containerdienst.jpg) no-repeat;
}

#head_image.entwicklung {
	background:				url(../images/bg_div_head_image_entwicklung.jpg) no-repeat;
}



#meta_nav {
	position:				absolute;
	top:					158px;
	left:					29px;
	font-size:				small;
}

#meta_nav a {
	color:					#797979;
	text-decoration:		none;
}

#navigation_border {
	padding-right:			10px;
	background:				url(../images/bg_div_navigation.gif) no-repeat center right;
	margin-bottom:			30px;
}

#navigation {
	border-top:				3px solid #fdd44a;
	border-bottom:			3px solid #fdd44a;
	padding:				1px 0px;
}

#navigation ul {
	list-style-type:		none;
	background:				#fee9a4;
	padding:				20px 0px;
}

#navigation ul li {
	border-bottom:			1px solid #fee9a4;
}

#navigation ul li a {
	display:				block;
	padding:				5px 5px 6px 17px;
	text-decoration:		none;
	color:					#525151;
	border-top:				1px solid #fee9a4;
}

#navigation ul li a:hover ,#navigation ul li a.current, #navigation ul li a.section {
	color:					#007151;
	background:				url(../images/bg_span_navigation_current_hover.gif) no-repeat 17px center;
}

#navigation ul li a span {
	padding-left:			12px;	
}

#navigation ul li a.current, #navigation ul li a.section {
	background:				url(../images/bg_a_navigation_current.gif) repeat-x;
	border-top:				1px solid #fff;
	border-bottom:			1px solid #fff;
}

#navigation ul li a.current span {
	background:				url(../images/bg_span_navigation_current_hover.gif) no-repeat left center;
}

#navigation ul li a.section span {
	background:				url(../images/bg_span_navigation_section.gif) no-repeat left center;
}

#navigation ul li ul {
	background:				#fdd44a;
	padding:				0px;
	border-bottom:			1px solid #fff;
}

#navigation ul li ul li {
	margin-left:			14px;
	border-bottom:			#fdd44a;
}

#navigation ul li ul li a, #navigation ul li ul li a.section {
	background:				none;
	border:					none;
}

#navigation ul li ul li a:hover, #navigation ul li ul li a.current {
	color:					#007151;
	background:				url(../images/bg_span_navigation_current_hover.gif) no-repeat 17px center;
	border:					none;
}

#navigation ul li ul li a span {
	background:				none;
}

#navigation ul li ul li ul {
	border-bottom:			none;
}

#content_left, #content_main, #content_main_twocol, #content_main_threecol, #content_right {
	float:					left;
}

#content_left {
	width:					212px;
	margin-top:				4px;
}

#content_main {
	width:					1000px;
}

#content_main_twocol {
	width:					534px;
	padding:				0px 30px 0px 26px;
}

* html #content_main_twocol {
	width:					478px;
	padding:				0px 30px 0px 26px;
}

#content_main_threecol {
	width:					600px;
}

#content_right {
	width:					200px;
}

#footer {
	height:					20px;
	background:				url(../images/bg_div_footer.gif) no-repeat;
}

/**
* Tabelle *
**/

.ebs_table {
	border-collapse:collapse;
}

.ebs_table td{
	border: 1px solid #000;

}


/**
* Comments
**/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 10px 10px 10px 10px;
}
#PageComments li.odd {
	background: #efefef url(../images/bg_li_page_comments_odd.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

#PageComments li.even {
	background: #fff url(../images/bg_li_page_comments_even.gif) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
}

.actionLinks li {
	display: inline;
	border-right: 1px solid;
}
.actionLinks li.last {
	border-right: none;
}

.commentrss {
	background: transparent url(../images/bg_a_commentrss.png) no-repeat;
	padding-left: 20px;
}
#PageCommentsPagination p {
	text-align: center;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm {
	margin-bottom:					10px;
}

#PageCommentInterface_Form_PageCommentsPostCommentForm_error {
	margin:							10px 0px;
	padding:						10px;
	border:							1px solid #ff0000;
	background-color:				#ff7676;
	font-weight:					bold;
	color:							#fff;
}

div.cb {
	clear:					both;
	height:					0px;
}

div.cl {
	clear:					left;
	height:					0px;
}

div.cr {
	clear:					right;
	height:					0px;
}

div.content_left_content {
	padding:				0px 20px 0px 29px;
	color:					#525151;
}

div.page_images_right {
	float:					right;
	margin:					45px 7px 20px 20px;
}

div.page_images_left {
	float:					left;
	margin:					45px 20px 20px 0px;
}

div.page_images_right img, div.page_images_left img {
    margin-bottom:10px;
}

div.page_images_right p, div.page_images_left p {
	width:					120px;
}

.row1 {
    background:#FDF7E9;
}

.row2 {
    background:#FBFAF5;
}
