@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;	
	background-color: #606060;
	background-image: url(../gfx/bg_.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-image: url(../gfx/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #444;
	height: 100%;
}
h1 {
	color: #444;
	font-family: "Trebuchet MS",Candara,Palatino,Arial,"Palatino Linotype","Myriad Pro",Serif;
	font-size: 14pt;
}
h2 {
	color: #444;
	font-family: "Trebuchet MS",Candara,Palatino,Arial,"Palatino Linotype","Myriad Pro",Serif;
	font-size: 14pt;
}
h3 {
	color: #444;
	font-family: "Trebuchet MS",Candara,Palatino,Arial,"Palatino Linotype","Myriad Pro",Serif;
	font-size: 14pt;
}
#container {
	padding: 0px;
	margin: 0em auto;
	margin-top: 16px;
	width: 989px;
}
#header {
	width: 989px;
	height: 166px;
	background-image: url(../gfx/header.jpg);
	background-repeat: no-repeat;
}
#navigation {
	padding:0;
	margin:0;
	width: 989px;
	height: 34px;
	background: url(../gfx/navbg_blank.jpg);
}
#menu {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	background: url(../gfx/navbg_hover.jpg);
	background-position: right;
	float:left;
	margin-left: 0px;
	padding:0;
	text-align:center;
}
#menu li a {
	margin: 0;
	display:block;
	padding: 0px 20px 0px 20px;
	line-height: 34px;
	color:#fff;
	text-decoration:none;
}
#menu li .chosen {
	color: #fff;
	background: url(../gfx/navbg.jpg);
	background-position: right;
}
#menu li a:hover, li a:focus, li a:active {
	background: url(../gfx/navbg.jpg);
	background-position: right;
}
#content {
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	background-image:url(../gfx/bgcontainer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0;
	background: #f3eaef;
}
#content #text {
	float:left;
	width: 770px;
	margin:0;
	padding: 6px;
	padding-top: 4px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top;
	background-repeat: no-repeat;
	background-position: bottom right;
}
a {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#verlauf {
	margin: auto;
	width: 942px;
	height: 36px;
	background-repeat: repeat-x;
	background-image: url(../gfx/schatten_unten.png);
}
ul, li{
	margin:0;
	padding:0;
	list-style-type:none;
}
li{

	padding: 8px;
	padding-left: 28px;
} 
.clear {
	clear: both;
}
img {
	border: 0;
}
.error {
	margin: 2px;
	padding: 2px;
	width: auto;
}
input.error {
	margin: 2px;
	padding: 2px;
	float: left;
	width: auto;
	color: white;
	background: #ee0000;
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 11px;
}
#copyright {
	width: 974px;
	padding: 8px;
	color: #fff;
	background: #941f6d;
	font-size: 11px;
}	
#copyright a {
	text-decoration: underline;
	color: #FFF;
}
#leiste {
	float: right;
	width: 205px; 
	background-color: #F3EAEF;
}
.eintrag_bild {
	float: left; width: 70px; margin: 4px;
}
.eintrag_text {
	float: left; width: 120px;
}
#bottom {
	width: 989px; 
	height: 215px;
}
.bottom_links {
	width: 238px;
	height: 215px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../gfx/bgfooter1.jpg);
}
.bottom_mitte {
	width: 288px;
	height: 215px;
	line-height: 24px;
	float: left;
	background-repeat: no-repeat;
	background-image: url(../gfx/bgfooter2.jpg);
}
.bottom_rechts {
	width: 463px;
	height: 215px;
	float: left;
	line-height: 14px;
	background-repeat: no-repeat;
	background-image: url(../gfx/bgfooter3.jpg);
}
a.titel {
	font-family: "MS Sans Serif", Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
span.beschreibung {
	font-family: "MS Sans Serif", Arial;
	font-size: 10px; 
	text-decoration: none;
	font-weight: normal;
}
span.preis {
	font-family: "MS Sans Serif", Arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #861f66;
}
.eintrag {
	margin: 0;
	margin-bottom: 24px;
}

