body#index div#main div#news {
    clear: both;
    position: absolute; /* next relative parent: #container */
    border-right: 1px solid #CCC;
    top: 30px;
    left: 0; 
    width: 140px;
    padding-right: 10px;
    height: 240px; 
}

body#index div#main div#news .newsDate {
    display: none; 
}

body#index div#main div#news h1 {
    color: #E52929; 
}
	 
body#index div#main div#news a:link,
body#index div#main div#news a:visited {
     text-decoration: none; 
}	 
	 
body#index div#main #newsbox ul#news li {
    background-image: none;
    list-style-image: none;
    padding-left: 0; 
    margin: 0 0 10px -15px; 
}	
	
div.box,
div#news,
div.box-center {
    font-size: 86%;
    background-image: url(../images/box_header_marker.jpg);
	  background-position: left top;
    background-repeat: repeat-x;
    clear: right;
    float: right;
    width: 179px;
    padding: 5px 20px 10px 20px;
    margin-top: 29px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC; 
}

div.box-center {
	background-image: url(../images/box_header_marker.jpg);
    position: relative;
    float: none;
    clear: none; 
    width: 500px; 
    padding: 5px 10px 10px 10px;
    border-right: 1px solid #CCC; }

div.box-center a.external {
	background-image: none; }

div.box-center table {
    width: 500px; }

#main div.box-center td {
    padding: 10px 10px 10px 0 !important; }


div.box h1,
div#news h1,
div#news h2,
div.box-center h1 {
    color: #000;
    letter-spacing: normal;
    font-size: x-small;
    font-weight: bold; 
    border-bottom: none; 
}

div.box-center h1 {
	color: #E52929; }
	
div.box a.shoplink {
    display: block;
    font-weight: bold;
    color: #39C;
    text-decoration: underline;
    margin-top: 20px; 
    padding-left: 40px;
    background-image: url(/minimax/resources/images/btn_warenkorb.gif);
    background-position: left center;
    background-repeat: no-repeat; 
}

div.rsslink {
    float: right;
    display: block;
    color: #000000;
    background-image: url(../images/icon_feed.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 3px 0 1px 3px;
    margin-top: -2px;
    margin-right: -4px;
    height: 16px;
    width: 65px;
}

div.rsslink a {
    text-decoration: none;
}