* { margin: 0; padding: 0;
	border: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none; 
}

html { 
    font-size:90%; 
}

body {
	color: #333333;
	background-color: #BFBFBF;
    line-height: 140%;
}

body#showreel {
    background-color: #333;
}

/* container */
#all {
    margin: 65px auto 50px auto;
    width: 768px;
    height: 2000px;
    padding-left: 1px; /*wegen 1px border bug FF Mac */
}

#movie {
	width: 768px;
	height: 576px;
	margin-bottom: 15px;
}

#videoPlayer {
    background-color: #556F7A;
}

#content {
   width: 748px;
   padding: 13px 0 26px 20px;
   background-color: #E6E6E6; 
   margin-bottom: 15px;
}

#about #content {
    padding-bottom: 56px;
}

#imprint #content {
    padding-bottom: 6px;
}

#content img {
    margin-top: 7px;
    margin-bottom: 8px;
}

/* Main Navigation */

#naviMain {
    width: 768px;
    height: 54px;
}

/* image replacement */
#naviMain h1 {
    background: url("../images/logo_grey.gif") no-repeat;
    /*width: 500px;*/
    width: 450px;
    height: 54px;
    float: left;
}

#showreel #naviMain h1 {
    background: url("../images/logo_black.gif") no-repeat;
}

#naviMain h1 .text {
    display: block;
    text-indent: -999em;
    height: 30px;
}

#naviMain h1 a {
    position: relative;
    top: -30px;
}

#naviMain span.buttons {
    font-size: 79%;
    font-weight: bold;
    /*width: 268px;*/
    width: 318px;
    height: 44px;
    text-align: right;
    padding-top: 10px;
    float: right;
}

#naviMain span.buttons a, #naviMain span.buttons span.selected, #naviMain span.buttons a:visited {
    text-decoration: none;
    /*margin-left: 30px;*/
    margin-left: 20px;
    color: #FFF;
}

#showreel #naviMain span.buttons a, #showreel #naviMain span.buttons a:visited {
    color: #999999;
}

#naviMain span.buttons a:hover, #naviMain span.buttons a:focus{
    color: #666666;
}

#showreel #naviMain span.buttons a:hover, #showreel #naviMain span.buttons a:focus{
    color: #FFF;
}

#naviMain span.buttons span.selected, #naviMeta span.selected, #naviMeta a.selected:visited {
    color: #666666;
}

/* Meta Navigation */

#naviMeta {
    width: 768px;
    padding-bottom: 100px;
}

#naviMeta a, #naviMeta a:visited, #naviMeta span.selected {
    color: #FFF;
    text-decoration: none;
    font-size: 79%;
    font-weight: bold;
    margin-right: 20px;
}

#naviMeta a:hover, #naviMeta a:focus, #naviMeta span.selected {
    color: #666666;
}

#showreel #naviMeta a, #showreel #naviMeta a:visited {
    color: #999999;
}

#showreel #naviMeta a:hover, #showreel #naviMeta a:focus {
    color: #FFF;
}

#naviMeta .slash {
    margin-left: 2px;
    margin-right: 1px;
}

/* text styles */

h2 {
    font-size: 100%;
    font-weight: bold;
    margin-bottom: 0.2em;
    color: #666;
}

#imprint h2, #profile h2 {
    margin-bottom: 0.7em; 
}


#content p {
    width: 565px;
    margin-bottom: 0.7em;
}

#content p.intro {
    margin-bottom: 1.8em;
}

.title {
    color: #FA481C;
}

.subTitle {
    color: #666;
    font-size: 79%;
    margin-left: 5px;
}

.note {
    color: #666666;
    font-weight: normal;
    font-size: 79%;
    margin-left: 3px;
}

.credit, .ustid {
    font-size: 79%;
}

.tasks {
    font-size: 79%;
    font-weight: bold;
    color: #FA481C;
    padding-bottom: 10px;
}

#content p.description {
    margin-bottom: 0.7em;
    font-size: 90%;
    line-height: 140%;
}

#imprint .footer {
    font-size: 79%;
    font-weight: normal;
    color: #333;
    margin-top: 60px;
    line-height: 150%;
}

.slash {
    margin-left: 3px;
    margin-right: 3px;
}

/* text links */
a, a:visited {
    color: #333;
    text-decoration: underline;
}

a:hover, a:focus { 
    text-decoration: none;
}


/* misc */

hr {
    width: 768px;
    height: 3px;
    margin: 25px 0 25px -20px;
    background-image: url("../images/line.png");
    clear: right;
    display: block;
}

img#portrait {
    float: right;
    margin-right: 20px;
    margin-bottom: 30px;
}





