@charset "UTF-8";
/* CSS Document */
/* general */
.teaser .tf_error_noFlash { background:silver; border:1px solid #054; }
.teaser .tf_error_noFlash p { padding:10px; }
.teaser .tfVideo,
.teaser img { float:left; margin:0 10px 10px 0; }
.teaser .txt { padding-right:10px; }
/* ap */
.teaser .col_ap_only .tfVideo,
.teaser .col_ap_only img { margin:0; float:none; }
.teaser .col_ap .tfVideo,
.teaser .col_ap img { margin-right:0; float:none; }
/* 2 col */
.teaser_2col .col1 { width:360px; float:left; }
.teaser_2col .col2 { width:360px; float:right; margin-right:-10px; }
/* 3 col */
.teaser_3col .col1 { width:240px; float:left; }
.teaser_3col .col2 { width:240px; float:left; }
.teaser_3col .col3 { width:240px; float:right; margin-right:-10px; }
/* ie fix */


* html .teaser { width:710px; overflow:hidden; }
* html .teaser_2col .col2 { margin-right:-20px; }
* html .teaser_3col .col2,
* html .teaser_3col .col3 { margin-right:-20px; }
