* {
    margin: 0;
    padding: 0; }
    
body {
    background-color: #F0F9FC; 
    background-image: url(../images/body_bgr_y-rep.jpg);
    background-repeat: repeat-y; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    line-height: 16px; 
    color: #283C44; }

img,
a img {
    border: none; }
    
a { 
    color: #BB111A; 
    text-decoration: none; }

#header {
    display: relative;
    height: 260px; 
    background-color: #F0F9FC;  }
    
#header #circle-container {
    width: 195px;
    height: 260px;
    background-image: url(../images/circle_klangwelten.jpg); 
    background-repeat: no-repeat;
    background-position: left top; }
    
#header #font-container {
    position: absolute;
    left: 195px;
    top: 0;
    width: 800px; 
    height: 260px;
    background-image: url(../images/deutsch/klangwelten.jpg);
    background-repeat: no-repeat; }
    
#nav {
    float: left;
    margin-left: 28px; }
    
#subnav {
    float: left;
    margin: 82px 0 0 20px; }
    
#subnav li {
    list-style-type: none; }
    
#subnav a {
    display: block;
    height: 16px; 
    overflow: hidden; }

/* spieltechniken */
table#spieltechniken {
    border-collapse: collapse;
    margin-bottom: 20px; 
    margin-left: -10px; }
    
table#spieltechniken td {
    padding: 0 10px; 
    border-right: 1px dotted red; }
    
#infoPane {
    width: 800px;
    position: relative;
    border-top: 1px solid #CCC; 
    padding-top: 20px; }

#player {
    position: absolute; 
    top: 20px;
    left: 0; }
    
#player2 {
    position: absolute;
    top: 400px;
    left: 0; }
    
#player3 {
    position: absolute;
    top: 775px;
    left: 0; }
    
#infoPane .description {
    position: absolute;
    right: 0;
    width: 350px; }
    
#infoPane .description#hoover {
    left: 0;
    width: 720px; }
    
#infoPane .description#hoover img {
    float: left;
    margin-right: 20px; }

#infoPane p {
    margin-bottom: 20px; }
    

