/* Collections */

.collection {
    padding-top: 30px;
    clear:both;
    max-width: 800px;
    text-align:left;
    }

.collection a:link, .collection a:visited, .collection a:active, .collection a:focus  {
    text-decoration: none;
    color:#010921;
    font-weight: normal;
    }

.collection a:hover {
    color:#102047;
    }

.collection h2 a:link, .collection h2 a:visited, .collection h2 a:active, .collection h2 a:hover {
    font-weight: bold;
    clear:both;
}

    
.collection .describ {
    margin-top: 10px;
    width: 500px;
    float:left;
    }

.collection .describ .links {
    margin-top: 15px;
    }

.collection .partner {
    float:right;
    border: solid 1px #E8EAEF;
    padding: 0px;
    width: 200px;
    margin-top: 10px;
    }

.collection .partner .head {
    /*background-color: #E8EAEF;*/
    padding: 4px;
    }

.collection .partner .content {
    padding: 4px;
    }

.collection .partner a {
    font-size: 10px;
    }

.collection .partner .content .onePartner {
    clear: left;
    padding-top: 5px;
    margin-bottom: 10px;
    }

.collection .externalLink {
    margin-top: 5px;
    }


.collection .trenner {
    border-bottom: 1px #ADB8B4 solid;
    height: 0px;
    }


