@CHARSET "UTF-8";

#top-wrapper{

    height: 266px;
    width: 982px;
    
}
#top-suche-wrapper{

    height: 266px;
    width: 982px;
    
}
#zuechter-top-left{

    height: 266px;
    width: 641px;
    float: left;
    background-color: #ffffff;

}

#zuechter-top-right{
    
    height: 266px;
    width: 341px;
    float: left;
    background-color: #ffffff;


}
#bild-wrapper{

    height: 266px;
    width: 247px;
    padding-left: 30px;
    padding-top: 40px;
    float: left;
}
#bild-rahmen{

    background: url(../images/hund_bild_rahmen.jpg);
    background-repeat: no-repeat;
    height: 190px;
    width: 247px;
}
.bild{
    
    padding-left: 30px;
    padding-top: 20px;
   

}
#namen-wrapper{

    float: left;
    height: 266px;
    width: auto;
    padding-left: 30px;

}
#header-hund-name{

    font-size: 16px;
    color: #333333;   
    padding-top: 50px;   

}

#header-hund-rasse{

    font-size: 12px;
    color: #666666;
    padding-top: 10px;

}
.border_bottom{

    border-bottom: 1px dotted #999999;
    width: 500px;
}
.blocker {

    width: 500px;
    clear: both;
    padding-top: 20px;
    
}
.col1{

    float: left;
    width: 200px;
    font-weight: bold;
    
}
.col2{

    float: left;
    width: 280px;
    padding-left: 20px;
    
}

