body {font-size: 12; font-family: Courier; line-height: 140%;
background:#BEBEBE;
margin: 0 }


a:link    { color: #ff4500; text-decoration:none }    /* unvisited links */
a:visited { color: #8b0000;  text-decoration:none }   /* visited links   */
a:hover   { color: #00ff00; text-decoration:underline; font-weight:600 } /* user hovers     */
a:active  { color: #cc6666 }   /* active links    */
a.navigation:visited {color: #ff4500 }



#navigation{
        
        padding-left: 10px;
        height:40px;
        background:#fafad2;
        color:#ff4500;
        border-top: 1px dotted #ff4500;
        border-bottom: 1px dotted #ff4500;
        margin:40px 0 0 0;
        }
#navigationlinks {margin-left: 20px}
#companyname {margin-left: 500px; font-size: 20; letter-spacing: 0.2em;
font-weight:500}

a.navlink  { color: #ff4500; text-decoration:none; font-weight:500;
letter-spacing: 0.2em } 

span.note  {display: block; font-size: 9pt;  font-weight:700; width:300px;  line-height: 110%;}


#kontakt  {display: block; font-size: 9pt;  font-weight:700; width:300px;  line-height: 110%;} 

h5  { text-decoration:underline; font-weight:700;
letter-spacing: 0.2em } 


OBJECT  { bgcolor: #CCCCCC; } 

EMBED { bgcolor: #CCCCCC; } 

#main{
        float: left;
        margin-top: 24px;
        margin-left: 24px;
        min-width: 400px;
        width:70%;
        border-top: 1px dotted #ff4500;
    
        border-left: 1px dotted #ff4500;
    
        border-bottom: 1px dotted #ff4500;
	height: auto;

        background: #CCCCCC;
        color: #333333;
        
        padding: 10px;
    position:relative;
       
        }



#sidebar{
        margin-top: 24px;    
        border: 1px dotted #ff4500;
        background: #CCCCCC;
        color: #333333;
        float:left;
        padding: 10px;
        min-width: 120px;
    width:18%;
        }

#sidebar table {margin-left:auto; margin-right:auto; }



#video_object{
        position: absolute;
        top: 24px;
        left: 24px;
	width: 400px;
	height: 300px;
	z-index: 1;
	}



#main-caption{
        position: relative;
       
	}

#bio{
        position: absolute;
        top: 400px;
        left: 30px;
	margin-top: 15px;
	width: 400px;
	height: 100px;
	font-family: Courier;
	}
