/* CSS Document */


/* base
----------------------------------------------- */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 10px;
}
body {
	background-color: #000000;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	
}

#footer {
	margin:auto;
	position:relative;
	width:750px;
	height:100px;
	z-index:1;
	text-align: center;
	font-size: 9px;
}

#container {
	margin:auto;
	margin-top:100px;
	position:relative;
	width:750px;
	height:500px;
	z-index:1;
	background-image: url(http://www.steffenhaars.com/images/home_background.jpg);
	background-repeat: no-repeat;
}

#container_director {
	margin:auto;
	margin-top:100px;
	position:relative;
	width:750px;
	height:500px;
	z-index:1;
	background-image: url(http://www.steffenhaars.com/images/director_background.jpg);
	background-repeat: no-repeat;
}
#container_director_of {
	margin:auto;
	margin-top:100px;
	position:relative;
	width:750px;
	height:500px;
	z-index:1;
	background-image: url(http://www.steffenhaars.com/images/director_of_background.jpg);
	background-repeat: no-repeat;
}

#container_info {
	margin:auto;
	margin-top:100px;
	position:relative;
	width:750px;
	height:500px;
	z-index:1;
	
}

#director_of_content {
	position:relative;
	width:730px;
	height:350px;
	z-index:2;
	left: 0px;
	top: 70px;
	overflow: auto;
}

#accesability {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: -1000px;
}

#popup{
	margin: auto;
	width:330px;
	position:relative;
}
/* menus

/* page specific content
----------------------------------------------- */
.thumb {
	position:relative;
	width:125px;
	height:70px;
	z-index:3;
	margin-left:90px;
	margin-right:90px;
	margin-bottom:10px;
	clear: none;
	float: left;
/*
position:relative;
	width:125px;
	height:70px;
	z-index:3;
	margin-left:100px;
	margin-right:100px;
	margin-bottom:10px;
	clear: none;
	float: left;

*/
}
.thumb_director {
	position:relative;
	width:125px;
	z-index:3;
	margin-left:0px;
	margin-right: 0px;
	margin-bottom:20px;
	clear: none;
	/*float: left;*/
}
#musicvideos {
	position:relative;
	width:200px;
	z-index:1;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}
#commercials {
	position:relative;
	width:200px;
	z-index:2;
	float: left;
	margin-right: 40px;
}
#other {
	position:relative;
	width:150px;
	z-index:3;
	float: left;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding-bottom:0px;
	margin-bottom:5px;
}

/* menus
----------------------------------------------- */
#menu {
	position:relative;
	width:349px;
	height:193px;
	z-index:1;
	left: 308px;
	top: 132px;
}
#menu_director_of {
	position:relative;
	width:176px;
	height:78px;
	z-index:1;
	left: 185px;
	top: 51px;
}
#menu_director {
	position:relative;
	width:120px;
	height:78px;
	z-index:1;
	left: 370px;
	top: 35px;
}





/* links
----------------------------------------------- */

#director_of_content a, #director_of_content img {
	color: #999999;
	font-size: 9px;
	text-decoration: none;
	border:none;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
