/* ------------------------------------------------------------ */

/* Allgemein.css */

/*Hintergrundfarbe der Seite*/

body {

	background-image: url('/custom/Bilder/bg.jpg');

	background-position:center top;

	background-repeat: repeat-y;

	background-color: #cce5f2;

	font-family:Arial,Verdana,Helvetica,sans-serif;

}

/*Allgemeine Textfarbe der Seite*/

body, textarea {

	color: #404040;

}

input.Text, select, textarea {

	border: 1px solid #c0c0c0;

	background-color: #f6f6f6;

	background-image: url('/custom/Bilder/InputTextHintergrund.gif');

/* Standard Input Hintergrundbild */

}

a{text-decoration:none;}

a:hover{text-decoration:none;}

/* ------------------------------------------------------------ */

/*Rahmen.css*/

#Seite {

	margin: 0 auto;

	width: 990px;

}

#Seitenkopf .Seitenkopf_Kopf, #Seitenfuss .Seitenfuss_Kopf {

	display: none;

	margin-bottom:10px;

}

/*Logo*/

#Logo {

	background-image: url(/custom/Bilder/header.png);

	background-repeat: no-repeat;

	height: 170px;

	left: 0;

	position: absolute;

	top: 0px;

	width: 990px;

	padding-bottom:10px;

}

#Kontent {

	float: left;

	margin: 0;

	padding: 50px 10px 15px;

	overflow: auto;

	width: 600px;

}

#Sortiment {

	Rahmen.css (Linie 424)background-color: #D1EDF2;
	overflow: hidden;
	float: left;
	height:1082px;
	width: 165px;

}

#Sortiment .Sortiment_Koerper {padding:0;}

#Seitenkopf .Seitenkopf_Koerper {

	height: 180px;

}

#Seitenkoerper {

	background-color: white;

	/*background-image: url(/custom/Bilder/Koerper_bg.gif);*/

	/*background-repeat: repeat-y;*/

}

#Logo a.Startseite {

	left: 5px;

	top: 30px;

	width: 700px;

	height: 110px;

}

/*Seitenfuss*/

#Seitenfuss {

	color: #000000;

	padding: 10px 0;

	vertical-align: middle;

	width: 990px;

	font-size:12px

}

#Kontent .Fusstext {

	background-color: #EEFFFF;

	color: #000000;

	font-size: 12px;

	text-align: center;

	width: 500px;

	padding: 10px 20px;

	margin: 50px auto;

}

#Kontent .Kontent_Koerper_Ende{clear:both}

#Kontent .product_oben{padding:10px 0}

#Kontent .category_oben{padding:10px 0}

#Seitenfuss a {

	color: #747474;

	text-decoration:none;

	

}

#Seitenfuss a:hover{

color:#000;

text-decoration:underline;

}

#Seitenfuss .Seitenfuss_Koerper .Hinweis {

	font-weight: bold;

}

#Extra {

	float: right;

	width: 195px;
	overflow: hidden;

}

#Extra .Extra_Koerper {

	background-color: transparent;
	margin-left:-15px;
	overflow: hidden;
	padding: 0;

	text-align: center;

}

#Extra .lexikon_box{

	height:184px;

	width:160px;

	background:url(/custom/Bilder/lexikon_box.gif) no-repeat 5px 0;

	padding:35px 6px 0 6px;

	text-align:center;

}

#ShopbereichLinks {

left:180px;

position:absolute;

top:180px;

z-index:2;

}

.ATTRIBUT_Seite_Willkommen #Kontent .Produkt_Koerper, .ATTRIBUT_Seite_Angebote #Kontent .Produkt_Koerper, .ATTRIBUT_Seite_Topseller #Kontent .Produkt_Koerper, .ATTRIBUT_Seite_Promo #Kontent .Produkt_Koerper, .ATTRIBUT_Seite_Kategorie #Kontent .Produkt_Koerper {

width:280px;

}



.ATTRIBUT_Seite_Registrierung #Kontent .Passwort_Hinweis {padding:2px 2px;border:2px solid red;margin-bottom:3px}

#Kontent .Kategorie_text{

padding: 10px 0;

}



.Produkte {margin-left:10px;}



.Sortiment_Kopf {color:#000000;}

/* ------------------------------------------------------------ */

/*Kontent.css */

/* ------------------------------------------------------------ */

/*Druck.css */

/*Korrigiert das setzen der Hintergrundfarbe am Anfang dieses CSS*/

@media print {

body {

	background: none;

	background-color: white;

}

}


