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

body {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 195px;
}

#main {
	width: 960px;
	margin: 0 auto;
	height: 359px;
	position:relative;
}

#videohome {
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 15px;
	overflow: hidden;
}

#eyecatcher {
	width: 309px;
	height: 309px;
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 34px;
	overflow: hidden;
}

#texter {
	width: 593px;
	height: 202px;
	margin: 0 auto;
	position: absolute;
	top: 0px;
	left: 367px;
	overflow: hidden;
	color: #999;
}

#home_play1 {
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 392px;
	overflow: hidden;
}

#home_play2 {
	margin: 0 auto;
	position: absolute;
	top: 10px;
	right: 40px;
	overflow: hidden;
}


#klein1 {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	position: absolute;
	top: 210px;
	left: 392px;
	overflow: hidden;
}

#klein2 {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	position: absolute;
	top: 210px;
	left: 530px;
	overflow: hidden;
}

#klein3 {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	position: absolute;
	top: 210px;
	left: 670px;
	overflow: hidden;
}

#klein4 {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	position: absolute;
	top: 210px;
	left: 810px;
	overflow: hidden;
}

#klein5 {
	width: 110px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	bottom: 1px;
	right: 70px;
	overflow: hidden;
}

#kleinbutton {
	width: 110px;
	height: 28px;
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	left: 810px;
	overflow: hidden;
}


#cut {
	width: 960px;
	margin: 0 auto;
	height: 24px;
}

#buttons {
	width: 960px;
	margin: 0 auto;
	height: 84px;
}

img {border: none;}

/* Styles für den Tabbed-Content Bereich productions.html */
#tabbed1 {
	color:#CCC; 
	width:550px; 
	height: 190px; 
	padding: 5px; 
	position: absolute; 
	top: 0px; 
	left: 367px;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	}
#tabbed1 h1 {
	font-size: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#tabbed1 a { color: #F00;}
#tabbed1 p { margin: 0px; text-align: justify;}
