/*
 * Stylesheet für die zweite Version der Internetseite des Filmes "Vielleicht Allein"
 * Erstellt von David Neubauer
 * für Blubb-Films (www.blubbfilms.de)
*/
/*
 * Grundlegende Definitionen zum Aufbau
*/
body {
margin:0px;
padding:0px;
width:100%;
background-color:black;
color:white;
overflow-x:hidden;
}
div#header {
width:712px;
height:95px;
position:relative;
left:50%;
top:30px;
margin-left:-356px;
}
div#main {
background-image:url('background.png');
background-repeat:no-repeat;
width:1332px;
height:524px;
position:relative;
left:50%;
margin-left:-661px;
}
div#content {
width:508px;
height:343px;
position:relative;
left:50%;
top:173px;
margin-left:-252px;
overflow:auto;
}
div#navi {
width:974px;
height:70px;
position:relative;
left:50%;
margin-left:-487px;
overflow:hidden;
}
a.navi_button {
height:140px;
position:absolute;
}
a.navi_button:focus, a.navi_button:hover, a.navi_button:active {
background-position:0px -70px;
}
a#navi_news {
background-image:url('navi_news.jpg');
background-repeat:no-repeat;
width:112px;
}
a#navi_inhalt {
background-image:url('navi_inhalt.jpg');
background-repeat:no-repeat;
width:128px;
left:112px;
}
a#navi_videos {
background-image:url('navi_videos.jpg');
background-repeat:no-repeat;
width:119px;
left:240px;
}
a#navi_besetzung {
background-image:url('navi_besetzung.jpg');
background-repeat:no-repeat;
width:177px;
left:359px;
}
a#navi_team {
background-image:url('navi_team.jpg');
background-repeat:no-repeat;
width:97px;
left:536px;
}
a#navi_galerie {
background-image:url('navi_galerie.jpg');
background-repeat:no-repeat;
width:138px;
left:633px;
}
a#navi_produktion {
background-image:url('navi_produktion.jpg');
background-repeat:no-repeat;
width:192px;
left:771px;
}
img#navi_end {
width:973px;
height:103px;
position:relative;
left:50%;
margin-left:-487px;
}
p#footer {
text-align:center;
font-size:80%;
}
/*
 * Grundlegende Defininitionen zu Texten und Bildern
*/
p, p a, li a, li {
color:white;
font-size:13px;
margin:0px 0px 20px 0px;
padding:5px;
line-height:130%;
text-align:justify;
font-family:verdana, helvetica, sans-serif;
word-spacing:1px;
}
li {
margin:0px;
}
a:link, a:link {
text-decoration:underline;
padding:0px;
}
p a:visited, li a:visited {
text-decoration:none;
border-bottom:white dotted 1px;
padding:0px;
}
a:focus, a:hover, a:active {
text-shadow: #c0c0c0 0px 0px 2px;
padding:0px;
}

h1, h2 {
font-size:19px;
font-weight:bold;
margin:0px 0px 5px 0px;
padding:0px 0px 0px 5px;
color:white;
text-shadow: #c0c0c0 0px 0px 2px;
font-family:helvetica, sans-serif;
}
h2 {
text-align:center;
}
img {
border:none;
margin-left:6px;
}
p.bottom {
position:absolute;
bottom:0px;
right:0px;
margin:5px;
}
table tbody tr td{
border-bottom: white dotted 1px;
}
table thead tr th {
border-bottom: white solid 1px;
}
table#pic tbody tr td {
border-style:none;
}
/*
 * Spezielle Definitionen zu Text/Bild/Aufbau
*/
p.date {
font-size:0.7em;
margin:0px;
padding: 0px 5px 0px 0px;
text-align:right;
}
table#team1 {
float:left;
width:49%;
text-align:center;
margin-top:10px;
margin-right:2%;
}
table#team2 {
width:49%;
margin-top:10px;
text-align:center;
}
img#bilder_vom_dreh {
margin-left:25px;
margin-top:13px;
}
img#downloads {
margin-left:55px;
margin-top:13px;
}
object#movie_big {
margin-left:3px;
margin-top:5px;
}
object#movie_small {
margin-left:25px;
}
table#besetzung tr td {
border-bottom-style:none;
text-align:center;
}
table#besetzung tr#real_name {
height:60px;
}
table#besetzung tr#name {
height:30px;
}
div.bild {
display:inline-block;
margin-top:30px;
margin-left:25px;
width:200px;
}
p.galerie {
margin-bottom:0px;
margin-top:0;
text-align:center;
}
img.artikel {
margin-left:28px;
margin-bottom:20px;
}
p.autor {
margin-top:0px;
padding-top:0px;
font-size:12px;
}
h2.left {
float:left;
margin-top:50px;
}
h2.right {
float:right;
margin-right:13px;
margin-top:50px;
}
img.videokommentar {
margin-bottom:25px;
margin-top:8px;
}