html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #000000;
	width: 850px;
	margin: 0 auto 0 auto;
	height:100%;
	text-align: center; /* horizontale Zentrierung in alten IEs */
	background-image: url("layout/bg_body.gif");
	background-repeat: no-repeat;
	background-position: center;
}

div.page{
	width: 850px;
	text-align: left;
	min-height: 100%;
	background-image: url("layout/bg_page.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

div.top{
	width: 850px;
	height: 100px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right;
}
div.top#referenzen{	background-image: url("bilder/bg_referenzen.jpg"); }
div.top#interaktive{ background-image: url("bilder/bg_interaktive_produktionen.jpg"); }
div.top#videoproduktionen{ background-image: url("bilder/bg_videoproduktionen.jpg"); }
div.top#spotproduktionen{ background-image: url("bilder/bg_spotproduktionen.jpg"); }
div.top#kontakt{ background-image: url("bilder/bg_kontakt.jpg"); }

div.left{
	float: left;
	width: 115px;
	padding: 20px 0 0 20px;
}

div.content{
	padding: 0 20px 0 176px;
}

div.bottom{
	width: 850px;
	height: 30px;
	margin:0;
	padding:0;
	clear:both;
}

a.home{
	display: block;
	margin:0;
	padding:0;
}


/* ####################################################### */
/* #### Allgemein: Schriften, Listen u. Links ############ */

html, body, table, th, td, div, ul{
	font-size: 12px;
	font-family: arial, helvetica, verdana, lucida, sans-serif;
	line-height: 1.6em;
}

h1{
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 2em;
}
h2{
	font-size: 1.2em;
	margin-top: 2.5em;
	margin-bottom: 1em;

}
h3{
	margin-top: 3.5em;
}


a{
	color: #FF0000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


/* ####################################################### */
/* #### Linke Spalte ##################################### */

ul.hauptnavigation{
	margin: 0;
	padding:0;
}
ul.hauptnavigation li{
	list-style-type: none;
}

ul.hauptnavigation li a{
	display: block;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	color: #000000;
	text-decoration: none;
	background-image: url("layout/bg_nav_a_active.gif");
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
ul.hauptnavigation li.active a,
ul.hauptnavigation li a:hover{
	background-image: url("layout/bg_nav_a_active.gif");
	color: #ffffff;
	font-weight: bold;
}
ul.hauptnavigation li a.special{
	background-image: url("layout/bg_nav_a_special_active.gif");
}
ul.hauptnavigation li.active a.special,
ul.hauptnavigation li a.special:hover{
	background-image: url("layout/bg_nav_a_special_active.gif");
}



/* ####################################################### */
/* #### Content ########################################## */



div.content ul{
	margin-top: 1.5em;
	margin-bottom: 3em;
}

div.content ul li{
	list-style-type: square;
	margin-bottom: 1.5em;
	font-weight: bold;
}

img.marginalien{
	float: right;
	margin-top:20px;
	display:block;
}
div.marginalien{
	float: right;
	width: 150px;
	margin-left: 20px;
	margin-top:20px;
}
div.marginalien img{
	margin-bottom: 15px;
}


table{
	width: 500px;
}
table.anschrift{
	width: 300px;
}
table td{
	vertical-align: top;
	padding-bottom: 1em;
}
table.referenzenliste td{
	font-size: 0.9em;
}
div.content p{
	padding-left: 0px;
}



/* ####################################################### */
/* #### Allgemein: Bilder ################################ */

img{
	margin:0;
	padding:0;
	border:none;
}