/* ------------------- */
/* Startseite          */
/* ------------------- */

html body {
	background-color:#fff;
	background:url(../img/bg_start.gif) top left repeat-x;
}

#container_start {
	width:980px;
	margin:0px auto;
	padding-top:101px;
}

#logo_start { height:83px; }

#willkommen {
	width:960px; text-align:right;
}

#willkommen a { font-size:10px; text-decoration:none;}

#animation_gesamt {
	height:240px;
	padding:0px 10px 0px 10px;
	margin-top:60px;b
}

.sonderLink {
	width:100%; text-align:right;
	position:absolute;
	margin:-58px 0 0 0;
}

#facebook_start {
	width:26px; height:111px;
	position:absolute;
	margin:-20px 0 0 -47px;
}

#animation_balken {
	width:920px; height:230px;
	background-color:#c5c6c7;
	padding:20px 20px 0px 20px;
	position:relative;
}

#crossfade {
    width: 915px;
    height: 203px;
}

a#editImage {
	margin-left:10px;
	margin-top:335px;
	position:absolute;
	width:16px; height:16px;
	background:url(../img/icons/edit.gif); display:block;
}

*:first-child+html a#editImage { margin-top:255px;} * html a#editImage {margin-top:255px;}



/*//////////////////////////////////////////////////////////////
//Akkordeon Animation start
////////////////////////////////////////////////////////////////*/

div#accordion {
		width:915px;
		background:url(../img/start/startbild_news.jpg);
		background-repeat:no-repeat;
		
	}
	.sm {
		padding:0;
		margin:0;
		list-style:none;
		width:915px;
		height:204px;
		display:block;
		overflow:hidden
	}
	.sm li {
		background:none;
		padding:0;
		margin:0;
		float:left;
		display:inline;
		position:relative;
		overflow:hidden
	}
	
	.sm li a.titel {
		float:left;
		display:block;
		width:38px;
		height:204px;
	}
	
	.sm li div.bild {
		width:839px;
		height:204px;
		display:block;
		position:relative;
	}
	.sm li img {
		border:none;
		float:left;
	}
	
	.sm li div.bild div.left {
		position:absolute;
	}
	
	.sm li div.bild div.right {
		position:absolute;
		margin-left:38px;
		width:801px;
		display:block;
		height:203px;
	}
	
	.sm li div.bild div.right a {
		display:block;
		width:801px;
		height:203px;
	}
	
	.sm li div.bild div.content_referenzen {
		background:url(img/start/startbild_referenzen.jpg);
	}
	
	.sm li div.bild div.content_produkte {
		background:url(img/start/startbild_produkte.jpg);
	}

/*/////////////////////////////////////////////////////////////////
//Akkordeon Animation Ende
/////////////////////////////////////////////////////////////////*/

/* Footer */
#footer {
	margin-top:150px;
	height:26px;
	width:auto;
	background-image:url(../img/start/start_footer_hg.gif);
	background-repeat:repeat-x;
	text-align:right;
	padding-right:10px;
}

