a:link { text-decoration:none; color:#0033FF; }
a:visited { text-decoration:none; color:#0033FF; }
a:hover { text-decoration:none; text-decoration:underline; color:#0033FF; }
a:active { text-decoration:none; color:#0033FF; }

body {
	background-color: #ECFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

table {
	margin: 0 auto;
}

#ticker {
	width: 950;
	margin-bottom: 5px;
}

#main {
	background-color: #FFFFEC;
	text-align: left;
	width: 950px;
	min-height: 1200px;
	padding-bottom: 10px;
	border: 1px;
	border-style: solid;
	border-color: black;
}

#menu {
	width: 15%;
	padding-bottom: 25px;
	margin-left: 5px;
	margin-right: 5px;

	float: left;
}

#content {
	width: 80%;
	background-color: #ECFFFF;
}

#content_auction {
	width: 100%;
	background-color: #ECFFFF;
}

#menu {
	text-align: left;
}

#menu td {
	/*height: 45px;*/
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

#menu td.submenuitem {
	padding-top: 10px;
         padding-left: 20px;
}

#Preisliste {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFEC;
	margin-top: 1.5em;
}

#Preisliste td, th {
         height="36";
         border-color: #CCCCCC;
         border-width: 1px;
         border-top-style: solid;
         border-left-style: solid;
         padding: 5px;
         height: 35px;
}

#Preisliste th {
         height="36";
         border-color: #CCCCCC;
         background-color: #009966;
         border-width: 1px;
         border-top-style: solid;
         border-left-style: solid;
}

#Preisliste td.preis {
	text-align: right;
         white-space: nowrap;
}

#Preisliste td.info {
	text-align: center;
	vertical-align: middle;
}

.TextNormal {
	font-size: 16px;
}

.TextRed {
	color: red;
}

.Text24 {
	font-size: 24px;
}

.Text24Bold {
	font-weight: bold;
	font-size: 24px;
}

.Text24BoldRed {
	font-weight: bold;
	font-size: 24px;
	color: red;
}

.Text18 {
	font-size: 18px;
}

.Text10 {
	font-size: 10px;
}

.Text14Red {
	font-size: 14px;
	color: red;
}

.TextRed {
	color: red;
}

.TextBoldRed {
	color: red;
	font-weight: bold;
}