/* -------- Basic Formats ----------- */
* {
	margin:0;
	padding:0;
}

body{
	background-color:#D9D9D9;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10px;
	color:#707070;
}

h2 {
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
}

img {
	border:0;
}
/* _________________________________________________________ WRAPPERS */

#wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px;
	margin-left: -450px;
	background-image:url(../images/bgbox1.gif);
	background-repeat:no-repeat;
	height:570px;
	width:901px;
}

#wraplong {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px;
	margin-left: -450px;
	background-image:url(../images/bgbox2.gif);
	background-repeat:no-repeat;
	height:570px;
	width:900px;
}


#wrap_showreel {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px;
	margin-left: -450px;
	background-image:url(../images/bgbox1.gif);
	background-repeat:no-repeat;
	height:570px;
	width:901px;
}

#wrapftp {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -385px;
	margin-left: -450px;
	background-image:url(../images/bgboxftp.gif);
	background-repeat:no-repeat;
	height:750px;
	width:900px;
}


/* _________________________________________________________ FTP */


/* _________________________________________________________ MENUE */

#menue {
	margin-top: 97px;
	margin-left: 79px;
	_margin-left: 40px;
	float:left;
	width:140px;
}

#menue img {
	border: 0;
}

#menue ul {
	list-style-type:none;
	margin-top: 0;
}

#menue ul li {
	text-indent: -9999px;
	margin-bottom: 1px;
}

#menue ul li a {
	height:20px;
	width:140px;
	display:block;
	text-decoration:none;
}

#menue ul li a:hover {
	background-position:0 -20px;
	text-decoration:none;
}

#navhome {
	background-image: url(../images/linkhome.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navimpressions {
	background-image:url(../images/linkimpressions.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navabout {
	background-image: url(../images/linkabout.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navstudios {
	background-image: url(../images/linkstudios.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navcrew {
	background-image: url(../images/linkcrew.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navshowreel {
	background-image: url(../images/linkshowreel.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navcasting {
	background-image: url(../images/linkcasting.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navftp {
	background-image: url(../images/linkftp.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navguestbook {
	background-image: url(../images/linkguestbook.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#navkontakt {
	background-image: url(../images/linkcontact.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

/* _________________________________________________________ CONTENT */

#content {
	float:left;
	margin-top: 98px;
	margin-left: 10px;
	height:269px;
	width:591px;
	background-color:#EBEBEB;
}

/* _________________________________________________________ INTRO */

#intro {
	margin: 100px 0 0 80px;
}

/* _________________________________________________________ HOME */

div.teaser{
	margin-top: 98px;
	margin-left:10px;
	width:140px;
	height:269px;
	float:left;
	background-color:#EBEBEB;
	position: relative;
}

.teaser p {
	margin-left:6px;
	margin-right:6px;
}

.teaser img {
	margin-bottom:5px;
}

#badge {
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.teaser a {
	position: absolute;
	bottom: 5px;
	left: 69px;
	width:66px;
	height:16px;
	text-indent:-9999px;
	display:block;
	font-size:9px;
	background-image: url(../images/more_button.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

.teaser a:hover {
	background-position:0 -16px;
	text-decoration:none;
}

/* _________________________________________________________ ABOUT */

p.about {
	width: 250px;
	float:left;
	padding: 0 20px;
}

/* _________________________________________________________ STUDIO */

#studio {
	float:left;
	margin-top: 98px;
	margin-left: 10px;
	height:269px;
	width:591px;
}

#studio ul {
	width:195px;
	margin:25px 0 2px 392px;
}

#studio ul li {
	width: 195px;
	height: 11px;
	margin-bottom:1px;
	list-style-type:none;
}

#studio ul li a {
	width: 195px;
	height: 11px;
	display:block;
	text-decoration:none;
	color:#707070;
	text-indent:10px;
	font-size:10px;
}

#studio ul li a:hover {
	color: #FFFFFF;
	background-color:#F4210C;
}

#studio div {
	width: 195px;
	height: 207px;
	_height: 203px;
	float: left;
	background-color: #EBEBEB;
	font-size:10px;
}

#studio div p {
	margin: 10px;
}



#studio a {
	text-decoration:none;
	color:#707070;
	text-indent:10px;
	font-size:10px;
}

#studio a:hover {
	color: #FFFFFF;
	background-color:#F4210C;
}



#studio a img {
	text-decoration:none;
	color:#FFFFFF;
	text-indent:10px;
	font-size:10px;
}

#studio a:hover img {
	color: #FFFFFF;
	background-color:#FFFFFF;
}







/* _________________________________________________________ SHOWREEL */

#showreel {
	float:left;
	position: relative;
	margin-top: 98px;
	margin-left: 10px;
	height:269px;
	width:591px;
	background-image: url(../images/showreel.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#showreel p {
	margin-top: 70px;
	margin-left: 10px;

}
#showreel a {
	color:#555;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}

#showreel a:hover {
	color:#F3220C;
}
#quicktimemovie {
	position: absolute;
	top: 14px;
	left: 246px;
	background-color:#141414;
	width:320px;
	height:254px;
	color:#FFF;
}
#quicktimemovie a {
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}


/* _________________________________________________________ SHOWREEL FLASH */

#showreelflv {
	float:left;
	position: relative;
	margin-top: 98px;
	margin-left: 10px;
	//height:269px;
	//width:591px;
	//background-image: url(../images/showreel.jpg);
	//background-position: left bottom;
	//background-repeat: no-repeat;
}


#showreelflv a {
	color:#555;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}

#showreelflv a:hover {
	color:#F3220C;
}
#movieflv {
	position: absolute;
	top: 0px;
	left: 0px;
//  background-color:#141414;
	color:#FFF;
}
#movieflv a {
	color:#FFF;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}


/* _________________________________________________________ CONTACT */

#contact {
	float:left;
	margin-top: 98px;
	margin-left: 10px;
	height:269px;
	width:591px;
	background-color:#EBEBEB;
}

#contact a {
	text-decoration: none;
	color: #F3220C;
}

#contact a:hover {
	color: #555;
}

#contact table {
	margin: 5px 20px 0 20px;
	_margin-left: 10px;
	float: left;
}

#contact h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size:10px;
}

#border {
	float:left;
	width: 2px;
	height: 209px;
	margin-top: 0;
	margin-left: 50px;
	background-color:#FFFFFF;
}

#contact p {
	float: left;
	margin: 32px;
}


/* _________________________________________________________ FTP */

#ftpclient {
	background-color:#D9D9D9;
	
}



/* _________________________________________________________ GUESTBOOK */

#guesttext {
	width: 191px;
	height: 269px;
	float:left;
	margin: 98px 0 0 10px;
	background-color: #EBEBEB;
}

#guesttext h2 {
	margin: 5px 0 10px 10px;
}

#guesttext p {
	margin: 0 6px 10px 10px;
}

#guesttext img {
	border-bottom: 2px solid #FFFFFF;
}

#guestbook {
	float:left;
	margin: 98px 0 0 10px;
}

#guestbook a {
	text-decoration: none;
	color: #F3220C;
}

#guestbook a:hover {
	color: #555;
}

#guestbook textarea {
	border: 1px solid #ABABAB;
}

#guestbook table.enter {
	width: 405px;
	background-color: #D1D1D1;
	background-image: url(../images/bgguestbook.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

.tableterm {
	width: 70px;
	text-indent: 10px;
	vertical-align: text-top;
}

.input {
	height: 12px;
	border: 1px solid #ABABAB;
	font-size: 10px;
	margin-bottom: 2px;
	width: 200px;
}

input.check{
	height: 12px;
	border: 1px solid #ABABAB;
	font-size: 10px;
	margin-bottom: 2px;
	width: 60px;
}
.button {
	border: 0;
	margin: 5px 0 10px;
	width: 90px;
	height: 20px;
	background-color: #FFFFFF;
	color: #707070;
	font-weight: bold;
	font-size: 9px;
}

.message {
	padding-right: 20px;
}

.guestbookentry {
	background-color:#ebebeb;
	margin-bottom:3px;
}

/* _________________________________________________________ CASTING */

#castingtext {
	width: 191px;
	height: 269px;
	float:left;
	margin: 98px 0 0 10px;
	background-color: #EBEBEB;
}

#castingtext h2 {
	margin: 5px 0 10px 10px;
}

#castingtext p {
	margin: 0 6px 10px 10px;
}

#castingtext img {
	border-bottom: 2px solid #FFFFFF;
}

#casting {
	float:left;
	margin: 98px 0 0 10px;
}

#casting table.enter {
	width: 405px;
	background-color: #850e05;
	background-image: url(../images/bgcastinghead.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	border:0;
}

.enter td img {
	margin:10px 0 6px 5px;
}

#casting table.enter a:link {
	color:#555;
	text-decoration:none;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#casting table.enter a:visited {
	color:#FFF;
	text-decoration:none;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#casting table.enter a:hover {
	text-decoration: none;
	color: #F3220C;
}

#casting table.enter td {
	vertical-align:bottom;
}

#casting .button {
	margin:0 5px 0 5px;
	padding:0;
	font-size:9px;
	width:80px;
	height:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#casting input {
	height:17px;
	font-size:9px;
	border:0;
}

#casting table.enter a:link {
	display:block;
	width:80px;
	height:17px;
	color:#707070;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:baseline;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
}
#casting table.enter a:visited {
	display:block;
	width:80px;
	height:17px;
	color:#707070;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:baseline;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
}
#casting table.enter a:hover {
	display:block;
	width:80px;
	height:17px;
	color:#707070;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:baseline;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
}
#casting table.enter a:activ {
	display:block;
	width:80px;
	height:17px;
	color:#707070;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:baseline;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
}
#castingdiv {
	overflow:auto;
	height:370px;
	border-bottom:1px solid black;
	border-top:1px solid black;
	border-left:1px solid black;
	border-collapse:collapse;
	width:438px;
}
#castingtable {
	border-right:1px solid black;
	height:370px;
	width:100%;
	_width:386px;
}

#castingtable input {
	margin:0 0 0 3px;
}

/* _________________________________________________________ FOOTER */

#footer {
	position:absolute;
	top:400px;
	left:200px;
	width:600px;
	font-size:9px;
	color:#FFF;
}

#footerlong {
	position:absolute;
	top:570px;
	left:450px;
	width:400px;
	font-size:9px;
	color:#FFF;
	text-align:center;
}

#footerlong a {
	color:#FFF;
	text-decoration:none;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}