/**
 * styles that apply to pages that were generated 
 * with the TFW_content/Home Template
 * $Id: home.css 1674 2010-05-18 10:16:28Z evams $
 */
 
/**
 * large banner that spans over or under left-column
 * layout : 4x1
 * without left-margin
 */
div#contents.homepage div.illu,
div#contents.homepage div.large-banner
{
    margin-bottom: .625em; /* 10px@fontsize:16px */
    padding      : 0;
    width        : 49.0625em; /* 785px@fontsize:16px */
    height       : 12.8125em; /* 195px@fontsize:16px */
    overflow     : hidden;
}

/**
 * banner next to left-column
 * layout : 3x1
 * with left-margin
 */
div#contents.homepage div.banner {
    margin-top   : 1.25em; /* 20px@fontsize:16px */
    margin-bottom: .625em; /* 10px@fontsize:16px */
    margin-left  : 11.25em; /* 180px@fontsize:16px */
    padding      : 0;
    width        : 37.8125em; /* 605px@fontsize:16px */
    height       : 12.8125em; /* 195px@fontsize:16px */
    overflow     : hidden;
}

div#contents.homepage div.illu object,
div#contents.homepage div.illu embed{
    margin :0;
    border :0;
    padding:0;
}


div#contents.homepage div.illu img{
    width: 100%;
}

/* moved to grid.css
div#contents div#grid{
    position: absolute;
    left: 14.17em;
    top: .25em;
    padding: 1.4em 0 0 .83em;
    width: 50.35em;
}
*/

div#contents.homepage div#grid {
    float: right;
    width: 37.8125em
}

/*
html > body div#contents div#grid,
html > body div#page div#contents div#grid {
    width: 51.6em;
}
*/

div#contents.homepage div#grid div.patchimg {
    float: left;
    margin: 0 0 0.7em 0;
    padding: 0;
    height: 16.25em;
}

/** 
    Browser specific
*/
html > body div#contents div#grid div.patch,
html > body div#contents div.tools div.patch,
html > body div#page div#contents div#grid div.patch,
html > body div#contents div#grid div.patchimg {
    overflow:visible;
    height: auto; 
}

html > body div#contents div#grid div.patch object,
html > body div#page div#contents div#grid div.patch object {
    /*Angabe wird von FF ignoriert, aber im IE7 wird Flash-Film auf diese Höhe skaliert*/
    /*height: 16.25em !important;*/ 
}



html > body div#contents div#grid div.patch, 
html > body div#contents div.tools div.patch, 
html > body div#page div#contents div#grid div.patch {
    /** unknown to IE6 so why hide this with child selector? */
    min-height: 16.25em;
}

.flash {
    height: 16.25em !important;
}


div#contents div#grid div.patch img {  
}

div#contents div#grid div.patch p img {  
    position:relative;
    top:0em;
}

div#contents div#grid div.patch.colored,
div#contents div.tools div.patch.colored {
    background-color: #EAF8FF;
}

div.str {
    padding-top:.6em !important;
    /* height:14.9em; */
}

div#contents > div#grid div.patch.str {
    /* height:auto !important;
    min-height: 14.9em !important; */
}

/* fill 3x1-tile-patch with flashcontent */
div#contents.homepage div#grid div.patch.size3 embed, 
div#contents.homepage div#grid div.patch.size3 object {
    height: 12.1875em;
    width: 37.8125em;
}

div#contents.homepage div#grid div.patch.size3 .video object,
div#contents.homepage div#grid div.patch.size3 .video embed {
    width: 19.42em !important;
    height: 14.58em !important;
}

div#contents.homepage div#grid div.patch h1{
    font-size: 1.7em;
    font-weight: normal;
    color: #666666;
    margin: 0 0.7em 0em 0.9em;
}

div#contents.homepage div#grid div.patch h2{
    font-size: 1em;
    color: #09C;
    margin: 0 0.83em 0.75em;
}

div#contents.homepage div#grid div.colored h2{
    color: #FF5500;
}

/**
 * overline, copy 
 */
div#contents.homepage div#grid div.patch h3{
    font-size: 0.5em; /* 8px */
    font-weight: normal;
    color: #666;
    margin: 0 1.25em 0em;
}

div#contents.homepage div#grid div.patch p, 
.homepage div.patch .p-box {
    padding: 0.833em;
    font-size: 0.75em;
}

div#contents.homepage div#grid div.patch div.image {
    margin: 0.625em;
}

div#contents.homepage div#grid div.patch {
    position: relative;
    top: 0;
    left: 0;
}

div#contents.homepage div#grid div.patch div.bottom {
    position:absolute;
    z-index:100;
    bottom:0px;
    left:0px;
    padding-bottom:11px;
    padding-left:11px;
}


div#contents.homepage div#grid div.patch div.head {
    position:absolute;
    z-index:100;
    top:0px;
    left:0px;
}

/**
 * styles for more links in standard teaser boxes
 */
div#contents.homepage div#grid div.patch a.more {
}

.nothing > p {
	line-height: 0px;
	margin: 13px;
	padding-top: 25px !important;
}
