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

#overviewText {
    width: 748px;
    height: 175px;
    padding-bottom: 30px;
    border-bottom: 5px solid #FF6600;
}

#overviewTextImage {
    float: left;
    height: 175px;
    width: 190px;
    margin-right: 15px;
}

#overviewContent {
    margin-left: 205px;
    height: 175px;
    width: 543px;
}

#overviewContentText {
    text-align: justify;
    margin-top: 15px;
}

#overviewTeasers {
    margin-top: 30px;
    width: 748px;
    min-height: 375px;
}

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

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

div.overviewTeaser1, div.overviewTeaser2, div.overviewTeaser3 {
    height: 100px;
    border-bottom: 1px solid #FF6600;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

div.overviewTeaser1 div.teaserImage{
    float: left;
    margin-right: 15px;
}

div.overviewTeaser2 div.teaserImage{
    height: 0px;
    width: 0px;
    display: none;
}

div.overviewTeaser3 div.teaserImage{
    float: right;
    margin-left: 15px;
}

div.teaserHeadline{
    text-align: left;
}

div.teaserContent{
    text-align: justify;
}

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

div.lastTeaser {
    border: 0px;
}

h1 {
    color: #FF6600;
    display: inline;
    text-decoration: none;
    font-size: 14pt; 
    font-weight: bold;
}

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

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