body {
    background:rgb(252,252,252);
}

#container{
      position:relative;
      border:3px outset #CCC;
      font-size: 0.8em;
      /* "Lucida Sans", Lucida Sans Unicode,  */
      font-family: Verdana, Helvetica, Arial, sans-serif;
      margin:auto;
      margin-top:30px;
      padding-top:15px;
      width:990px;
      min-height:750px;
      background-image:url("../images/backgrnd.jpg");
      background-repeat: no-repeat;
      background-color:#7DA4D3;      
}
    
.brclear {
      clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
}

.brspace {
      font-size: 1px; margin: 0px; line-height: 0; height: 0px;
    }

    /* IE mac hack */
    * html>body .colRight{
      display:inline-block;
      overflow: auto;
    }

    * html>body .colLeft{
        overflow: auto;
}


a {text-decoration: none} 
/*a:hover {font-weight:bold;}*/ 
li.aktuell a{text-decoration: none;}


p,h1,pre {
    margin:0px 10px 10px 10px;
    }
    
h1 {
    font-size:14px;
    padding-top:10px;
    }


#logo {
    position:absolute;
    z-index:100;
    top:65px;
    right:80px;
    }

#content{
    padding: 0px 40px 60px 40px;
    width:780px;
}

#content p{
    font-size:0.9em;
}

#content a {
    color:#00f;
}

/*#content a:hover {font-weight:bold;}*/
 
#content h2 {
    font-size:1.1em;
    border-bottom:1px solid;
    color:#00F;
    width:740px;
}

#content h3 {
    font-size:1em;
    border-bottom:0px solid;
    color:#00F;
}


#rightcontent {
    position:absolute;
    width:165px;
    top:180px;
    right:0px;
}

#rightcontent p {
    font-size:11px;
    margin-right:7px;
    margin-left:3px;
    color:#FFF;
    text-align:right;
    font-weight:bold;
}

#liste a {
    clear:left;
    margin-left:0px;
    background-image:url("../images/icon-bulletlist-norm.gif");
    background-position: 0px 6px; 
    background-repeat:no-repeat;
    margin-right: 10px;
    padding:0px 0px 0px 11px;
}

#liste a:hover {
    background-image:url("../images/icon-bulletlist-over.gif");
    background-position: 0px 5px;  
}

ul {
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    list-style-type: none;
    position: relative;
    margin-left:-40px; 
}

ul.navig li {
    position: relative;
    z-index: 200;
    line-height: 1.5;
    float: left;
    padding: 0em 0.3em 0em 0.3em;
}

#liste ul.navig li {
    position: relative;
    z-index: 200;
    line-height: 1.5;
    display:block;
    float:none;
    margin-right:60px;
    padding: 0em 0.3em 0em 0.3em;
}

ul.navig div.ahover {
    background: #7DA4D3; url('up.png') no-repeat center bottom;
    padding-bottom: 3px;
}

div.ahover {
    position: absolute;
}

                                                        
#navigation a {
    clear:left;
    font-size:0.9em;
    background-image:url("../images/icon-bulletlist-norm.gif");
    background-position:0px 6px;
    background-repeat:no-repeat;
    margin-right: 10px;
    padding:0px 0px 0px 11px;
    text-decoration: none;
}

#navigation a:hover {
    background-image:url("../images/icon-bulletlist-over.gif");
    background-position: 0px 5px; 
    color:#00f;
}

#navigation a.aktuell {color:#00F; font-weight:bold; text-decoration: none;}


#breadcrumb {
    clear:left;
    margin-top:30px;
    margin-left:0px;
    font-size:0.7em;
    color:#000;
    width:750px;
    color:rgb(160,160,160);
    padding-bottom:20px;
}

#breadcrumb a{color:rgb(160,160,160);}


#navbar {

    text-align:right;
    font-size:0.8em;
    color:silver;
    padding-right:1px;
    margin-top:20px;
    padding-bottom:15px;
    color:rgb(160,160,160);
    font-weight:bold;
}


#navbar a{
    color:rgb(160,160,160);
    font-weight:bold;
    margin-right:10px;
}


#navbar a:hover{color:#00F;}



#nachoben img {
    margin-right: 3px;
 }

#nachoben a {
    font-size:0.7em;
    color:#999;
 }

#nachoben a.icon-top  {
    position:absolute;
    padding-left:10px;
    background-repeat: no-repeat;
    background-position: 1px 4px;
    font-size:0.7em;
    background-image: url("../images/PfeilHoch-blau.gif");
    bottom:60px;
    right:320px;
    
 }


#fusszeile {
    position:absolute;
    width:635px;
    bottom: 65px;
    margin-left:0px;
    font-size:0.7em;
    color: #999;
    border-top:1px solid;
}

#fusszeile a {
    color: #999;
 }


#logos {
    position:absolute;
    bottom: 5px;
}

#logos a img{
    border:0px;
}


#logonvidia {
    position:absolute;
    bottom: 5px;
    right: 200px;
}

#logonvidia a img{
    border:0px;
 }


#imageleft{
      float:left;
      padding-right:10px;
      margin-left:10px;
    }


#imageright{
      float:right;
      padding-left:10px;
      margin-right:0px;
    }


