/*******************************************************************************
    Layout and Design Definitions for content type Home
*******************************************************************************/

#contentHome {
    color: black;
    background-color: white;
}

#keyvisual {
    width: 748px;
    height: 140px;
    margin-top: 0px;
}

a.imageLink img {
    border: 0px;
}

#topStoryTeaser {
    margin-top: 15px;
    margin-bottom: 13px;
    width: 748px;
    height: 90px;
}

img.topStoryTeaserImg {
    width: 110px;
    height: 105px;
}

#topStoryTeaserImg {
    margin-right: 15px;
    float: left;
    width: 110px;
}

a.teaserLink {
    text-decoration: underline;
}

#topStoryTeaserText {
    text-align: justify;
    margin-top: 5px;
}

#topStoryTeaserContent {
    margin-left: 125px;
}

#newsAndLinks {
    padding-top: 30px;
    width: 748px;
    height: 325px;
}

#containerNews {
    float: left;
    width: 359px;
    height: 100%;
}

div.newsAndLinksHeadline {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 359px;
    font-size: small;
    background-color: #FF6600;
    
}

div.newsAndLinksHeadline h2 {
    margin-left: 15px;
    color: white;
    font-size: small;
}

#archiveLink {
    float: right;
}

#archiveLink a{
    text-align: right;
    margin-right: 15px;
    color: white;
    text-decoration: underline;
}

#archiveLink a:hover{
    text-decoration: none;
}

#peopleAtWI {
    margin: 10px;
    overflow: hidden;
}

div.peopleAtWIHeadline {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 338px;
    background-color: #B3C2D1;
}

div.peopleAtWIHeadline h3 {
    margin-left: 15px;
}

#containerLinks {
    margin-left: 389px;
    width: 359px;
    height: 100%;
}

#containerLinks ul{
    list-style-type: none;
    list-style-image: url("../img/link_icon.gif");
    margin: 0px 0px 0px 15px;
    padding: 15px;
    width: 300px;
}

#containerLinks li{
    margin-top: 5px;
    text-decoration: underline;
}

#containerLinks li:hover{
    text-decoration: none;
}

.people {
    position: absolute;
    margin-top: 15px;
}

.peopleImage {
    float: left;
    margin-left: 15px;
}

.peopleData {
    padding-top: 15px;
    margin-left: 110px;
    margin-right: 15px;
}

.peopleName h3{
    text-decoration: underline;
    background-color: #FFF;
}

.peopleJobTitle {
    margin-top: 3px;

}

.peopleMore {
    margin-top: 15px;

}

.newsDate {
    font-size: 8pt;
    color: gray;
    margin-bottom: 0px;
}

#newsContent {
    margin-top: 15px;
}

.newsContent {
    text-align: justify;

}

div.news {
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #FF6600;
}

div.lastTeaser {
    border: 0px;
}

div.newsMore {
    margin-top: 5px;
}

h2 {
    display: inline;
    text-decoration: none;
    font-size: 12pt; 
    font-weight: bold;
}

h3 {
    display: inline;
    text-decoration: none;
    font-size: 10pt; 
    font-weight: bold;
}