/*	BETWEEN
	A Shortfilm By Tim Bollinger
	Stylesheet V 1.0
	For Bubi
*/



/* BASIC TAGS */


html {}

body {
background: #000000;
margin: 0px;
padding: 0px;
border: 0px;
}

.menupunkt_clear {
clear: both;
float: left;
background: transparent;
margin: 0px 10px 0px 0px;
}

.menupunkt {
float: left;
background: transparent;
margin: 0px 10px 0px 0px;
}

/* IDS */

#filmplayer {
float: left;
}


#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
display: none;
} 

#picturerow {
float: left;
margin: 160px 0px 0px 80px;
white-space: nowrap;
}

#menulogo {
position: fixed;
width: 400px;
background: transparent;
margin-top: 110px;
margin-left: 80px;
color: #ffffff;
}

#menulink {
position: fixed;
width: 400px;
background: transparent;
margin-top: 550px;
margin-left: 80px;
color: #ffffff;
}


#logo {
float: left;
margin-bottom: 10px;
}

#puffer {
float: left;
width: 275px;
height: 18px;
margin-bottom: 10px;
}

#copyright {
position: fixed;
background: transparent;
margin-left: 80px;
color: #ffffff;
bottom: 40px;
font-family: arial, sans-serif;
font-weight: normal;
font-size: 7px;
color: #282828;
}


/* CLASSES */


.still {
border: none;
margin: none;
}

.credits {
float: left;
margin-top: 50px;
}


/* LINKS */

a img {
border:none;
}






