/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	background: #000;     
	color: #fff;  
	letter-spacing: 1px; 
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { text-decoration: none; color: #fff;}
.active a  { text-decoration: none; color: #c00; }
a:hover { text-decoration: none; color: #c00;}

a img { border: none; }

#menu {
    width: 152px;
    overflow: auto;
    top: 55px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	font-size: 20px; 
	font-weight: normal;  
} 

#menu .container {
	margin-top: 60px;
	left: 8px;  
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;  
	border-top: 6pt solid #fff;
}     

#menu li {    
	border-top: 1pt solid #fff;   
	padding: 3px 0 3px 0;
}

#menu ul li.section-title { }

#content {    
	width: 650px;
    height: 100%;
    margin: 160px 0 0 275px;
	font-size: 23px;
}  

.container {     
	padding: 0;
    margin: 5px 5px 25px 5px;
}

#content p { margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
} 

#header {   
	font-size: 9px;
	position: fixed;
	right: 10px;
	top: 6px;
}  

#footer {
	position: fixed;
	bottom: 0px;
	left: 15px;   
	font-size: 9px;
	font-weight: lighter;   
	color: #888;
} 
#footer a {
	color: #888;
}   

#footer a:hover {
	color: #c00;
}
             
#footer ul {
	list-style: none;
	margin: 0 0 12px 0;
} 

#footer p {    
	padding: 0;
	margin: 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; } 

table {
	border: 0;  
	height: 168px; 
	margin: 0 0 35px 0;  
	padding: 0;
}             

tr {  
	padding: 0;
	vertical-align: top;  
	text-align: left;
	height: 80px; 
}   

th img {
	margin: 0 10px 0 0;
}    

td {
	margin: 0;
	padding: 10px 0 0 0;
}

a.play {  
	text-transform: uppercase;
	color: #0ff;
}                    

.headrow {  
	padding: 10px 0 0 0;
	border-top:9px solid #fff;  
	border-bottom:1px solid #fff;    
	font-size: 27px;  
	line-height: 27px; 
	width: 400px;     
}  

.descrow {    
	margin: 10px 0 0 0; 
	letter-spacing: 1;
	font-size: 10px;
	color: #fc0;   
	line-height: 12px;  
}    

.firstdesc {
	width: 200px;
}

hr {                                    
	width: 100%;          
	height:9px; 
	color:#fff; 
	background-color:#fff; 
	border: 0;
	margin: 0 0 11px 0;
}
   
.video {
	display: none;
} 

.impressum {
	width: 400px;  
	height: 100px;
} 

.impressum tr {
	height: 55px;
} 
 
.impressum th {
   	border-top: 9px solid #fff; 
	font-weight: normal;
}

.impressum td {
	padding: 10px 0 0 0;
}


#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
