/* #### Listen #### */

ul {
    list-style: bull;
    margin: 5px 10px 14px 35px;
    padding: 0;
}

ul li{
    margin-bottom: 5px;
}

ul.links {
    list-style-image: url(../bilder/layout/pfeil.gif); 
    margin: 5px 10px 14px 8px;   
}

ul.links li {
    padding: 0;
    margin: 0 0 0 18px;
}

ul.links li a {
    text-decoration: none;
}

ul.links li a b {
    text-decoration: underline;
    font-weight: normal;
}

ul.links li a i {
    font-size: 7pt;
    text-decoration: none;
    font-style: italic;
    color: #7F7F7F;
}

ul.links li.rand {
	padding-bottom: 10px;
	margin-bottom: 10px;
    border-bottom: 1px dotted #CFCFCF;
}

ul.links li a:visited b {
	color: #888888;
    text-decoration: line-through;
}

ul.links li a:visited i {
	color: #888888;
}

ul.untermenu {
    float: left;
    height: 15px;
    list-style: none;
    list-style-image: none;
    margin: 0;
}

ul.untermenu li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
	border-left: 1px dotted #000000;
}

ul.untermenu li a {
    font-size: 10pt;
    padding: 0 0 0 18px;
    background-image: url(../bilder/layout/pfeil.gif);
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

/* #### Formulare #### */

form, form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

input:hover, select:hover, textarea:hover {
	background-color: #edc400;
}

form fieldset {
    padding: 0;
    margin: 0;
}

form fieldset.normal {
    margin: 5px 10px 14px 5px;
}

form fieldset#fehler {
    padding: 10px 10px 0 10px;
    background-color: #fad2bf;
    border: 2px solid #FF0000;
}
form fieldset.normal h3 {
    margin-left: 0px;
}

form fieldset legend {
    display: none;
}

form input, form textarea, form select, form span.feld {
    width: 95%;
    margin: 0 0 10px 0;
}

form textarea {
    height: 70px;
}

form span.select_felder {
    display: block;
    margin: 0 0 10px 0;
}

form span.select_felder input {
    margin: 0;
}

form span.feld {
    display: block;
    width: 95%;
    height: 18px;
    margin: 0 0 10px 0;
}

form input {
    line-height: 9pt;
}

form input.checkbox, form input.radio {
    width: 25px;
    margin: 0;
}

form input.unerwuenscht {
    display: none;
}

div.newsletter_home {
    height: 45px;
    margin: 5px 10px 14px 5px;
}

form div.newsletter_home fieldset span {
    display: block;
    float: left;
    width: 50px;
    padding: 2px 0 0 0;
    margin: 0;
}

form div.newsletter_home fieldset input {
    width: 110px;
    padding: 0;
    margin: 0;
}

form div.newsletter_home fieldset input.submit_button {
    width: 165px;
    height: 20px;
    padding: 0;
    margin: 3px 0 0 0;
}

form div.newsletter_home_erfolg {
    position: relative;
    width: 150px;
    height: 30px;
    padding: 5px;
    margin: -47px 0 8px 8px;
    background-color: #e3edcf;
    border: 2px solid #7ab522;
}

form div.newsletter_home_fehler {
    position: relative;
    width: 150px;
    height: 30px;
    padding: 5px;
    margin: -47px 0 8px 8px;
    background-color: #fad2bf;
    border: 2px solid #FF0000;
}

form select.gebu_1, form select.gebu_2 {
    width: 50px;
}

form select.gebu_3 {
    width: 100px;
}

form input.checkbox {
    width: 25px;
}

/* #### Sonstige Elemente #### */

.clear {
	clear: both;
}

hr {
	color: #EFEFEF;
	margin: 10px 0 10px 0;
	border: 1px solid #EFEFEF;
}

div.news_titel_home {
    overflow: hidden;
    display: block;
    width: 355px;
    height: 34px;
    margin: 10px 10px 0 8px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #8F8F8F;
}

div.news_titel_home div.datum {
    overflow: hidden;
    display: block;
    float: left;
    width: 35px;
    height: 30px;
    font-size: 7pt;
    text-align: center;
    text-transform: uppercase;
    padding: 1px;
    margin: 0 15px 0 0;
    background-color: #edc400;
}

div.news_titel_home div.datum span {
    display: block;
    width: 35px;
    font-size: 9pt;
    background-color: #FFFFFF;
}

div.news_titel_home a {
    overflow: hidden;
    display: block;
    float: left;
    width: 290px;
    height: 30px;
    text-decoration: none;
}

div.news_titel_home a:hover {
    color: #edc400;
}

div.news_titel_home a i {
    font-size: 7pt;
    text-decoration: none;
    font-style: italic;
    color: #7F7F7F;
}

div.news_titel_home div.kommentare {
    overflow: hidden;
    width: 110px;
    height: 30px;
    font-size: 7pt;
    text-decoration: none;
    color: #7F7F7F;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px dotted #CFCFCF;
}

div.news_titel_home div.kommentare a, div.news_titel_home div.kommentare a.info {
	overflow: hidden;
    width: 110px;
	height: 15px;
}

div.breaklesstv {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 780px;
    height: 445px;
    padding-top: 91px;
    margin-top: -268px;
    margin-left: -390px;
    background-image: url(../bilder/layout/header_tv.png);
    background-repeat: no-repeat;
}

div.breaklesstv span {
    display: block;
    width: 780px;
    color: #FFFFFF;
    text-align: right;
    margin-top: 5px;
}

div.breaklesstv a {
    color: #FFFFFF;
}

p.newsinfo {
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #CFCFCF;
}

p span.addthis {
    overflow: hidden;
    display: block;
    float: right;
    width: 280px;
    height: 40px;
    text-align: right;
    margin-top: -15px;
}

div.home_header {
	float: left;
	width: 570px;
	height: 225px;
	background-color: #FFFFFF;
	margin: 10px -10px 0 10px;
}

div.home_news {
	height: 225px;
	background-image: none;
}

	div.home_news h2 {
		background-image: none;
	}

div.verrueckte_woche {
	position: relative;
	top: -10px;
	margin-bottom: -10px;
}

/* #### Shop Elemente #### */

select.shop_marken {
	width: 170px;
}

input.shop_suche {
	width: 120px;
}

ul.shop_kats {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}

ul.shop_kats li {
	font-weight: bold;
	margin: 10px 0 0 0;
}

ul.shop_kats ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.shop_kats ul li {
	list-style: none;
	font-weight: normal;
	padding: 0;
	margin: 0 5px 0 5px;
}

ul.shop_kats ul li:hover {
	background-color: #edc400;
}

ul.shop_kats ul li:hover a {
	display: block;
	width: 100%;
	text-decoration: none;
}

hr.shop_kats_trenner {
	width: 100%;
	height: 1px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
}

input.shop_suche_submit {
	width: 25px;
}

a.brandneu {
	display: block;
	float: right;
	position: relative;
	width: 61px;
	height: 68px;
	margin: 0 0 -68px 0;
	background: url(../bilder/shop/brandneu.png) no-repeat;
}

span.reduziert {
	display: block;
	float: right;
	position: relative;
	width: 61px;
	height: 68px;
	margin: 0 0 -68px 0;
	background: url(../bilder/shop/reduziert.png) no-repeat;
}

span.spezial {
	display: block;
	float: right;
	position: relative;
	width: 61px;
	height: 68px;
	margin: 0 0 -68px 0;
	background: url(../bilder/shop/spezial.png) no-repeat;
}

p.artikel_uebersicht_detail a {	
	text-decoration: none;
}

p.artikel_uebersicht_detail .marke, p.artikel_uebersicht_detail span.gewicht {
	float: left;
	font-size: 7pt;
	color: #999999;
	margin-top: -5px;
}

p.artikel_uebersicht_detail a.preis,
p.artikel_uebersicht_detail a.preis_reduziert {
	float: right;
	line-height: 14pt;
	padding: 2px;
	background-color: #edc400;
}	

	p.artikel_uebersicht_detail a.preis_reduziert { color: #FFFFFF; background-color: #E20404; }

p.artikel_uebersicht_detail a.preis span.euro,
p.artikel_uebersicht_detail a.preis_reduziert span.euro {
	font-size: 12pt;
}

	p.artikel_uebersicht_detail a.preis_reduziert span.euro,
	p.artikel_uebersicht_detail a.preis_reduziert span.cent {
		color: #FFFFFF;
	}

p.artikel_uebersicht_detail a.info {
	clear: both;
	display: block;
	margin-top: 14px;
}

div#shop_detail_foto {
	position: relative;
	overflow: hidden;
	width: 550px;
	height: 190px;
	border: 5px solid #ffffff;
}

div#shop_detail_foto span.zurueck, div#shop_detail_foto span.vor, div#shop_detail_foto .gross, div#shop_detail_foto .video {
	z-index: 2;
	float: left;
	display: block;
	position: relative;
	top: 85px;
	width: 28px;
	height: 22px;
	font-size: 23pt;
	text-decoration: none;
	text-align: center;
	margin: 0;
	background-color: #FFFFFF;
}

div#shop_detail_foto span:hover.zurueck, div#shop_detail_foto span:hover.vor, div#shop_detail_foto a:hover.gross, div#shop_detail_foto a:hover.video {	
	background-color: #edc400;
}

div#shop_detail_foto span.vor {
	float: right;
}

div#shop_detail_foto div.artikel_details {
	float: right;
	width: 100px;
	height: 18px;
	margin: 65px -27px -94px 0;
}

div#shop_detail_foto div.artikel_details .gross, div#shop_detail_foto div.artikel_details .video {
	float: none;
	width: auto;
	height: 15px;
	font-size: 10pt;
	padding: 2px;
	margin: 0 0 1px 0;
}

div#shop_detail_foto .inaktiv {
	filter: alpha(opacity=50);
  	opacity: 0.5;
}

p.shop_artikel_details_infotext {
	min-height: 82px;
}

p.shop_artikel_details_unten a {
	float: left;
}

p.shop_artikel_details_unten span.preis {
	float: right;
	margin: 0 0 10px 0;
}

p.shop_artikel_details_unten span.preis span {
	font-size: 14pt;
}

p.shop_einpacken input, p.shop_einpacken select {
	width: 170px;
	margin-bottom: 12px;
} 

img.warenkorb {
	float: right;
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}

div.shop_warenkorb_klein span.anzahl, div.shop_warenkorb_klein span.name, div.shop_warenkorb_klein span.preis {
	display: block;
	overflow: hidden;
	float: left;
	width: 20px;
	height: 15px;
	padding-top: 5px;
	border-bottom: 1px dotted #CFCFCF;
}

div.shop_warenkorb_klein span.name {
	width: 100px;
}

div.shop_warenkorb_klein span.preis {
	width: 50px;
	text-align: right;
}

div.shop_warenkorb_klein span.gesamt {
	float: right;
	font-weight: bold;
	padding-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom: 3px double #CFCFCF;
}

div.shop_warenkorb_klein span.text {
	clear: both;
	float: left; 
	display: block;
	width: 180px;
	margin-top: 10px;
	margin-bottom: 0;
}

div.shop_warenkorb_klein span.link {
	clear: both;
	display: block;
	width: 250px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.shop_warenkorb span.anzahl,
div.shop_warenkorb span.name,
div.shop_warenkorb span.groesse,
div.shop_warenkorb span.farbe,
div.shop_warenkorb span.stueckpreis,
div.shop_warenkorb span.preis,
div.shop_warenkorb span.gesamt,
div.shop_warenkorb span.gesamt_steuer,
div.shop_warenkorb span.gesamt_preis,
div.shop_warenkorb span.gesamt_preis_steuer,
div.shop_warenkorb span.gesamt_fett,
div.shop_warenkorb span.gesamt_preis_fett {
	display: block;
	float: left;
	overflow: hidden;
	float: left;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	border-bottom: 1px dotted #CFCFCF;
}

div.shop_warenkorb span.anzahl {
	clear: both;
	margin-left: 5px;
	width: 50px;
}

div.shop_warenkorb span.name {
	width: 180px;
}

div.shop_warenkorb span.groesse {
	width: 50px;
}

div.shop_warenkorb span.farbe {
	width: 80px;
}

div.shop_warenkorb span.stueckpreis {
	width: 70px;
	text-align: right;
}

div.shop_warenkorb span.preis {
	width: 90px;
	text-align: right;
}

div.shop_warenkorb span.gesamt,
div.shop_warenkorb span.gesamt_steuer,
div.shop_warenkorb span.gesamt_fett {
	width: 430px;
	text-align: right;
	margin-left: 5px;
}

div.shop_warenkorb span.gesamt select {
	width: 100px;
	vertical-align: middle;
}

div.shop_warenkorb span.gesamt_preis,
div.shop_warenkorb span.gesamt_preis_steuer,
div.shop_warenkorb span.gesamt_preis_fett {
	width: 110px;
	text-align: right;
}

div.shop_warenkorb span.gesamt_steuer,
div.shop_warenkorb span.gesamt_preis_steuer {
	color: #CCCCCC;
}

div.shop_warenkorb span.gesamt_preis_fett,
div.shop_warenkorb span.gesamt_fett {
	font-weight: bold;
}

div.shop_warenkorb div.text,
div.shop_warenkorb div.text_2 {
	float: left; 
	display: block;
	width: 370px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

div.shop_warenkorb div.text_2 {
	width: 170px;
}

div.shop_warenkorb div.gutschein {
    clear: both;
	padding: 10px 0 0 0;
	margin: 20px 5px 5px 5px;
	border-top: 1px dotted #CFCFCF;
}

div.shop_warenkorb div.gutschein input {
	vertical-align: middle;
}

p.marken_infos {
 	position: relative;
	top: -25px;
}

img.marken_logo {
	margin: 0 7px 7px 0;
}

img.shop_angebot {
	margin: -30px 0 0 4px;
}

select.news_archiv {
	width: 130px;
}

input.news_archiv_submit {
	width: 20px;
}

body.gallery {
	background-image: url(../bilder/layout/bg.jpg);
}

div.gallery_menu {
	float: right;
	width: 270px;
	height: 108px;
	padding: 10px 0 0 40px;
	background-image: url(../gallery_imgs/menu.png);
}

div.gallery_menu select {
	width: 165px;
}

div.gallery_foto {
    clear: both;
	height: 500px;
	text-align: center;
	margin: 20px 0 0 20px;	
	background: url(bilder/layout/loader.gif) center center no-repeat;
}

	div.gallery_foto img {
		border: 5px solid #FFFFFF;
	}
	
div.gallery_uebersicht {
	overflow: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	list-style-type: none;
} 

	div.gallery_uebersicht ul {
		list-style-type: none;
		white-space: nowrap;
		margin: 0;
	} 

		div.gallery_uebersicht ul li {
			display: inline;
			margin: 0 3px 0 3px;
		}
	
		div.gallery_uebersicht ul li a img {
			border: 2px solid #FFFFFF;
		}

div.gallery_fuss {
	position: absolute;
	top: 2px;
	left: 2px;
}

	div.gallery_fuss,
	div.gallery_fuss a {
		color: #666666;
	}

div.gallery_fuss, div.gallery_fuss a {
	color: #FFFFFF;
}

img.wohnzimmer_logo {
	float: left;
	margin: 0 20px 10px 0;
}

img.betonraspler_logo {
	float: left;
	margin: 0 10px 0 0;
}

img.betonraspler_logo_2 {
	position: relative;
	float: right;
	margin: -10px 10px -20px 0;
}

div.sub_login {
	float: right;
	padding-left: 10px;	
	border-left: 1px dotted #000000;
}

div.sub_login label {
    font-size: 7pt;
    color: #7F7F7F;
}

div.sub_login input {
	width: 70px;
}

div.sub_login input.submit {
	width: 50px;
}

/*#### Startseite ####*/

h2.gelb,
h2.rot {
 	font-weight: normal;
    color: #D0B206;
	text-transform: uppercase;
	background-image: none;
}

h2.rot {
    color: #B80202;
}

form.home_login {
	padding: 0;
	margin: 0;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

form.home_login fieldset {
	margin-bottom: 0;
}

form.home_login label {
	clear: left;
	float: left;
	display: block;
	width: 57px;
}

form.home_login input {
	float: left;
	width: 100px;
}

form.home_login input.submit {
	float: right;
}

img.reg {
	margin: 5px 0 0 5px;
}

img.home_shop {
	margin: 0 0 -18px 0;
}

span.home_produkt {
    margin: 0 0 0 5px;
}

a#preis_home {
	position: relative;
	padding: 5px;
	margin: -25px 0 0 0;
}

a.shop_art_info {
	position: relative;
	top: -11px;
	margin: 0 0 -10px 0;
}

div.home_shop_forms {
	padding: 7px 0 0 5px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

div.box_scroll {
	overflow: auto;
	height: 175px;
}

div#login_box {
	padding-bottom: 5px;
	margin-top: -23px;
}

div#login_box form.home_login {
	border-top: none;
}

div#login_box a.passwort_vergessen {
	clear: right;
	display: block;
	margin: 5px 0 5px 0;
}

img.reg_gutschein {
	float: right;
	position: relative;
	margin-top: -25px;
	margin-bottom: -35px;
}

img.custom_bike_contest_logo {
	margin-top: -23px;
}

/* #### Suche #### */

div.einleitung {
	float: left;
	width: 400px;
	font-size: 14px;
	color: #999999;
	padding: 3px 5px 0 0;
}

div.suche {
	float: right;
	width: 300px;
	text-align: right;
}

	div.suche input,
	div.suche select,
	div.suche input.submit {
		width: 100px;
	}
	
	div.suche input.submit {
		width: 30px;
	}
	
.float_left {
	float: left;
}