/* ----------------------------------------------------------------------------------- Basics */

* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
	/*background-image: url(gfx/bg.gif);*/
	margin-left: 0px;
	margin-top: 0px;
}

#logo {
	position:absolute;
	top:12px;
	left:0px;
}

/* ----------------------------------------------------------------------------------- Bannerbereich */

#banner {
	position:absolute;
	z-index:0;
	top:80px;
	left:0px;
	width:100%;
	height:85px;
	background-color: #BEDC00;
}

/* ----------------------------------------------------------------------------------- Login-Leiste */

#loginleiste {
	position:absolute;
	z-index:1;
	top:145px;
	right:10px;
	font-size:0.8em;
	color:white;
}

a img {border: none}

#loginleiste a {
	text-decoration:none;
	color:white;
}

#loginleiste a:hover {
	text-decoration:underline;
	color:white;
}

/* ----------------------------------------------------------------------------------- Searchbox */

#searchbox {
	position:relative;;
	left:14px;
}

.superform {
	border-style:solid;
	border-color:#BEDC00;
	background-color:#BEDC00;
	border-width:1px;
	font-family:Verdana,sans-serif;
	font-size:0.7em;
	color:white
}

.superform:hover {
	background-color:#99FF00;
}

.superform2 {
	border-style:solid;
	border-color:#BEDC00;
	width:100px;
	background-color:#DEFFBF;
	border-width:1px;
	font-family:Verdana,sans-serif;
	font-size:0.7em;
	color:black;
}

.superform3 {
	border-style:solid;
	border-color:#BEDC00;
	width:80%;
	background-color:#DEFFBF;
	border-width:1px;
	font-family:Verdana,sans-serif;
	font-size:0.7em;
	color:black;
}

/* ----------------------------------------------------------------------------------- Navigation */

#navigation {
	position:absolute;
	z-index=0;
	top:180px;
	left:20px;
	font-size:0.9em;
}

#navigation h1 {
	font-size:1.4em;
	font-weight:bold;
	margin-left:15px;
}


#navigation ul
{
list-style-type: none;
text-align: left;
margin:0;
padding:0;
}

#navigation ul li a
{
background: transparent url(gfx/bullet2.gif) left center no-repeat;
padding-left: 15px;
text-decoration: none;
color:#666666;
}

#navigation ul li a:hover
{
background: transparent url(gfx/bullet.gif) left center no-repeat;
color: black;
}

#navigation ul li a#current
{
background: transparent url(gfx/bullet.gif) left center no-repeat;
color: #666;
}

/* ----------------------------------------------------------------------------------- Contentbereich */

#contentbereich
{
	position:absolute;
	top:180px;
	left:250px;
	font-size:0.9em;
	width:60%;
}

#contentbereich h1
{
	font-size:1.4em;
	font-weight:bold;
}

#contentbereich table
{
	width:100%;
	font-size:0.9em;
	border-color:#BEDC00;
	align:left;
	valign:top;
	
}

#contentbereich td
{
	border-bottom: 1px dotted #BEDC00;
	padding-top:1.4em;
}


#contentbereich a
{
	color:#BEDC00;
	font-weight:bold;
	text-decoration:none;
}

#contentbereich a:hover
{
	text-decoration:underline;
}

/* ----------------------------------------------------------------------------------- Einkaufswagen */

#einkaufswagen
{
	position:absolute;
	top:200px;
	right:10px;
	font-size:0.8em;
	width:15%;
	border-color:#BEDC00;
	border-style:dotted;
	border-width: 1px;	
}

#einkaufswagen h1
{
	background-color:#BEDC00;
	text-align: left;
	color:white;
	font-weight: bold;	
	font-size:1em;
	margin-top:0;
	margin-bottom:10px;
	padding-left:10px;
	
}

#einkaufswagen td
{
	padding-left:10px;
}

#einkaufswagen h2
{
	text-align: center;	
}

#einkaufswagen b
{
	color:#BEDC00;
	font-weight: bold;		
}

#einkaufswagen a
{
	text-decoration:none;
	font-size:smaller;
	color:black;
}

#einkaufswagen a:hover
{
	text-decoration:underline;
}

#fehler
{
	color:red;

}