html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.liststylenone ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*bis hierhin ist ein reset*/
body {
	color: black;
	/*background-color: #5198D0;*/
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	/*padding: 1em 0;
*/
	min-width: 41em;
/* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}


#id-container {
	background-color: white;
	margin: 0 auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	/*border: thin solid;*/
	width: 930px;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: middle;
}
#id-header {
	display: block;
	text-align: left;
}
#id-language {
	float: left;
	background-color: fuchsia;
	width: 200px;
	clear: left;
}
#id-statusbox {
        position: relative;
	float: left;
	width: 300px;
	height: 52px;
	/*min-height: 52px;
*/
        font-size: x-small;
	clear: left;
	margin-left: 8px;
	margin-top:20px;
	background-image: url(../img/login.png);
	background-repeat: no-repeat;
}

#id-statusbox .angemeldet {
        position: absolute;
        top: -4px;
        right: 5px;
}

#id-statusbox .angemeldettext {
        margin-left: 30px;
        font: bold 24px Arial, Helvetica, sans-serif;
        color: #5198D0;
        
}

#id-statusbox .bid-balance {
        margin-left: 5px;
        color: red;        
}

#id-statusbox div {
	padding: 5px;
}

#UserLoginForm .textbox{
   width: 135px;
   /*background-position: right center;
   background-image: url(../img/hammer.png);*/
}
#id-topmenu {
	margin-top: 30px;
}

.crumb{
background: url(../img/bg-gray.gif) repeat-x;
height: 30px;
padding-top: 5px;

}

.id-submit {
position: absolute;
width: 90px;
bottom: -6px;
right: 15px;
/*background: url(../img/loginbutton.png) no-repeat;*/
 
}

.id-liveauc{

    float:left;
     display:inline;
	padding-right: 10px;
	padding-left: 10px;
}

.id-topmenu {
	float: left;
	width: 100%;
	height: 35px;
	list-style-type: none;
	position: static;
	padding-left:6px;
}
.id-topmenu ul li {
	float: left;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
.id-topmenu ul li a {
	float: left;
	line-height: 130%;
	display: block;
	color: black;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-right: 1px solid black;
	vertical-align: baseline;
}
#id-logo {
	float: right;
	background-image: url(../img/logo.png);
	width: 290px;
	height: 131px;
	position: absolute;
	top: 30px;
	margin: 0;
	padding: 0;
	clear: both;
	/*background-image: url(logooben.gif);
*/
}

#id-content {
	clear: both;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
#id-banner {
	margin: 0 auto;
	/*width: 850px;*/
	width:100%;
	margin-top: 5px;
	position: relative;
	text-align: center;
	
}
#id-banner h1 {
	width: 219px;
	height: 30px;
	position: absolute;
	top: -5px;
	right: 30px;
	overflow: visible;
	background-repeat: no-repeat;
}
#id-banner h2 {
	width: 242px;
	height: 35px;
	position: absolute;
	bottom: -10px;
	right: 30px;
	background-repeat: no-repeat;
}

#id-footer {
margin-top: 20px;
font-size: x-small;
text-decoration: none;
}

.id-table td{
vertical-align:middle;
}

#id-menu_bottom{
	position: static;
	
}

.id-button{
        margin-left:160px;
}

.id-aucstat{
        margin-top:5px;
}

.clearfix {
	float: left;
	clear: both;
	width: 100%;
}

p {
  padding-top:8px;
  text-align:justify;
  padding-right:10px;
}

.content h2 {

margin-top:10px;
}

h1 { font-size: 16px;}
h2 { font-size: 14px;}

h1 a { font-size: 16px; color:#4C4C4C}
h2 a { font-size: 14px; color:#4C4C4C}

small { font-size:10px;
        
}