/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #2c9916 url(bg.jpg) repeat-x;
	font-family: Georgia, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #333;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #eee;
	background-color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1, h2, h3, h4 {
	color: #5dbb4b;
}

h1 {
	font-size: 22px;
	text-decoration: underline;
	padding-bottom: 0;
	margin-bottom: 0;
}

h1 a:link, h1 a:visited, h1 a:hover { 	color: #5dbb4b; text-decoration: underline; }

#header p {
	font-size: 14px;
	padding-top: 0px;
	color: #5dbb4b;
}

#header p a:link, #header p a:visited, li a:link, li a:visited { 	color: #5dbb4b; }

ul {
color: #5dbb4b;
	list-style-type: circle;
	padding: 15px;
}

h2 {
	font-size: 32px;
}

h3 {

}

h4 {

}

/* Layout */
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#rightbg {
	float: right;
	background: url(bg_right.jpg) no-repeat;
	width: 127px;
	height: 468px;
}

#leftbg {
	float: left;
	background: url(bg_left.jpg) no-repeat;
	width: 92px;
	height: 366px;
}

#main {
	float: left;
	width: 781px;
	color: black;
	background: white;
	border-bottom: 10px solid #257f12;
}



#header {
	padding: 15px;
}

#navi {
}

#content {
	padding: 15px;
}

#sidebar {
}

#footer {
	color: #fff;
	text-align: center;
}

#footer a:link, #footer a:visited {
	background: none;
	color: #fff;
}

table.products td {
	text-align: center;
	padding: 20px 2px;
	font-size: 1.0em;
}

table.products td.hot p.title {
	background: #be2222;
	color: #fff;
}

p.title, p.preis, p.shop {margin: 0; padding: 0; }

p.title {
	font-size: 0.95em;
	color: #c61717;
	font-weight: bold;
}

p.title:hover {
	text-decoration: underline;
}

p.shop { color: #1f4b10; margin: 0; padding: 0; font-size: 0.9em; text-transform: lowercase; }

p.preis { font-size: 1.2em; font-weight: bold; }
p.preis span { background: #4b473f; color: #fff; }

p.more {
	color: #c61717;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

p.more a:link, p.more a:visited {
	color: #c61717;
}

input { border: 1px solid #999; padding: 1px 2px; }
