/* CSS Document */

/* ALLGEMEIN */

body
{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

input,select,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border-width:1px;
	border-style:solid;
	border-color:rgb(251,190,189);
}
img
{
	border-width:0px;
}
.img_ohne
{
	border-width:0px;
}
/* GRUNDSÄTZLICHES */
.bolder
{
	font-weight:bold;
}
.kursiv
{
	font-style:italic;
}
.underline
{
	text-decoration:underline;
}
.black
{
	color:#000000;
}
.white
{
	color:#FFFFFF;
}
.red
{
	color:#FF0000;
}
.error
{
	color:#FF0000;
	font-weight:bold;
}

/* SPEZIAL */
.artikel_img
{
	border-width:1px;
	border-style:solid;
	border-color:rgb(160,154,158);
}
.artikelbildleiste{
	margin-top:5px;
}
.home_bild
{
	width:150px;
}
.home_titel
{
	width:152px;
}
.home_preis
{
	width:152px;
}
.home_trennzeile
{
	width:99%;
	background-color:rgb(213,13,13);
	height:1px;
}
.navi_topic_container
{
	width:173px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	
	background-color:rgb(253,237,238);
	
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color:rgb(251,190,189);
	
	margin-bottom:2px;
	
}

.navi_topic_container:hover, .navi_topic_container_selected
{
	width:173px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	
	background-color:#FFFFFF;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color:rgb(251,190,189);
}
.navi_topic
{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	
}
.navi_topic_selected
{
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	
}

.navi_minitopic
{
	margin-left:5px;
	font-size:10px;
	font-weight:normal;
}

.navi_link, a.navi_link, a.navi_link:link, a.navi_link:visited, a.navi_link:active
{
	color:#000000;
}

a.navi_link:hover
{
	color:rgb(213,13,13);
	font-weight:bold;
}

.navi_link_selected, a.navi_link_selected, a.navi_link_selected:link, a.navi_link_selected:visited, a.navi_link_selected:active
{
	color:rgb(213,13,13);
	text-decoration:none;
}

a.navi_link_selected:hover
{
	color:rgb(213,13,13);
}
.kontakt_form
{
	border-width:1px;
	border-style:solid;
	border-color:rgb(213,13,13);
}
/* WARENKORB */
.warenkorb_zeile
{
	width:99%;
	float:left;
	margin:2px;
}
.warenkorb_anzahl
{
	width:20%;
	float:left;
	margin:1px;
}
.warenkorb_name
{
	width:55%;
	float:left;
	margin:1px;
}
.warenkorb_preis
{
	width:15%;
	float:left;
	margin:1px;
}
.warenkorb_del
{
	width:5%;
	float:left;
	margin:1px;
}
.warenkorb_clear
{
	width:99%;
	height:1px;
	background-color:#666666;
	clear:left;
}
.warenkorb_clear_ohne
{
	width:100%;
	height:1px;
	clear:left;
}
.warenkorb_seite
{
	width:150px;
	
	border-width:1px;
	border-style:inset;
	border-color:rgb(253,138,137);
	
	background-color:rgb(253,237,238);
}
.warenkorb_button, a.warenkorb_button:link, a.warenkorb_button:visited, a.warenkorb_button:active
{
	font-size:9px;
	color:rgb(213,13,13);
	
	background-color:rgb(253,237,238);
	border-width:1px;
	border-style:solid;
	border-color:rgb(213,13,13);
}
a.warenkorb_button:hover
{
	color:rgb(213,13,13);
	background-color:rgb(255,255,255);
}
/* BESTELLUNG */
.bestellung_zeile
{
	width:99%;
	float:left;
	margin:2px;
	text-align:left;
}

.bestellung_60
{
	width:60%;
	float:left;
	margin:1px;
	text-align:left;
}
.bestellung_50
{
	width:50%;
	float:left;
	margin:1px;
	text-align:left;
}
.bestellung_40
{
	width:40%;
	float:left;
	margin:1px;
	text-align:left;
}
.bestellung_30
{
	width:30%;
	float:left;
	margin:1px;
	text-align:left;
}
.bestellung_25
{
	width:25%;
	float:left;
	margin:1px;
	text-align:left;
}
.bestellung_clear
{
	width:99%;
	height:1px;
	background-color:#666666;
	clear:left;
}
.bestellung_clear_ohne
{
	width:100%;
	height:1px;
	clear:left;
}


/*  RUBRIK  */
.rubrik_headline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:rgb(213,13,13);
	float:left;
}
.rubrik_artikel, a.rubrik_artikel, a.rubrik_artikel:link, a.rubrik_artikel:visited, a.rubrik_artikel:active
{
	margin-top:2px;
	margin-bottom:2px;
	width:90%;
	float:left;
	text-align:left;
	color:rgb(213,13,13);
}
.rubrik_link, a.rubrik_link:link,a.rubrik_link:visited,a.rubrik_link:active
{
	color:rgb(213,13,13);
}
.rubrik_link, a.rubrik_link:hover
{
	color:rgb(251,190,189);
}
.rubrik_listing
{
	text-align:left;
}
.rubrik_img
{
	margin:2px;
	float:left;
	border-width:1px;
	border-style:solid;
	border-color:rgb(160,154,158);
}
.rubrik_clear
{
	margin-top:2px;
	margin-bottom:2px;
	width:99%;
	height:1px;
	background-color:#666666;
	clear:left;
}
.rubrik_clear_ohne
{
	margin-top:2px;
	margin-bottom:2px;
	width:100%;
	clear:left;
}
.rubrik_seitenbutton, a.rubrik_seitenbutton:link, a.rubrik_seitenbutton:visited, a.rubrik_seitenbutton:active
{
	color:rgb(213,13,13);
	background-color:rgb(253,237,238);
	border-width:1px;
	border-style:solid;
	border-color:rgb(213,13,13);
}
a.rubrik_seitenbutton:hover
{
	color:rgb(213,13,13);
	background-color:rgb(255,255,255);
}