@charset "UTF-8";

body {
	margin: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #505050;
	background: #f3f3f3;
}

input:focus { outline: none; } /* Safari */

input.textFeld, textarea { font-family: Arial, Tahoma, sans-serif; font-size: 12px; border: 1px solid #ccc; background: #eee; }

a { color: #3987b7; border: none; text-decoration: none; outline: none; }
a:hover { color: #979f71; }

img { border: none; }

table {
	border: 0;
}

form { display: block; }
label { font-size: 12px; font-weight: normal; line-height: 16px; display: block; margin-right: 5px; clear:both; }
label.radio input { float: left; }
label.radio { line-height: 20px; }
input.textFeld, input.selectFeld {  height: 16px; padding: 2px; display: block; margin: 0px 5px 5px 0px;  }
form div.display-inline { display: inline; margin-right: 10px; float: left; }
form div.display-inline input.textFeld, form div.display-inline textarea { width: 100%; }

input.selectFeld { height: 22px; padding: 4px 2px 0px 2px; }

.gruen { color: #979f71; }
.blau { color:#3987b7; }
.rauchblau { color: #7d93a1; }

.klein { font-size: 11px; line-height: 15px; }
.mini { font-size: 10px; line-height: 14px; }

div.clear { height: 1px; overflow: hidden; visibility: hidden; clear: both; }

div.center {
	position: relative;
	width: 960px;
	height: auto;
	margin: 0px auto;
}

div.streifen-blau {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background: url(../img/header_streifen-blau.png) repeat-x top center;
}

/* H E A D E R (Logo, Hotline, Warenkorb) - Anfang */

div#header {
	position: relative;
	display: block;
	width: 100%;
	height: 129px;
	background: url(../img/header_bg.png) repeat-x top center;
}
a#logo {
	position: absolute;
	display: block;
	top: 23px;
	width: 258px;
	height: 62px;
	background: url(../img/logo.png) no-repeat;
}
a#logo span { display: none; }

div.display {
	font-size: 10px;
	position: absolute;
	top: 35px;
	width: 235px;
	height: 62px;
	background: url(../img/header_display.png) no-repeat;
}
div#display-hotline { right: 260px; }
div#display-warenkorb { right: 0px; }
div.display h1, div.display h2 { font-size: 11px; color: #7d93a1; margin: 12px 0px 0px 14px; padding: 0px 0px 0px 26px; }
div#display-hotline h1 {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	background: url(../img/header_display_icon-hotline.png) no-repeat center left;
}
div#display-warenkorb h1 {
	line-height: 18px;
	background: url(../img/header_display_icon-warenkorb.png) no-repeat center left;
}
div.display h2 { margin-top: 10px; padding-left: 0px; }
div.display ul {
	position: absolute;
	bottom: 2px;
	left: 10px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.display ul li {
	font-size: 11px;
	width: 69px;
	height: 21px;
	text-align: center;
	margin: 0px;
	float: left;
}
div.display ul li a {
	display: block;
	font-weight: bold;
	color: #979f71;
	height: 20px;
	padding: 0px;
	background: url(../img/header_display_links_bg.png) no-repeat bottom center;
}
div.display ul li a:hover { color: #a3bccc; }

/* H E A D E R - Ende */

/* S U C H E - Anfang */

div#suche {
	position: relative;
	width: 100%;
	height: 46px;
	background: url(../img/suche_bg.png) repeat-x;
}

div#suche h1 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 46px;
	color: #979f71;
	margin: 0;
	padding: 0;
	background: url(../img/Artikel_suchen.png) no-repeat center left;
}
div#suche h1 span { visibility: hidden; }

/* Suchformular */
div#suche form {
	position: absolute;
	left: 144px;
	top: 11px;
}
div#suche form div.suche-input-text, div#suche form div.form_select, div#suche form select { margin-right: 10px; float: left; }
div#suche form select { height: 24px; padding-top: 2px; }
form input.suche-submit {
	width: 19px;
	height: 19px;
	margin-top: 3px;
	border: none;
	cursor: pointer;
	background: url(../img/suche_submit.png) no-repeat left top;
}
form input.suche-submit:hover { background-position: bottom left; }
div.suche-input-text {
	width: auto;
	padding-left: 6px;
	background: url(../img/suche_input_left.png) no-repeat left center;
}
div.suche-input-text div {
	padding-right: 6px;
	background: url(../img/suche_input_right.png) no-repeat right center;
}
div.suche-input-text input {
	color: #65869b;
	font-size: 11px;
	height: 17px;
	margin: 0;
	padding: 7px 0px 0px 0px;
	border: none;
	background: url(../img/suche_input_middle.png) repeat-x left center;
}
/* Navigation */
div#suche ul.nav {
	position: absolute;
	right: 0px;
	top: 50%;
	list-style: none;
	margin: -6px 0px 0px 0px;
	padding: 0;
}
div#suche ul.nav li {
	height: 11px;
	line-height: 11px;
	margin-left: 7px;
	padding-left: 7px;
	border-left: 1px solid #666;
	float: left;
}
div#suche ul.nav li.first-child { border: none; }
div#suche ul.nav li a {	font-size: 11px; color: #65869b; }
div#suche ul.nav li a:hover { color: #979f71; }

/* S U C H E - Ende */

/* N A V I G A T I O N (Rubriken) - Anfang */

div#navigation {
	width: 100%;
	padding-top: 15px;
	background: #499bcb url(../img/navigation_bg.png) repeat-x left top;
}
div#navigation-footer {
	width: 100%;
	height: 15px;
	clear: both;
	background: url(../img/navigation_bg.png) repeat-x bottom left;
}
div#navigation ul {
	margin: 0;
	padding: 0;
}
div#navigation ul li {
	color: #204c69;
	width: 175px;
	height: 26px;
	line-height: 26px;
	margin-left: 15px;
	float: left;
}
div#navigation ul li:hover { color: #deeef5; }
div#navigation ul li a { display: block; color: #323522; }
div#navigation ul li a:hover { font-weight: bold; color: #323522; }
div#navigation ul li.aktiv {
	list-style: none;
	padding-left: 15px;
	margin: 0;
	background: url(../img/navigation_li_aktiv.png) no-repeat 4px center;
}
div#navigation ul li.aktiv a { font-weight: bold; color: #deeef5; }

/* N A V I G A T I O N (Rubriken) - Ende */

/* C O N T E N T - Anfang */

div#content {
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 35px;
	background: #f3f3f3 url(../img/content_bg.png) repeat-x left top;
}
div#content div.center {
	background: url(../img/content_bg_line_dotted.png) repeat-y 229px 35px;
}

/* S I D E B A R - Anfang */
div#sidebar {
	width: 225px;
	float: left;
}
div.bg-grau {
	width: 210px;
	padding-bottom: 10px;
	background: url(../img/subnav_bg.png) no-repeat left bottom;
}
div#subnav { margin-bottom: 10px; }
div#sidebar h3, div#sidebar h4 { font-size: 13px; margin: 0px 0px 5px 10px; }
div#sidebar h4 { font-size: 11px; }
div#sidebar ul {
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.bg-grau div.bg {
	width: 210px;
	padding-top: 5px;
	background: #f3f3f3 url(../img/subnav_bg.png) no-repeat left top;
}

ul.sub-1 li a {
	display: block;
	color: #333;
	margin: 0px 1px;
	padding: 5px 10px;
}
ul.sub-1 li a:hover, ul.sub-1 li.aktiv a:hover { color: #fff; background-color: #6ab2d4; }

ul.sub-1 li.aktiv { margin-top: 1px; margin-bottom: 1px; }

ul.sub-1 li.aktiv a {
	font-weight: bold;
	color: #fff;
	margin: 0;
	background: #6ab2d4 url(../img/nav_sub_pfeil.png) no-repeat left center;
}

ul.sub-1 li ul.sub-2 li { margin: 0; }
ul.sub-1 li ul.sub-2 li a {
	font-weight: normal;
	color: #333;
	padding-left: 30px;
	margin: 0px 1px;
	background: #ddd;
}
ul.sub-1 li ul.sub-2 li a:hover {
	color: #333;
	background: #eee;
}
ul.sub-1 li ul.sub-2 li.aktiv a {
	font-weight: bold;
	background: #fff;
}

div#select-hersteller { margin-bottom: 150px; }
div#select-hersteller, div#select-hersteller div.bg { background-image: url(../img/hersteller_bg.png); }
div#select-hersteller form { position: relative; height: 20px; margin: 0px 8px; }
div#select-hersteller form select {	width: 166px; margin-top: 3px; }
div#select-hersteller form input.suche-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../img/select-hersteller-submit.png);
}

/* Sidebar Artikel Teaser */
div#sidebar-teaser * { font-family: Arial, Tahoma, sans-serif; }
div#sidebar-teaser div.teaser {
	position: relative;
	width: 210px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../img/sidebar_teaser_bg.png) no-repeat left bottom;
}
div#sidebar-teaser div.teaser h3 {
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	background: #f3f3f3 url(../img/sidebar_teaser_bg.png) no-repeat left top;
}
div#sidebar-teaser div.teaser h3 a { color: #333; }
div#sidebar-teaser div.teaser div.image {
	width: 207px;
	text-align: center;
	margin: 5px 1px 10px 1px;
	background: #fff;
}
div#sidebar-teaser div.teaser p {
	margin: 0px 10px;
	color: #3987b7;
}
div#sidebar-teaser div.teaser p.sonderpreis { font-size: 11px; font-weight: bold; }
div#sidebar-teaser div.teaser p.preis { font-size: 16px; font-weight: bold; }
div#sidebar-teaser a.go {
	position: absolute;
	bottom: 5px;
	right: 15px;
	height: 33px;
}

/* Sidebar Teaser Hinweis */
div#sidebar-teaser div.teaser.hinweis {
	margin-top: -120px;
	background: url(../img/sidebar_teaser_hinweis_bg.png) no-repeat left bottom;
}
div#sidebar-teaser div.teaser.hinweis h3 {
	color: #fff;
	font-size: 12px;
	padding-bottom: 3px;
	background: #f3f3f3 url(../img/sidebar_teaser_hinweis_bg.png) no-repeat left top;
}
div#sidebar-teaser div.teaser.hinweis p {
	margin-top: 5px;
	color: #333;
	line-height: 16px;
}

/* S I D E B A R - Ende */

/* R E C H T E  S P A L T E - Anfang */

div#sitecontent {
	padding-left: 20px;
	float: right;
}
p { font-size: 12px; line-height: 20px; }
div#sidebar p { line-height: normal; }
div#sitecontent div.artikel.detail.text h1 { color: #ccc; margin-top: 0px; padding-bottom: 10px; padding-left: 0px; font-size: 20px; letter-spacing: 2px; text-transform:uppercase; }
div#sitecontent h2 { color: #ccc; }
div#sitecontent h3 { font-size: 15px; color: #333; }
div#sitecontent h4 { font-size: 13px; margin-bottom: 0px; }
div#sitecontent h1, div#sitecontent h3, div#sitecontent p {
	margin-top: 0px;
	margin-bottom: 5px;
}
div#sitecontent h3 a { color: #333; }
div#sitecontent h3 a:hover { color: #3987b7; }

/* Artikelteaser (Listenansicht) */
div.artikel {
	position: relative;
	width: 710px;
	margin-bottom: 10px;
	background: url(../img/artikel_teaser_bg.png) no-repeat left bottom;
}
div.artikel:last-child { margin-bottom: 0px; }
div.artikel div.header {
	height: 30px;
	background: #f3f3f3 url(../img/artikel_teaser_header.png) no-repeat;
}
div.artikel div.image {
	margin: 0px 20px 10px 10px;
	float: left;
}
div.artikel.teaser div.image {
	text-align: center;
	width: 120px;
	min-height: 120px;
	margin: 0px 20px 10px 10px;
	float: left;
}
div.artikel div.preis {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 33px;
	padding: 0px 10px 0px 0px;
	background: url(../img/artikel_teaser_preis_bg.png) no-repeat right bottom;
}
div.artikel div.preis p, div.artikel div.preis a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3987b7;
	line-height: 33px;
	height: 33px;
	margin: 0;
	padding: 0;
	float: left;
}

div.artikel div.preis p.preis, div.artikel div.preis p.preis-alt {
	padding-left: 44px;
	background: url(../img/artikel_teaser_preis_bg.png) no-repeat left bottom;
}
div.artikel div.preis p.preis-alt { text-decoration: line-through; }

div.artikel div.preis p.preis-neu {
	padding-left: 20px;
	background: url(../img/artikel_teaser_preis_neu_bg.png) no-repeat left center;
}

div.artikel div.preis p.sonderpreis {
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	padding-left: 21px;
	background: url(../img/artikel_teaser_sonderpreis_bg.png) no-repeat left center;
}

div.artikel div.preis p.preis-trenner {
	padding-left: 15px;
	background: url(../img/artikel_teaser_preis_trenner.png) no-repeat left center;
}

div.artikel div.preis p.preis-trenner input.submitButton {
	position: static;
	margin: 6px 0px 0px 0px;
	padding-left: 5px;
}

div#content a.go {
	font-size: 11px;
	line-height: 33px;
	display: block;
	padding-right: 23px;
	margin-left: 7px;
	background: url(../img/content_pfeil_go.png) no-repeat right top;
}
div#content a.go:hover { color: #979f71; background-position: right bottom; }

/* Artikel Detailansicht */

div.artikel.detail { padding-bottom: 100px; }

div#sitecontent div.artikel.detail h1 {
	font-size: 18px;
	color: #333;
	letter-spacing: normal;
	text-transform: none;
	padding-left: 10px;
	padding-bottom: 10px;
}

div.artikel.detail div.bg {
	width: 678px;
	padding: 0px 15px 0px 15px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	background: #fff;
}
div.artikel.detail div.image {
	display: inline-block;
	width: 320px;
	padding: 0;
	margin: 0;
	text-align: center;
	float: right;
	overflow: hidden;
}
div.artikel.detail div.image div.bilder {
	display: block;
	width: 320px;
	margin-top: 10px;
}
div.artikel.detail div.image div.bilder a.fancyzoom {
	display: block;
	width: 298px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: url(../img/fancyzoom_bg.png) no-repeat right bottom;
}
div.artikel.detail div.image div.bilder a.fancyzoom:hover {
	border-color: #3987b7;
}
div.artikel.detail div.image div.bilder a.fancyzoom img {
	display: block;
	margin: 0 auto;
}
div.artikel.detail div.image img { margin: 0 auto; display: block; }
div.artikel.detail div.image img.max-width { width: 320px; }
a.artikel-detail-imagezoom {
	position: relative;
	font-size: 11px;
	font-weight: bold;
	color: #3987b7;
	height: 23px;
	line-height: 23px;
	display: block;
	padding-right: 28px;
	text-align: right;
	background: url(../img/artikel-vergroessern.png) no-repeat right top;
	overflow: hidden;
}
a.artikel-detail-imagezoom:hover {
	color: #979f71;
	background-position: right bottom;
}
a.artikel-detail-imagezoom img {
	display: none;
	position: absolute;
	bottom: 23px;
	left: 0px;
	width: 23px;
}
div.artikel.detail div.preis-detail {
	position: absolute;
	left: 13px;
	bottom: 7px;
	font-size: 11px;
	z-index: 1;
}
div.artikel.detail div.preis-detail p { font-size: 11px; line-height: normal; }
div.artikel.detail div.description {
	width: 335px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-right: 1px dotted #ccc;
	float: left;
}
div.artikel.detail div.description h4 {
	margin-top: 0;
}
div.artikel.detail div.description ul {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 11px;
}
div.artikel.detail div.description ul li {
	line-height: 14px;
	margin-bottom: 5px;
	list-style: none;
	padding-left: 8px;
	background: url(../img/description_list-style.png) no-repeat left 6px;
}

/* Artikel Textseite */
div.artikel.detail.text { padding-bottom: 10px; }


div.artikel.detail.text ul {
	margin: 5px 0px 5px 15px;
}
div.artikel.detail.text ul li {
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;
}

/* Message */
div.message {
	width: 678px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../img/message_bg.png) no-repeat left bottom;
}
div.message div {
	width: 593px;
	padding: 10px 10px 0px 75px;
	background: url(../img/message_bg.png) no-repeat left top;
}
div.message.error {	background-image: url(../img/message_bg_error.png); }
div.message.error div {	background-image: url(../img/message_bg_error.png); }

div.message ul {
	padding-left: 0px;
}

/* Pager */
div.pager {
	text-align: center;
	position: relative;
	width: 710px;
	height: 33px;
	margin-top: 40px;
	background: url(../img/pager_bg.png) no-repeat;
}
/* Pager Buttons (next - back) */
div.pager div.pager_back, div.pager div.pager_next {
	position: absolute;
	height: 33px;
	line-height: 33px;
	margin: 0;
	padding: 0;
}
div.pager div.pager_back p, div.pager div.pager_next p {
	margin: 0;
	padding: 0;
}
div.pager div.pager_back a, div.pager div.pager_next a {
	font-weight: bold;
	color: #3987b7;
	display: block;
	line-height: 33px;
	height: 33px;
}
div.pager div.pager_back { left: 0px; padding-left: 10px; background: url(../img/pager_back_bg.png) no-repeat left center; }
div.pager div.pager_back p { padding-right: 60px; background: url(../img/pager_back_bg.png) no-repeat right center; }
div.pager div.pager_back a { padding-left: 25px; background: url(../img/pager_button-back.png) no-repeat left top; }
div.pager div.pager_back a:hover { background-position: left bottom; }

div.pager div.pager_next { right: 0px; padding-right: 10px; background: url(../img/pager_next_bg.png) no-repeat right center; }
div.pager div.pager_next p { padding-left: 60px; background: url(../img/pager_next_bg.png) no-repeat left center; }
div.pager div.pager_next a { padding-right: 25px; background: url(../img/pager_button-next.png) no-repeat right top; }
div.pager div.pager_next a:hover { background-position: right bottom; }

/* Pager Seiten (1,2,3,4, ...) */
div.pager ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.pager ul li {
	line-height: 33px;
	display: inline-block;
	padding: 0px 0px 0px 10px;
	background: url(../img/pager_numer_bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div.pager ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 33px;
	padding: 0px 10px 0px 0px;
	background: url(../img/pager_numer_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
div.pager ul li:hover, div.pager ul li.hover {
	background-position: left center;
}
div.pager ul li:hover a, div.pager ul li.hover a { color: #333; background-position: right center; }
div.pager ul li.aktiv {	background-position: left bottom!important; }
div.pager ul li.aktiv a { color: #fff; background-position: right bottom!important; }

/* W A R E N K O R B - Anfang */
table.warenkorb { width: 100%; border-collapse: collapse; }
table.warenkorb td { vertical-align: top; padding: 5px 5px; border-bottom: 1px dotted #ccc; }
table.warenkorb thead td, table.warenkorb tfoot td { font-weight: bold; border-bottom-style: solid; }
table.warenkorb tfoot td { border-bottom: none; border-top: 1px solid #ccc; }
table.warenkorb td.anzahl {	text-align: center; }
table.warenkorb td.artikelname { text-align: left; padding-left: 10px; }
table.warenkorb td.preis { text-align: right; }
table.warenkorb td.delete { text-align: right; }
table.warenkorb td form input { font-size: 11px; font-weight: bold; color: #3987b7; text-align: center; cursor: pointer; padding-bottom: 2px; width: 19px; height: 19px; border: none; background: url(../img/warenkorb_button.png) no-repeat center top; }
table.warenkorb td form input:hover { color: #fff; background-position: center bottom; }

table.warenkorb tr td:first-child form input { padding-bottom: 1px; }

table.warenkorb span.mwst { font-size: 10px; color: #999; white-space: nowrap; }

input.submitButton {
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #3987b7;
	width: auto;
	overflow: visible;
	text-align: right;
	height: 19px;
	padding: 0px 23px 2px 0px;
	border: none;
	cursor: pointer;
	background: url(../img/warenkorb-button-next-step.png) no-repeat right top;
}
input.submitButton:hover { background-position: right bottom; }

pre { white-space: normal; }

div.change-order {
	position:relative;
	height: 30px;
	border-bottom: 1px dotted #ccc;
}

div.change-order input.submitButton {
	right: 0px;
	bottom: 10px;
}

/* W A R E N K O R B - Ende */


/* R E C H T E  S P A L T E - Ende */

div#content-footer {
	height: 43px;
	clear: both;
	background: #f3f3f3 url(../img/content_footer.png) repeat-x left top;
}

/* C O N T E N T - Ende */


div#footer {
	width: 100%;
	height: 108px;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 1px;
	background: url(../img/footer_bg.png) repeat-x top center;
}

div#footer h3 { margin-top: 20px; }
div#footer p { font-size: 11px; }

div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer ul li {
	height: 11px;
	line-height: 11px;
	padding: 0px 7px 0px 10px;
	border-left: 1px solid #979f71;
	display: inline;
}
div#footer ul li.first-child { border: none; }
div#footer ul li a { font-size: 11px; color: #979f71; }
div#footer ul li a:hover { color: #fff; }



















/* Select Elemente DHTML - Anfang */
/* inaktiv */
div.form_select {
	position: relative;
	height: 24px;
	padding: 0px 0px 0px 10px;
	background: url(../img/forms/select_left.png) no-repeat left top;
	cursor: pointer;
	z-index: 100;
}
div.form_select * {
	color: #65869b;
	font-size: 11px;
}
div.form_select div.form_select_title {
	position: relative;
	height: 24px;
	padding: 0px 30px 0px 0px;
	background: url(../img/forms/select.png) no-repeat right top;
	z-index: 100;
}
div.form_select div.form_select_title span {
	display: block;
	padding-top: 7px;
	white-space: nowrap;
}
div.form_select ul {
	display: none;
	position: absolute;
	left: -3px;
	top: 100%;
	margin: -1px 0px 0px 0px;
	padding: 0;
	list-style: none;
	border: 1px solid #333c41;
	background: #333c41;
	z-index: 100;
}

div.form_select.selectAutoWidth ul, div.form_select.selectAutoWidth ul li, div.form_select.selectAutoWidth ul li a { width: auto!important; white-space: nowrap!important; }

div.form_select.up ul {
	top: auto;
	bottom: 100%;
	margin: 0px 0px -1px 0px;
}
div.form_select.down ul {
	top: 100%;
	margin: 0px 0px 0px 0px;
}
div.form_select ul li, div.form_select ul li a {
	display: block;
	line-height: 16px;
	padding: 0;
	margin: 0;
	z-index: 100;
}
div.form_select ul li {
	border-top: 1px solid #333c41;
	background-image: none!important;
}
div.form_select ul li a {
	padding: 2px 5px;
}
div.form_select ul li a:hover {
	background: #5ba2c7;
	color: #fff;
}
div.form_select ul li.aktiv a {
	background: #8a478d;
	color: #fff;
}

/* aktiv */
div.form_select.aktiv ul {
	display: block;
}
div.form_select.aktiv div.form_select_title {
	background-position: right bottom;
}

/* Select Elemente DHTML - Ende */