/* CSS Document */
body{
    padding:0px;
    margin:0px;
    text-align:center;
    background-color:#0A1635;
  
}
body a:focus{
    outline:none;
}
#wrapper{
    width:950px;
    margin:10px auto;
    background-color:#0A1635;  
    border: 1px solid #fff;
}
#header{
    background-color:#0A1635;   
    background-image: url('http://www.girlspilot.com/images/header.jpg');
    background-repeat: no-repeat;

}
#topliste{
width:400px;
margin-left:540px;
height:200px;
}
#topliste h3{

text-align:center;
color:#fff;
}

.tlist{
margin-top:0px;
display:inline;
float:left;
font-size:18px;
font-style:italic;
line-height:25px;
/*margin-left:5px;*/
list-style-type:none;
}
*html .tlist{
margin-left:50px;

}
.tlist a{
color:#fff;
}
.tlist a:hover{
color:rgb(255,153,0);
}


   

.bildblock{
    
    float:left;
    width:844px;
    padding-left:54px;
    /*height:3120px;*/
}
#bildblock img{
    margin:5px;
    width:200px;
    height:250px;
    float:left; 
}
.horizontal_top{
  background-image: url('http://www.girlspilot.com/images/menuback.jpg');
  background-repeat: x-repeat;
  height:28px;
  margin-bottom:5px;
  clear:both;
}
.topfreunde{
  list-style-type:none;
  margin-top:0px;
  color:#fff;
  
}
.topfreunde li {
  display:inline;
  padding:0px 20px 0px 20px;
  font-size:22px;
}
.topfreunde li a{
  color:#fff;
  text-decoration:none;
}
#footer{
    color:#fff;
    height:250px;
    margin-bottom:20px;
    background-color:#0A1635;  
    clear:both;
}
#footer h2{
    word-spacing:8px;
    padding-top:20px;
}
*html #footer h2{
padding-top:20px;
}
#schlusstext{
    margin-top:10px;
    clear:both;
    text-align:center;
    padding-top:30px;
}

#schlusstext a{
    color:#fff;
}
#schlusstext a:hover{
    color:rgb(255,153,0);
}
/*für IE - unterer Rand der Seite*/
#footspacing{   
background-color:#0A1635;
height:20px;
}