/*
************************************************************************************************
* banner.css
*
* This is a Style Sheet file for the MP3-mart.
* 2000 - 2008 by dot-media & consulting GmbH.
*
* Created: 21.08.2008 by Dmitri Sch?nemann
* Edited: 21.08.2008 by Dmitri Sch?nemann
************************************************************************************************
*/

/* BANNER */
.banner { width:1004px; margin:10px 0 0; padding-bottom: -6px; }

/*full*//*half*//*button*/
.banner_div_full, .banner_div_half, .banner_div_button { background-image: url(../../images/adv.gif); background-repeat: no-repeat; background-position: right bottom; float:left; width:779px; height: 107px; }
.banner_div_full img, .banner_div_half img, .banner_div_button img { border:solid 1px #000; }
.banner_imgdiv_full, .banner_imgdiv_half, .banner_imgdiv_button {  }
.banner_img_full, .banner_img_half, .banner_img_button { width:779px; height:96px; border:0px; }

/*half*/
.banner_div_half { width:379px;}
.banner_img_half { width:379px; }

/*button*/
.banner_div_button { width:184px;}
.banner_img_button { width:184px; }

/*mediumbanner*//*merchbanner*//*bandbanner*//*labelbanner*//*artistbanner*/
.banner_div_mediumbanner, .banner_div_merchbanner, .banner_div_bandbanner, .banner_div_labelbanner, .banner_div_artistbanner { float:left; width:135px; height:96px; border:solid 1px #000000; }
.banner_titel_mediumbanner, .banner_titel_bandbanner, .banner_titel_labelbanner, .banner_titel_artistbanner { color: #ffffff; font-weight: bold; font-size: 11px; font-family: Tahoma; background-color: #693; padding: 2px }
.banner_text_mediumbanner, .banner_text_bandbanner, .banner_text_labelbanner, .banner_text_artistbanner { margin:0; color: #000000; font-weight: normal; font-size: 10px; font-family: Tahoma; padding: 2px  }
.banner_imgdiv_mediumbanner, .banner_imgdiv_bandbanner, .banner_imgdiv_labelbanner, .banner_imgdiv_artistbanner { float:right; width:64px; height:64px; margin:2px 2px 0 0; background-color: #bbbbbb; }
.banner_img_mediumbanner, .banner_img_bandbanner, .banner_img_labelbanner, .banner_img_artistbanner { width:60px; height:60px; margin:2px; }
.banner_titel_merchbanner, .banner_text_merchbanner { width:135px; height:96px; }
.banner_imgdiv_merchbanner { width:135px; height:96px; text-align:center; }
.banner_img_merchbanner { height:96px; border:0; }

/* IE5 - IE6 Hacks*/
* html .banner { width:1014px; margin:15px 0 5px; }
* html .banner_img_merchbanner { height: 96px; margin-bottom: -2px; border: 0; }
* html .banner_img_half { width:379px; margin-bottom: -2px; }
* html .banner_img_button { width:184px; margin-bottom: -2px; }
* html .banner_img_full { width:779px; height:96px; border:0px; margin-bottom: -2px; }
* html .banner_div_mediumbanner, .banner_div_merchbanner, .banner_div_bandbanner, .banner_div_labelbanner, .banner_div_artistbanner { float:left; width:135px; height:98px; border:solid 1px #000000; }
