html {
	margin: 0px;
	padding: 0px; 
	background-color: #dcdde1;
}
body {
	margin: 0px;
	padding: 0px;
	background: #dcdde1 url(../images/elements/bg_header.jpg) top center no-repeat;	
	font: 11.5px / 100% "Bitstream Vera Sans", Verdana, Helvetica, Arial;
	line-height: 113%;
	color:#777;
}
img, a { border: none; }
a { text-decoration: none; }

#logoNaviContainer {
	height: 103px;
	/*
width: 960px;
	margin: 0px auto;
	background: #dcdde1 url(../images/elements/bg_header.jpg) top center no-repeat;	
	
*/
	
}
.navi {
	height: 90px;
	width: 960px;
	margin: 0px auto;
	
}
a.naviButton {
	margin-top: 41px;	
	display:block;
	height: 34px;
	float:right;
	/*position:relative;*/ /*IE*/
	text-indent: -9999px;
	overflow:hidden;
}
a.homeButton {
	margin-top: 12px;	
	width: 230px;
	height: 64px;
	display:block;
	float:left;
	/*position:relative;*/ /*IE*/
	text-indent: -9999px;
	overflow:hidden;
}
a.naviUeberflieger {
	background:url(../images/elements/navi/ueberflieger.png) top left no-repeat;	
	width: 131px;
}
a.naviEmailMarketing {
	background:url(../images/elements/navi/e-mail_marketing.png) top left no-repeat;	
	width: 186px;
}
a.naviInternet {
	background:url(../images/elements/navi/internet.png) top left no-repeat;	
	_background:url(../images/elements/navi/internet.jpg) top left no-repeat;	/* IE<7 */
	width: 103px;
}
a.naviGrafik {
	background:url(../images/elements/navi/grafik.png) top left no-repeat;	
	_background:url(../images/elements/navi/grafik.jpg) top left no-repeat;	
	width: 80px;
}
a.naviFotografie {
	background:url(../images/elements/navi/fotografie.png) top left no-repeat;	
	width: 127px;
}
a.naviLichtstark {
	background:url(../images/elements/navi/lichtstark.png) top left no-repeat;	
	width: 123px;
}
a.naviUeberflieger:hover, a.naviEmailMarketing:hover, a.naviInternet:hover, a.naviGrafik:hover, a.naviFotografie:hover, a.naviLichtstark:hover {
	background-position: 0 -34px;		
}
a.naviUeberflieger:active, a.naviEmailMarketing:active, a.naviInternet:active, a.naviGrafik:active, a.naviFotografie:active, a.naviLichtstark:active  {
	background-position: 0 -68px;		
}
#slideShowContainer {
	height: 376px;
	width: 960px;
	background:url(../images/elements/bg_slideshow.png) top left no-repeat;		
	margin: 0px auto;
/*
	margin-top: 20px;
*/
	position:relative;
	z-index:0;
}
#arbeitenNaviContainer {
	height: 348px;
	width: 960px;
/*
	background:url(../images/elements/bg_slideshow.png) top left no-repeat;		
*/
	margin: 0px auto;
	position:relative;
}
#footerContainer {
	height: 100px;
	width: 960px;
/*
	background:url(../images/elements/bg_slideshow.png) top left no-repeat;		
*/
	margin: 0px auto;
	position:relative;
}
/*
	Allgemeines
*/
.headline{
	height: 26px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.text {
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 17px;
}
.noIndent {
	text-indent: 0px;
}
.headerText {
	margin-left: 26px;
}
.whitelink {text-decoration:none; color: #E3E2DC; }
a.whitelink:hover, a.whitelink:focus { border-bottom: 1px dotted #E3E2DC; }
.link {text-decoration:none; color: #35342F; }
a.link:hover, a.link:focus { border-bottom: 1px dotted #35342F; /*text-decoration:underline;*/}

/*
	Header Images (categories)
*/
#headerImage{
	width: 948px;
	height: 360px;
	text-indent: -9999px;
	overflow:hidden;
}
/*
	Features Startseite
*/
.feature, .footerBox {
	width: 276px;
	height: 348px;
	display: inline-block;
	float: left;
}
.footerBox{
	height: 100px;
}
.featureHead {
	/*width: 276px;*/
	margin-top: 202px;
}
.featureText {
	height: 80px;
}
.internetButton {
	display: block;
	float: right;
	width: 101px;	
	height: 31px;	
	background:url(../images/elements/button_internet.jpg) top right no-repeat;	
	text-indent: -9999px;
	overflow: hidden;
}
.grafikButton {
	display: block;
	float: right;
	width: 95px;	
	height: 31px;	
	background:url(../images/elements/button_grafik.jpg) top right no-repeat;	
	text-indent: -9999px;
	overflow: hidden;
}
.fotografieButton {
	display: block;
	float: right;
	width: 119px;	
	height: 31px;	
	background:url(../images/elements/button_fotografie.jpg) top right no-repeat;	
	text-indent: -9999px;
	overflow: hidden;
}
.fotografieButtonDetails, .grafikButtonDetails, .internetButtonDetails {
	display: block;
	float: right;
	width: 95px;	
	height: 31px;	
	background:url(../images/elements/button_details.jpg) top right no-repeat;	
	text-indent: -9999px;
	overflow: hidden;
}

/*
	Slideshow
*/
#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:1020px;
	height:341px;
	top:-3px;
	left:-80px;
}

#slides {
	position:absolute;
	top:16px;
	left:7px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:948px;
	overflow:hidden;
	position:relative;
	display:none;

}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div {
	/*width:960px;*/ /* only used by main slideshow */
	/*height:360px;*/ /* only used by main slideshow */
	display:block;
	position:relative;
}	
.slides_container div.featureGroup {
	width: 960px;
	height: 348px;
}

.slides_container div img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:965px;
}

/*
	Pagination
*/

.pagination {
	margin:30px auto 0;
	width:70px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

#projectDetailsContainer {
	height: 75px;
	width: 960px;
	background:url(../images/elements/bg_subnavi.jpg) top left no-repeat;		
	margin: 0px auto;
	margin-top: 0px;
	padding-top: 16px;
}
.projectDetails {
	margin-left: 36px;
}
#starkerEindruckClaim {
	height: 92px;
	width: 960px;
	background:url(../images/elements/bg_starker_eindruck.jpg) top left no-repeat;		
	margin: 0px auto;
	margin-top: 76px;
	margin-bottom: 28px;
	text-indent: -9999px;
	overflow:hidden;
}
