/** Grundlegendes */

body {
	margin: 20px 0;
	padding:0;
	font: normal small Arial, Helvetica, sans-serif;
	background: #5c5c5c url(../images/bg_body.jpg) repeat top left;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222;
}

a {
	text-decoration: none;
	color: #bb4043;
}

a:hover {
	color: #ff5d61;
}

/** HEADER */

#header {
	width: 850px;
	height: 304px;
	background-color: #A8A8A8;
	background:  url(../images/bg_header.png) no-repeat;
	margin: 0 auto;
	border:1px solid black;
	border-bottom:none;
}

#header h1 {
	margin: 0;
	padding: 10px 10px 0 20px;
	text-transform: lowercase;
	font-size: 66px;
	letter-spacing: -.05em;
	color: #000000;
	display: none;
}

#header h1:hover {
	color: #a90f0f;
	font-weight: bold;
}

#header h2 {
	display: none;
}

/** headerinhalt */

#headerlinks {
	float: center; padding: 128px 65px 0 310px;
}

#headerlinks img {border:none;}


/** Inhalt */

#content {
	padding: 20px;
	width: 810px;
	margin: 0 auto;
	background: #f2f2f2 url(../images/img02000.jpg) repeat-y left top;
	border:1px solid black;
	border-top:none;
}

#menu { border:0;
	width: 850px;
	height: 25px;
	padding:2px 0 0 0;
	margin: 0 auto 0 auto;
	background:url(../images/glossy_bar.png);
}

.beschreibung {
	text-align:left;
	border-bottom:1px solid black
}

.anzahl {
	text-align:center;
	border-bottom:1px solid black
}

.preis {
	text-align:right;
	border-bottom:1px solid black
}

#menu ul {
	border:0;
	padding-top:0;
	margin: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	border:0;
	display: inline;
}

#menu a {
	padding: 0 5px 0 5px;
	border: none;
	color: #ad0000;
}

.delete {
	cursor:pointer;
}
.index_entry{float:right;}
#best label{display:-moz-inline-box;display:inline-block;width:150px}
#best select{display:-moz-inline-box;display:inline-block;width:100px}
#best input{display:-moz-inline-box;display:inline-block;width:300px}

.partner_name{display:-moz-inline-box;display:inline-block;width:200px;}
.gal_menu{height:13px;background:#555 url(../images/glossy_bar_schmal.png) top no-repeat}
.gal_image{margin-top:-13px;border:1px solid black}
.gal_desc{margin-top:-13px;z-index:10;}
.lb_close_win{border:0;}
button{width:128px;height:30px;}
.bestDaten{padding:20px;border:1px solid #888;border-top:0;margin:0 0 10px 0;}

/** FOOTER */


#footer {
	margin: 0 auto;

}

#footer p {
	margin: 0 auto;
	padding: 5px 0 0 20px;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #eee;
}

#footer a {

	font: bold 10px Arial, Helvetica, sans-serif;
	color: #eee;
}

