@charset "UTF-8";
/* CSS Document */

/*Angebote Listen*/
#anbotListe{
width:705px;
border:#FAC132 1px solid;
margin:0 0 1em 0;
}
#anbotListe select{width:95%;}
#anbotListe caption{
text-align:left;
font-size:1.2em;
color:#D4021D;
margin-bottom:5px;
}
#anbotListe thead tr{ background:#FFF0C9;font-size:1.1em; vertical-align:top}
#anbotListe thead tr a{  }
#anbotListe tbody tr.odd{ background-color:#fffdf5;}
#anbotListe tbody tr.even{ background-color:#FFFFFF;}
#anbotListe tbody tr.odd:hover, #anbotListe tbody tr.even:hover{ background:#F7F7F7;}
#anbotListe tbody th, #anbotListe tbody td{
vertical-align:top;
padding:0.6em;
border-top:#ccc 1px solid;

}
#anbotListe tbody th p, #anbotListe tbody td p{
	font-size:11px !important;
}
#anbotListe .abgCol1{width:10%;}
#anbotListe .abgCol2{width:9%;}
#anbotListe .abgCol3{width:30%;}
#anbotListe .abgCol4{width:39%;}
#anbotListe .abgCol5{width:14%;}
#anbotListe td.preis{ font-size:1.1em; font-weight:bold;}
#anbotListe td.preis a{ font-weight:normal;}
#anbotListe p{
margin:0; padding:0;
}
#anbotListe .KT_desc a{
	padding-right:1em;
	background-color: #D4DEEF;
	background-image: url(/images/icons/icon_sort_up.gif);
	background-repeat: no-repeat;
	background-position: 100% center;
}
#anbotListe .KT_asc a{
background:#D4DEEF url(/images/icons/icon_sort_down.gif) no-repeat 100% center;
padding-right:1em;
}


/*Angebote Listen*/
#colMenu{
	float:left;
	clear:both;
	width: 100%;
}
tr.odd{
background-color:#FFF;
}
tr.even{
background-color:#E2EDFF;
}

#angebotMenu {
clear:both;
float:right;
list-style:none;
padding:0 0 10px 0;
position:relative;
width:100%;
}
#angebotMenu li {
float:left;
margin:0 3px 0 0 !important;
padding:0 !important;
}
#angebotMenu li a:hover, #angebotMenu li a.active {
background-color:#CC071E;
color:#d4021D;
}
#angebotMenu li a.inactive {
background-color:#EFEFEF;
color: #CCCCCC;
}
#angebotMenu li a{
	background-color:#FAC132;
	color:#4F4F4F;
	display:block;
	padding: 0 10px 0 8px;
	font-size:11px;
	height:2em;
	line-height:2;
	text-align:center;
	text-decoration:none;
	background-image: url(../pix/layout/bg_teaser.gif);
	background-repeat: repeat-x;
}
