body   {
	margin: 0;	
	padding: 0;
    font-family: "arial", "Tahoma", "Verdana";
    font-size: 12px;
    color: #000;
    background: #FFF;
    text-decoration: none;   
}


h1 {
    font-family: "arial", "Tahoma", "Verdana";
    color: #000;
    font-size: 30px;
    letter-spacing: -0.05em;
    margin: 0px;
    padding: 0px;
}

h2 {
    font-weight: bold;
    color: #524E49;
    font-size: 16px;
    letter-spacing: -0.05em;
    margin: 0px;
    padding: 0px;
}

h3 {
    font-weight: bold;
    color: #3B6E64;
    font-size: 13px;
    margin: 10px 0 10px 0;
}

a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    color: #660000
}

img {
    border: 0px
}

form {
    margin-top: 0px;
    margin-bottom: 0px;
}

.frmbug {
    border: solid 1px #CC0000;
}
.zebra {
    background-color: #C0C0C0;
}

.uwaga {
    color: #CC0000;
}

.warning {
    background-color: #CC0000;
    color: #FFF;
    padding: 3px;
}

#container {
    width: 990px;
    margin: 0 auto 0 auto;
}

#container #topbar{
	position: relative;
	height: 77px;
	background: url(../images/topbar.jpg);
}

#container #topbar #logo{
	width: 139px;
	height: 66px;
	margin: 11px 0 0 60px;
	float: left;
}

#container #topbar #feedback{
	position: absolute;
	width: 278px;
	height: 84px;
	background: url(../images/top_feedback_bg.png) center center no-repeat;
	top: 0px;
	left: 500px;
	z-index: 99;
}


#container #navi{
	height: 38px;
	background: #333;
	color: #FFF;
	margin: 1px 0 0 0;
	text-align: right;
	font-size: 11px; 
}


#container #navi a{
	text-decoration: none;
	color: #FFF;
}


#container #navi .tab{
	float: right;
	border-right: 5px #333 solid;
	border-top: 1px #333 solid;
}

#container #navi .tab a{
	display: block;
	padding: 4px 3px 4px 3px;
}

#container #navi .tab a:hover, #container #navi .selected a{
	display: block;
	background-color: #FFF;
	color: #333;
}

#container #navi .tab b{
	display: block;
	padding: 0 4px 0 4px;
	background-color: #FFF;
	color: #000;
}

#container #navi #basket_light{
	float: left;
	width: 300px;
	text-align: left;
	padding: 5px 0 0 10px;
}


#container #navi #basket_light a{
	text-decoration: underline;
}



#container #menu{
	color: #333;
	margin: 15px 0 0 0;
	width: 100%;
	height: 25px;
	border-bottom: 1px #666 solid;
}

#container #menu a{
	text-decoration: none;
}

#container #menu .tab{
	float: left;
	margin: 0 0 0 5px;
	border-top: 1px #666 solid;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
}

#container #menu .tab a{
	display: block;
	padding: 5px;
}

#container #menu .tab a:hover, #container #menu .selected a{
	background-color: #333;
	color: #FFF;
}

#container .infoline{
	text-align: right;
	font-weight: bold;
	margin: 5px 0 0 0;
	font-size: 15px;
}


#content #collections{
	width: 180px;
	float: left;
	margin: 10px 0 0 0;	
}



#content #promo{
	width: 710px;
	height: 75px;
	float: right;
	background: url('../ad/herbst-eiche/baner2.gif');
	text-align: right;		
}

#content #promo img{
	width: 710px;
	height: 60px;			
}

#content #promo a{
	text-decoration: none;			
}


#content #collections_tbl table{	
	margin: 0 0 20px 0;
	margin: 0 auto 0 auto;
}

#content #collections_tbl a{
	padding: 45px 0 0 0;
	display: block;
	height: 30px;
	border: 5px #FFF solid;
}

#content #collections_tbl a:hover{
	border: 5px #333 solid;
}

#content #collections_tbl .contra{
	color: #FFF;	
}


#content #collections_tbl td{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 92px;
	vertical-align: bottom;	
}




#footer {
	width: 774px;
	height: 30px;
	margin: 0 auto 0 auto;
    padding: 30px 0 20px 0;
    text-align: center;
    font-size: smaller;
}

.paging {
    padding: 20px;
    text-align: center;
    clear: both;
    color: #003366;
}

.paging a{
    color: #000;

}

.paging #space{
    padding: 0 10px 0 0;
}

.paging a:hover{
    color: #CC0000;

}

.paging #current{
    background-color: #000;
    color: #FFF;
    font-weight: bold;
    padding: 0 3px 0 3px;
}

.paging #inactive{
    color: #999;
}













#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */
	background-image:url('../images/tooltip_arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content{
	border:2px solid #666;	/* Border width */
	left:18px;	/* Same as border thickness */
	top:0px;
	position:absolute;
	background-color:lightyellow;	/* Background color */
	padding:20px;	/* Space between border and content */
	z-index:1000001;
}

#ajax_tooltipObj{
	z-index:1000000;
	text-align:left;
}
#ajax_tooltipObj div{
	position:relative;
	font-size: 11px;
}

#ajax_tooltipObj div h1{	
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
	letter-spacing: 0;
	color: #990000;
}

#ajax_tooltipObj div h2{	
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	letter-spacing: 0;
	color: #666;
}

#ajax_tooltipObj .ajax_tooltip_arrow2{	/* Left div for the small arrow */
	background-image:url('../images/tooltip_arrow_r.png');
	width:20px;
	position:absolute;
	left:-79px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content2{
	border:1px solid #999;	/* Border width */
	left:-400px;	/* Same as border thickness */
	top:-70px;
	position:absolute;
	background-color: #FFF;	/* Background color */
	width: 300px;
	min-height: 100px;
	overflow: show;
	padding: 10px;	/* Space between border and content */
	z-index: 1000001;
	line-height: 120%;
}


#waiting {
}

#waiting_animation {
	background: url(../images/wait2.gif) no-repeat top right;
	width: 100%;
	height: 16px;
}
