/* 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: #fff;
	background: #6c2f59;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	background: url(bg.jpg);
}

#bg { position: absolute; width: 100%; height: 538px; background: url(bg2.jpg) repeat-x; }

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

a:visited {
	color: #333;
	background-color: none;
	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;
	line-height: 1.7em;
	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 {
	font-size: 9px;
	color: #fff;
	font-style: italic;
}

h1 a:link, h1 a:visited, h1 a:hover { color: #fff; }


h2 {
	font-size: 18px;
	border-bottom: 1px dotted #cfaec5;
	margin-bottom: 10px;
}

h3 {

}

h4 {

}

/* Layout */
#wrapper {
	color: #000;
	background: #fff;
	width: 720px;
	margin: 0 auto;

}

#content { 	padding: 25px; }

#searchform {
	text-align: center;
	padding: 20px;

}

#searchform input {
	background: #c1a8b9;
	color: #000;
	font-size: 16px;
	border: 2px solid #98778d;
	padding: 4px 7px;
}

#searchform input.submit {
	border: 0;
	margin: 0; padding: 0; background: none;

}

div.product {
	border: 2px solid #cba9c7; overflow: hidden;  background: center no-repeat;

}

.blt { background: url(blt.jpg) top left no-repeat; }
.brt { background: url(brt.jpg) top right no-repeat; }
.blb { background: url(blb.jpg) bottom left no-repeat; }
.brb { background: url(brb.jpg) bottom right no-repeat; }


#header {
}

#navi {
}

#content {
}

#sidebar {
}

#footer {
	text-align: center;
	font-size: 10px;
}

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

