/**
 * styles that apply to pages that were generated 
 * with the TFW_content/Home Template
 * $Id: home.css 1222 2009-12-15 17:29:53Z EQEEE $
 */

 
/**
 * large banner that spans over or under left-column
 * layout : 4x1
 * without left-margin
 */
div#content.homepage div.illu,
div#content.homepage div.large-banner
{
    /*margin-top   : .625em;  1.25em 20px@fontsize:16px */
    margin-bottom: .625em; /* 10px@fontsize:16px */
    padding      : 0;
    width        : 62.2em!important; /* 785px@fontsize:16px */
    /* height       : 12.8125em; 195px@fontsize:16px */
    overflow     : hidden;
}

/**
 * banner next to left-column
 * layout : 3x1
 * with left-margin
 */
div#content.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#content.homepage div.illu object,
div#content.homepage div.illu embed{
    margin :0;
    border :0;
    padding:0;
}


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

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

div#content.homepage div#grid {
/*    top:17.3em; */
}

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

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

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

html > body div#content div#grid div.patch object,
html > body div#page div#content 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#content div#grid div.patch, 
html > body div#content div.tools div.patch, 
html > body div#page div#content div#grid div.patch {
    /** unknown to IE6 so why hide this with child selector? */
    min-height: 16.25em;
}

.flash {
    height: 16.25em !important;
}


div#content div#grid div.patch.size2 img {  
background-color:#009999;
padding-top: 21px;

}

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

div#content div#grid div.patch.colored,
div#content div.tools div.patch.colored {
    background-color: #EFF5F5;
}

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

div#grid div.patch.str {
position:relative;
}

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

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

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

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

div#content.homepage div#grid div.patch h2{
    background-color:#006666;
	color:#FFFFFF !important;
	font-size:0.85em;
	padding:3px;
	width:29em;
	margin:0!important;
}

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

/**
 * overline, copy 
 */
div#content.homepage div#grid div.patch h3{
	background:none repeat scroll 0 0 #009999;
	color:#FFFFFF;
	font-size:0.75em;
	font-weight:bold;
	padding:3px;
}

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

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

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

/* Home Startseite */

div#content div#grid div.patch.size3{
display:none!important;
}

div#content.homepage div#grid div.patch{
width:25.2em !important;
_width:24.2em !important;
}
/* ENDE Home Startseite */

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


div#content.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#content.homepage div#grid div.patch a.more
{
    background:url("/html/media/images/css/nups_content_link_list.gif") no-repeat scroll left 16px transparent;
    color:#000000;
    float:right;
    padding-left:10px;
    padding-right:10px;
    padding-top:10px;
    text-align:right;
    text-decoration:none;
}
