* { margin: 0px; padding: 0;
}

table,table th,table td,table tr {
	border:none;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin:0px;
}

html, body
{
    margin: 0;
    padding: 0;
}

body {
    min-width: 960px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    color: black;
	background: #68635f url(/media/img/hintergrund.jpg) no-repeat top center fixed;
}

#wrapper {
	padding-top: 50px
}

h1
{
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em
}
h2
{
	line-height:24px;
	font-size: 22px;
	clear: left;
}
h3 {
	font-weight: bold;
	font-size: 17px;
	clear: left;
}


/* STANDARD FORMATION */
h2, h3 { margin: 0.5em 0 0.5em 0; }
p { margin-bottom: 1em; line-height: 22px }
/* STANDARD FORMATION */

a {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
a img {
	border: none;
}

div#wrapper {
	margin-top: 125px;
}

div#menu {
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 20px;
	position: fixed;
	margin-top: 15px;
	left: 190px;
	width: 105px;
	z-index: 11;
}

div#main {
	position: relative;
	left: 330px;
	width: 455px;
	margin-bottom: 240px;
}

div#title_banner1{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 320px;
	height: 278px;
	background: url(/media/img/head_1.png) no-repeat top left;
	z-index: 10;
}
div#title_banner1 a{
	display: block;
	width: 320px;
	height: 158px;
}
div#title_banner2{
	position: fixed;
	left: 320px;
	top: 0px;
	width: 457px;
	height: 152px;
	background: url(/media/img/head_2.png) no-repeat top left;
	z-index: 10;
}
div#title_banner2 a{
	display: block;
	width: 100px;
	height: 100px;
}

div#right_bottom_actors1 {
	position: fixed;
	bottom: 0px;
	right: 527px;
	width: 300px;
	height: 105px;
	background: url(/media/img/foot_1.png) no-repeat bottom right;
	z-index: 10;
}

div#right_bottom_actors2 {
	position: fixed;
	bottom: 0px;
	right: 259px;
	width: 268px;
	height: 200px;
	background: url(/media/img/foot_2.png) no-repeat bottom right;
	z-index: 10;
}

div#right_bottom_actors3 {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 259px;
	height: 289px;
	background: url(/media/img/img_unten_rechts.png) no-repeat bottom right;
	z-index: 10;
}

div#left_bottom_mood {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 390px;
	height: 510px;
	background: url(/media/img/velofahrer.png) no-repeat bottom left;
}

div#right_bottom_mood {
	position: fixed;
	left: 745px;
	bottom: 30%;
	margin-bottom: -100px;
	width: 531px;
	height: 565px;
	background: url(/media/img/hauptdarsteller.png) no-repeat center center;
}

div#menu ul.navigation li {
	list-style: none;
	text-align: right;
	margin-bottom: 5px;
}

div#menu ul.navigation a {
	color: black;
	text-decoration: none;
}

div#menu ul.navigation a:hover, div#menu ul.navigation a.mark {
	color: #ff0000;
}
div#menu ul.navigation a.mark:hover {
	text-decoration: none;
}

div.gallery {
	float: left;
	width: 133px;
	height: 115px;
	margin: 10px 7px;
	text-align: center;
}

div.gallery a.download {
	font-size: 0.8em;
}

a.pdf {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	width: 150px;
	height: 55px;
	background: url(/media/img/icon_pdf.png) left center no-repeat;
	padding-left: 80px;
	padding-top: 20px;
	margin: 1em 0;
}

/*------------------------------------------------------------------
IE6 pngfix
-------------------------------------------------------------------*/
img, div { behavior: url(/media/lib/pngfix/iepngfix.htc) }

/*------------------------------------------------------------------
feinheit standard
-------------------------------------------------------------------*/
a#feinheit {
	background:transparent url(/media/img/design/feinheit.gif) no-repeat scroll 0 0;
	display:block;
	height:53px;
	position:absolute;
	right:0;
	text-indent:-7777px;
	top:0;
	width:16px;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


