@charset "UTF-8";
/* CSS Document */

* {
        padding: 0;
        margin: 0;
}

# @page land {size: landscape;}
# body {page: land;}

body {
	background-color: #FFF;
	font-size: 0.625em;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}

img {
	border-width: 0;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 10px;
	text-transform: lowercase;
}

p a:link, a:visited {
	color: #bfe412;
	text-decoration: none;
}




h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
	text-transform: lowercase;
}

h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	text-transform: lowercase;
}


ul {
	font-size: 1.2em;
	line-height: 1.8em;
	list-style: square inside;
}


.showreel_tab1{
	color: #FFF;
	width: 55px;
	display: block;
	float: left;
}

.showreel_tab2{
	color: #FFF;
	width: 180px;
	display: block;
	float: left;
}


#maincontainer {
        position:absolute;
        width: 1000px;
        height: 600px;
        margin: -300px 0px 0px -500px;
        top: 50%;
        left: 50%;
        padding: 0px;
        overflow: auto;
}

#header {
	height: 47px;
	width: 1000px;
	background-color: #FFF;
}

#header_logo {
	height: 47px;
	width: 47px;
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	float: left;
}

#header_slogan {
	height: 47px;
	width: 942px;
	background-image: url(../images/header_slogan.gif);
	left: 58px;
	position: absolute;
}

#contentcontainer {
	width: 1000px;
	height: 390px;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 0px;
}

#footer {
	width: 1000;
	height: 23px;
	background-image: url(../images/footer.gif);
}

#copyright {
	background-color: #FFF;
	height: 17px;
	width: 1000px;
	font-size: 0.9em;
	color: #cdcdcd;
	text-align: right;
	margin-top: 3px;
}

#content_links {
	width: 250px;
	height: 390px;
	margin-left: 60px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline;
}

#content_rechts {
	width: 400px;
	height: 390px;
	margin: 0 0 0 60px;
	float: left;
	padding: 0px;
	display: inline;
}

#content_breit {
	width: 710px;
	height: 390px;
	margin-left: 60px;
	float: left;
	display: inline;
}

#button_fullscreen {
	width: 20px;
	height: 20px;
	margin-top: 8px;
	float: left;
	margin-left: 377px;
}

#button_fullscreenback {
	width: 20px;
	height: 20px;
	margin-left: 687px;
	margin-top: 8px;
	float: left;
}

#kontakt_fullscreenback {
	width: 20px;
	height: 20px;
	margin-left: 687px;
	margin-top: 8px;
	float: left;
}

#filmcontainer_gross {
	width: 659px;
	height: 361px;
	float: left;
	margin-left: 51px;
	display: inline;
}

#referenzspalte1 {
	width: 210px;
	height: 390px;
	float: left;
	position: absolute;
}

#referenzspalte2 {
	width: 210px;
	height: 390px;
	margin-left: 230px;
	float: left;
	position: absolute;
}

#referenzspalte3 {
	width: 210px;
	height: 390px;
	margin-left: 470px;
	float: left;
	position: absolute;
}




/* NAVIGATION */

.tab a:link, .tab a:visited {
	color: #000;
	display:block;
	text-decoration: none;
	font-size: 1.2em;
	margin-bottom: 12px;
	text-align: left;
	padding: 2px;

}

.tab {
	background-color: #FFF;
		color: #000;

}

.tab a:hover{
	color: #bfe412;
}

.tab a#current_tab
{
	color:#bfe412;

}

#wrapper{
	width: 230px;
	margin: 0;
	float: left;
	padding: 0px;
	display: inline;
	background-color:#FFF;
	color:#000;

}

#left{
	float: left;
	width: 100px;
	margin-right: 20px;
	display: inline;
	background-color: #FFF;
}

#right{
	float: right;
	width: 110px;
	background-color: #FFF;
}

.stretcher {
	background-color: #FFF;
}

.stretcher a:link, .stretcher a:visited {
	color: #000;
	display:block;
	text-decoration: none;
	font-size: 1.2em;
	margin-bottom: 12px;
	text-align: left;
	padding: 2px;
}


.stretcher a:hover{
	color: #bfe412;
}

.stretcher a#current_stretcher
{
	color:#bfe412;
}

#abstand1{
	margin-top:0px;
}

#abstand2{
	margin-top:31px;
}

#abstand3{
	margin-top:61px;
}

#abstand4{
	margin-top:91px;
}

