html { 
	min-width: 780px;
	 }


	/* Helpers */

img	{
	border: 0;
	/* border: 1px solid red; */
	}
	
	
	
	

	/* Main layout */

body	{
	text-align: center;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	border: 0;
	background: #888;
	/* background: #888 url(page.gif) top center repeat-y; */
	color: #FFF;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	}


div#wrapper	{
	color: #FFF;
	background: transparent;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/* border: 1px solid red; */
	}




div#seitenkopf {
	width: 780px;
	/* border: 1px solid #fff; */
	border: 0;
	position:relative; top:0px; left:0px;
	}


div#titelbalken {
	width: 780px;
	height: 500px;
	background: #000;
	
	/* border: 1px solid #fff; */
	border: 0;
	position:relative; top:0px; left:0px;
	}
	
div#titelbalken a:link, div#titelbalken a:hover, div#titelbalken a:visited {
	text-decoration: none;
	}
	
div#titelbalken h1 a:link, div#titelbalken h1 a:hover, div#titelbalken h1 a:visited {
	color: #444;
	font-size: 28px;
	}
	
div#titelbalken h2 a:link, div#titelbalken h2 a:hover, div#titelbalken h2 a:visited {
	letter-spacing:0.5em;
	color:#F90;
	font-weight: lighter;
	}
	

	
h1#home a:link, h1#home a:visited, h1#home a:hover	{
	display: block;	
	text-indent: -9999px;
	text-decoration: none;
	width: 780px;
	height: 180px;
	background: #000 url(home.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid white;
	}
	
h1#home1 a:link, h1#home1 a:visited, h1#home1 a:hover	{
	display: block;	
	text-indent: -9999px;
	text-decoration: none;
	width: 780px;
	height: 406px;
	background: #000 url(home1.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h1#home2 a:link, h1#home2 a:visited, h1#home2 a:hover	{
	display: block;	
	text-indent: -9999px;
	text-decoration: none;
	width: 780px;
	height: 406px;
	background: #000 url(home2.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
p#hometext {
	margin-top: 4px;
	padding-right: 25px;
	text-align: right;
	color: #F90;
	font-size: 10px;
	}
	

	

div#menu	{
	width: 780px;
	float: left;
	padding: 0;
	margin: 0;
	background: #000 url(menu_verlauf.gif) top center repeat-y;
	border-top: 2px solid #fff;
	border-bottom: 1px solid #000;
	}
	
div#mainnavi {
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	width: auto;
	/* width: 510px; */
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: White;
	}
	
#mainnavi ul	{
	padding-left: 50px;
	float: left;
	margin: 0;
	border: 0;
	}

#mainnavi ul li { display: inline; }

#mainnavi ul li a	{
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	float: left;
	}

#mainnavi ul li a:hover	{
	background-color: #F90;
	color: #fff;
	}
	
	
div#metanavi {
	display: inline;
	float: right;
	margin: 0;
	border: 0;
	width: auto;
	/* width: 160px; */
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	color: White;
	}
	
#metanavi ul	{
	padding-left: 0;
	padding-right: 10px;
	margin: 0;
	border: 0;
	}

#metanavi ul li { display: inline; }

#metanavi ul li a	{
	padding: 0.2em 1em;
	color: White;
	text-decoration: none;
	/* border-right: 1px solid #fff; */
	float: left;
	}

#metanavi ul li a:hover	{
	background-color: #F90;
	color: #fff;
	}


a#home:link, a#home:visited {
	color: #F90;
	}

a#home:hover {
	color: #FFF;
	}



div#submenu	{
	width: 780px;
	float: left;
	padding: 0;
	margin: 0;
	background: #FFF;
	border: 0;
	border-bottom: 1px solid #CCC;
	}
	
	
div#subnavi {
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	width: auto;
	/* width: 540px; */
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	}
	
#subnavi ul	{
	/* border: 1px solid red; */
	padding-left: 50px;
	margin: 0;
	border: 0;
	}
	
#subnavi ul li { display: inline; }

#subnavi ul li a	{
	padding: 0.2em 1em;
	color: #888;
	text-decoration: none;
	float: left;
	}

#subnavi ul li a:hover	{
	background-color: #CCC;
	color: #fff;
	}
	
	
div#pagenavi {
	display: inline;
	float: right;
	margin: 0;
	border: 0;
	width: auto;
	/* width: 140px; */
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	color: #888;
	}
	
#pagenavi ul {
	/* border: 1px solid red; */
	margin: 0;
	border: 0;
	padding-left: 0;
	padding-right: 50px;
	}
	
#pagenavi ul li { display: inline; }

#pagenavi ul li a	{
	padding: 0.2em 0.8em;
	color: #888;
	text-decoration: none;
	border-right: 1px solid #CCC;
	float: left;
	}

#pagenavi ul li a:hover	{
	background-color: #CCC;
	color: #fff;
	}
	
	
div#homepage {
	height: 480px;
	background-color: #000;
	color: #fff;
	}
	
div#metacontent {
	/* visibility: hidden; */
	text-indent: -9999px;
	height: 0;
	}
	
div#inhalt {
	width: 780px;	/* IE 5 */
	border: 0;
	padding-left: 50px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #000;
	background-color: #FFF;
	voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	voice-family:inherit;
	width:705px;	/* andere Browser */
	}
	

div#impressum, div#hilfetext	{
	border-top: 1px dotted #AAA;
	margin-top: 25px;
	padding-top: 10px;
	}
	



	/* Typography 	*/
	
h1	{
	font-weight: bolder;
	font-size: 25px;
	line-height: 1.2em;
	margin: 0;
	letter-spacing:0.4em;
	color: #444;
	text-align:left;
	width: auto;
	}
	
	
h2	{
	font-weight: lighter;
	font-size: 16px;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 8px;
	color: #FFF;
	text-align:left;
	width: auto;
	}
	

	
#inhalt p, #inhalt li	{
	font-weight: lighter;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 0.8em;
	margin-bottom: 0;
	}
	
	
a:link, a:visited	{
	color: #444;
	}
	
a:hover	{
	color: #F90;
	}
	
	
	
div#kunden_direkt li, div#kunden_propaganda li {
	line-height: 1.1em;
	padding-bottom: 0.5em;
	}
	

#impressum p, #hilfetext p	{
	font-weight: lighter;
	font-size: 10px;
	line-height: 1.4em;
	color: #AAA;
	}
	
	
#referenzen_tab td {
	/* text-align:center; */
	font-size:10px;
	font-weight:lighter;
	line-height: 1.4em;
	color: #888;
	}
	
#kapitel td a {
	text-align:center;
	font-size:12px;
	font-weight:lighter;
	line-height: 1.4em;
	color: #444;
	}
	
#kapitel td a:hover {
	color: #F90;
	}
	
	
.ref_zusatztext {
	font-size:10px;
	font-weight:lighter;
	line-height: 1.4em;
	color: #888;
	}
	
div.foto_rahmen {
	display: block;
	float: left;
	width: auto;
	border: 8px solid red;
	padding-bottom: 12px;
	border-bottom:0;
	background: #000 url(filmstreifen.gif) left bottom no-repeat;
	}
	
div.foto_text {
	display: block;
	float: left;
	width: 580px;
	}
	
img.foto_gross {
	/*float: left;*/
	/*border: 5px solid black;*/
	/*border-bottom: 12px solid black;*/
	}
	
	
.kunden_beispiel {
	font-size:10px;
	font-weight:lighter;
	color: #888;
	}
	
p#impressum_zeile, p#impressum_zeile a {
	font-size:10px;
	font-weight:lighter;
	color: #666;
	}
	
	
.teaser {
	width: 100%;
	border: 0;
}

.teaser td {
	width: 260px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	line-height: 12px;
	
}


.slices a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}


.slideshow {
	background: #000;
	color: #fff;
}
