/*
* Styles für Artikelseiten (Index/Content) MSN.de
* Autor: marco.feuerriegel@web.de
*/

#artikel H1 {
 font-family: Tahoma;
 font-size: 12pt;
 color: #408cd9;
}

#artikel {
 float:left;
 margin-left: 12px;
 margin-top: 16px;
 width: 430px;
 font-family: Tahoma;
 font-size: 11pt;
}

/* Änderungen für den I.E. < 7  */

* html #artikel {
 margin: 0px;
 padding: 16px 0px 0px 12px;
}

#artikel .main_image {
float: left;
text-align: right;
margin-bottom: 10px;
}

 .main_image IMG {
 padding-right: 10px;
 clear: both;
 }

 .main_image .copy {
 padding-right: 10px;
 font-size: 9px;
 color: #666;
 }

#artikel p.teaser {
 font-family: Tahoma;
 font-weight: bold;
 font-size: 11px;
 color: #333333;
 margin-top: 6px;
}

#artikel #mehr A {
 font-family: Tahoma;
 padding: 0px 6px 0px 0px;
 font-size: 11px;
 font-weight: normal;
 color: #07519a;
}

#artikel #mehr A.active {
 font-family: Tahoma;
 padding: 0px 6px 0px 0px;
 text-decoration: underline;
 font-size: 11px;
 font-weight: normal;
 color: #999999;
}

#artikel UL {
 list-style-position: inside;
 list-style-type: disc;
 padding: 0px;
 margin: 0px;
 margin-bottom: 10px;
 font-size: 10px;
}

#artikel #functions {
 padding-left: 10px;
}

