@charset "utf-8";
/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  //
// Projekt:		schneidbox.de
// Erstellt:	2009-01
// Author:		Florian Knapp [at] BRUDERHERZ
//  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

/*  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  //
// Store überschreibt																															*/

a.warenkorb:link, a.warenkorb:visited {
	border-bottom: 1px solid #bb241f;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a.warenkorb:hover {
	border-bottom: 1px solid #888;
	color: #eaeaea;
}

div.store_artikel {
	background-color: #222;
	border: 1px solid #444;
	float: left;
	height: 328px;
	margin: 15px 17px;
	padding: 0px;
	width: 230px;
}

div.store_artikel:hover {
	border: 1px solid #666;
}

div.store_beschreibung {
	color: #aaa;
	font-size: smaller;
	height: 50px;
}

h1 {
	font-size: 1.5em;
}

input.warenkorb {
	width: 140px;
}

table {
	font-size: 12px;
	padding: 15px;
}

.red {
	color: #bb241f;
}

#container {
	top: 0px;
	margin-top: 0px;
}

#content {
	background-color: #1f1f1f;
	background-image: url('../img/background_store.jpg');
	background-repeat: repeat-x;
	height: auto;
}

#floating_div {
	top: 250px !important;
}

#footer {
	background-image: url(../img/div_footer_.jpg);
}

#left {
	background-image: url(../img/div_left_.jpg);
}

#right {
	background-image: url(../img/div_right_.jpg);
}

#middle {
	background-color: #b4b4b4;
	height: 313px;
}

#store_info {
	background-color: #333;
	border-bottom: 1px solid #444;
	height: 20px;
	padding: 5px;
	vertical-align: middle;
	width: 823px;
}