﻿/*
.rotatorHeader
{
	border-top: 1px solid #666666;
	clear: both;
	margin: 20px auto 10px;
	padding: 10px 0 0 0;
	width: 660px;		
}

.rotatorHeader h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 7px;
}
*/

.boxRotators
{	
	clear: both;
	margin: auto;
	padding: 5px 0;
	width: 660px;	
}

.boxRotators .header
{
	background-image: url(../Images/UserControls/Rotator/topangebote_top.gif);
	background-repeat: no-repeat;
	height: 40px;
}

.boxRotators .rotators
{
	background-image: url(../Images/UserControls/Rotator/bgStriped.gif);	
}

.boxRotators .rotators table
{
	width: 100%;
}

.boxRotators .rotator
{
	margin: auto;
	width: 94px;
}

.boxRotators .rotator div
{
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-bottom: 3px;
	padding: 1px;
	text-align: center;
}

.boxRotators .rotator a:active, 
.boxRotators .rotator a:link
{
	text-decoration: none;
}

.boxRotators .rotator a:hover
{
	text-decoration: underline;
}

.boxRotators .footer
{
	background-image: url(../Images/UserControls/Rotator/topangebote_bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
}