/* 
Beschreibung: 
margin: 0px 0px 0px 0px; Außenabstand: oben, rechts, unten, links
padding: Innenabstand
 */



* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 background-color: #FFFFFF;
 font-size: 12px;
 background-image:url(logos/hintergrund.gif);
 background-repeat:repeat;
}
.grundseite{
 width: 782px;
 margin: 0 auto;
}
.border {
 border: 1px solid #FF9B21;
 margin: 20px 0px 0px 0px; /* oben, rechts, unten, links */
 background-color: #FFFFFF;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 
/* ------------------------ Start Header -----------------*/
.header {
 text-align: center;
 margin: 6px 0px 0px 0px;
}
/* ------------------------ End Header -----------------*/


/* ------------------------ Start Navigation Bar -----------------*/
#nav-bar {
 color: #FF0000;
 font-weight: bold;
 margin: 6px 12px 0px 12px;
 background-image: url(logos/balken.jpg);
 background-position:top center;
 background-repeat: no-repeat;
 height: 38px;
 padding: 10px 10px 0px 10px;
}
#nav-bar a:link {
 color: #000;
 text-decoration: none;
}
#nav-bar a:visited {
 color: #000;
 text-decoration: none;
}
#nav-bar a:hover {
 color: #00f;
 text-decoration: none;
}


#menu {
 text-align: center;
 list-style: none;
}
#menu li {
	display: inline;
	padding-right: 10px;
	border:0px;
}


#content {
 color: #FF0000;
 font-weight: bold;
 margin: 12px 12px 0px 12px;
 padding: 0px 0px 0px 0px;
}
#content a:link {
 color: #000;
 text-decoration: none;
}
#content a:visited {
 color: #000;
 text-decoration: none;
}
#content a:hover {
 color: #00f;
 text-decoration: none;
}

.auktionszeile {
 width: 540px;
 float: left;
 border: 1px solid #dddddd;
 margin: 3px;
}
.auktionsbild {
 width: 150px;
 height: 100px;
 float: left;
 border: 1px solid #FF9B21;
 padding: 1px;
 margin: 4px 4px 4px 4px;
}
.auktionstext {
 color: #666666;
 font-size: 12px;
}
.ueberschrift {
 color: #666666;
 font-weight: bold;
 font-size: 15px;
}




.notentabelle {
	background-color: #FCFCD6;
	border: 2px solid #FF9B21;
	margin: 3px;
	padding: 3px;
	color: #666666;
	font-size: 10px;
  width: 200px;
	float: right;
}
.notenueberschrift {
	font-size: 12px;
	font-weight: bold;
}
.notenzeile {
}
.notenspalte {
}