.white {color: #ffffff;}
.black {color: #000000;}
.yellow {color: #fefcef;}
.red {color: red;}
.winered {color: #a02e25;}
.lightblue {color: #cad4d7;}
.lightgrey {color: #d0d0d0;}
.grey {color: #a0a0a0;}
.green {color: green;}
.positive {color: #00CC33;}
.neutral {color: #999999;}
.negative {color: #CC0000;}
.archived {color: #a0a0a0;}
.overdue {color: red;}
.deleted {color: #bbbbbb;}
.payed {color: green;}
.paperbill {color: green;}
.ratingclassa {color: #07CA40;}
.ratingclassb {color: #03CCF6;}
.ratingclassc {color: #1765CA;}
.ratingclassd {color: #FF980D;}
.ratingclasse {color: #D50005;}
.backgroundwhite {background: #ffffff;}
.backgroundblack {background: #000000;}
.backgroundyellow {background: #fefcef;}
.backgroundred {background: red;}
.backgroundwinered {background: #a02e25;}
.backgroundlightblue {background: #cad4d7;}
.backgroundlightgrey {background: #d0d0d0;}
.backgroundgrey {background: #a0a0a0;}
.backgroundgreen {background: green;}
.backgroundpositive {background: #00CC33;}
.backgroundneutral {background: #999999;}
.backgroundnegative {background: #CC0000;}
.backgroundarchived {background: #a0a0a0;}
.backgroundoverdue {background: red;}
.backgrounddeleted {background: #bbbbbb;}
.backgroundpayed {background: green;}
.backgroundpaperbill {background: green;}
.backgroundratingclassa {background: #07CA40;}
.backgroundratingclassb {background: #03CCF6;}
.backgroundratingclassc {background: #1765CA;}
.backgroundratingclassd {background: #FF980D;}
.backgroundratingclasse {background: #D50005;}
a {
	text-decoration: none;
	color: #888888;
}


a.paginatorpage {
	font-size: 11px;
	border: 1px solid #a02e25;
	padding: 2px 5px;
	margin-right: 1px;
}

span.currentpaginatorpage {
	font-size: 11px;
	border: 1px solid #a02e25;
	padding: 2px 5px;
	background: #d0d0d0;
	margin-right: 1px;
}

body {
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	background: #fefcef;
}

div#header {
	height: 103px;
	background: url('/icons/header-part.png');
	background-repeat: repeat-x;
}

div#container {
	width: 990px;
	margin: 0;
	text-align: left;
}

div#content {
	float: right;
	width: 760px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 18px;
}

div#content a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #990000;
}

div#content a.image {
	text-decoration: none;
	border-bottom: none;
}

div#content .mceEditor a {
	border-bottom: none;
}

div#content .mceEditor a:hover {
	border-bottom: 1px solid #000000;
}

div.comment {
	margin-left: 10px;
	margin-top: 8px;
	font-size: 11px;
}

div#navigation {
	float: left;
	width: 200px;
	background: #cad4d7;
}

div#navigation ul {
	margin: 0;
	padding: 0;
}

div#navigation li {
	margin: 0;
	padding: 5px 16px;
	border-bottom: 1px solid #a02e25;
}

div#navigation li.selected, #navigation li:hover {
	background: #fefcef;
}

div#navigation a, .winered {
	color: #a02e25;
}

div#navigation a.selected {
	font-weight: bold;
}

div#footer {
	clear: both;
	border-top: 1px solid #a02e25;
	margin-left: 200px;
	font-size: 10px;
}

div#footer p {
	margin: 0;
	padding: 5px;
	padding-left: 30px;
}

#contentonly {
	position: absolute;
	padding: 10px;
	top: 10px;
	left: 10px;
	color: #000000;
}

div.border {
	border: 1px solid #a02e25;
	padding: 10px;
	margin-top: 5px;
	width: 382px;
}

div.scrollbox {
	height: 100px;
	overflow: auto;
}

div.filter {
	margin: 10px 0px;
	font-size: 11px;
}

div.filter span.filter {
	color: #a02e25;
}

div.infoblock div.head {
	width: 100%;
	color: #a02e25;
	background: #cad4d7;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 4px;
}

div.infoblock div.content {
	border-bottom: 1px solid black;
	padding: 4px;
	margin-bottom: 16px;
}

div.messages {
	border: 1px solid #000000;
	padding: 2px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 5px;
}

div.messages .errors {
	padding: 2px;
	background: #e96f0c;
}

div.messages .infos {
	padding: 2px;
	background: #83ba41;
}

div.subnavigation {
	margin-left: 0px;
	margin-top: 5px;
	line-height: 13px;
	font-size: 10px;
}

form {
	margin: 0;
}

form td {
	vertical-align: top;
}

h1 {
	font-size: 14px;
	color: #a02e25;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #a02e25;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

input[type=text],input[type=password],input[type=file],select,textarea, textarea.mce {
	border: 1px solid #a02e25;
	font-family: Verdana, Arial, Sans-Serif, Helvetica;
	font-size: 12px;
	color: #000000;
}

input.button {
	border: 1px solid #a02e25;
}

input.btn-space {
	margin: 0 5px 0 0;
}

input.btn-space2 {
	margin: 0 2px 0 0;
}

p.topspace {
	margin: 5px 0 0 0;
	padding: 0;
}

p.paginator {
	font-size: 11px;
}

p.helptext {
	font-size: 10px;
	color: #a0a0a0;
	margin: 2px 0;
}

table.form td.label {
	width: 160px;
	text-align: right;
	padding-right: 5px;
}

table.form hr {
	border: 1px solid #a02e25;
}

table.list td,th {
	vertical-align: top;
}

table.list th {
	border: none;
	border-top: 1px solid #a02e25;
	border-bottom: 1px solid #a02e25;
	background: #cad4d7;
	color: #a02e25;
	padding: 2px;
}

table.list2 {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

table.list2 td,th {
	vertical-align: top;
	padding: 4px;
}

table.list2 th {
	border: none;
	border-top: 1px solid #a02e25;
	border-bottom: 1px solid #a02e25;
	background: #cad4d7;
	color: #a02e25;
	text-align: center;
}

table.list2 td {
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #a02e25;
	padding-top: 6px;
	padding-bottom: 6px;
}

table.list2 td.lastcolumn {
	border-right: none;
}

table.list td.lastcolumn p {
	margin: 0;
	padding: 0;
}

table.image {
	border-spacing: 0;
	border-collapse: collapse;
	width: 412px;
}

table.image td {
	border: 1px solid #a02e25;
	padding: 5px;
}

table.image td.largeimage {
	height: 332px;
	text-align: center;
}

table.restriction {
	border: 1px solid #a02e25;
	background: #cad4d7;
	width: 100%;
}

table.detailpreview {
	border-spacing: 0;
	border-collapse: collapse;
}

table.detailpreview img {
	cursor: pointer;
}

table.detailpreview td {
	width: 82px;
	height: 82px;
	border: 1px solid #d0d0d0;
	padding: 1px;
	text-align: center;
}

table.coininfo td {
	padding: 5px;
	vertical-align: top;
}

table.noborder {
	border-spacing: 0;
	border-collapse: collapse;
}

table.noborder td {
	padding: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.border {
	border: 1px solid #a02e25;
}

td,th {
	padding: 2px;
}

th {
	text-align: left;
	border: 1px solid darkgrey;
	background: lightgrey;
	color: black;
}

th.sort {
	text-decoration: underline;
}

tr.rowhover {
	background: #cad4d7;
}

tr.rowclickhover {
	background: #cad4d7;
	cursor: pointer;
}

tr.borderbottom td {
	border-bottom: 1px solid #a02e25;
}

.bold {
	font-weight: bold;
}

.bottomalign {
	vertical-align: bottom;
}

.center {
	text-align: center;
}

.clearfloat {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.mandatory {
	color: red;
	font-weight: bold;
}

.nobr {
	white-space: nowrap;
}


.rightalign {
	text-align: right;
}

.small {
	font-size: 11px;
}

.sort {
	cursor: pointer;
}

.smaller {
	font-size: 10px;
}

.topalign {
	vertical-align: top;
}

.underline {
	text-decoration: underline;
}

.shadow {
	background: #f0f0f0;
}

.shadowmed {
	margin: 0;
	padding: 0;
	background: #e0e0e0;
}

.shadowmax {
	margin: 0;
	padding: 0;
	background: #d0d0d0;
}

.owner {
	font-size: 16px;
	color: #a02e25;
}

.redinfo {
	padding: 3px 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	color: #fefcef;
	background: #a02e25;
}

abbr.dtstart, abbr.dtend {
	border: none;
}

table.coindealertable
{
	margin-top: 10px;
}

table.coindealertable img, table.coindealertable div
{
	margin-bottom: 10px;
}

table.coindealertable td
{
	padding-right: 10px;
	vertical-align: top;
}

div#strategischer-metallhandel
{
display: block;
margin: 0 0 0 -1px;
padding: 0;
width: 762px;
}

div#strategischer-metallhandel img
{
margin: 0;
padding: 0;
}

div#strategischer-metallhandel ul#navi-strategischer-metallhandel
{
	background-image: url('/icons/navi-bg.jpg');
	background-position: 0 0;
	border: none;
	height: 27px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 762px;
}

div#strategischer-metallhandel ul#navi-strategischer-metallhandel li
{
	display: inline;
	height: 27px;
	margin: 0;
	padding: 0;
}

div#strategischer-metallhandel ul#navi-strategischer-metallhandel li a:link,
div#strategischer-metallhandel ul#navi-strategischer-metallhandel li a:visited
{
	background-color: transparent;
	display: inline-block;
	height: 27px;
	margin: 0;
	padding: 0 12px;
}

div#strategischer-metallhandel ul#navi-strategischer-metallhandel li a:hover,
div#strategischer-metallhandel ul#navi-strategischer-metallhandel li a:focus,
div#strategischer-metallhandel ul#navi-strategischer-metallhandel li a:active,
div#strategischer-metallhandel ul#navi-strategischer-metallhandel li a.aktiv
{
	background-color: #424242;
	color: #dddddd;
	display: inline-block;
	height: 27px;
	margin: 0;
	padding: 0 12px;
}

div#text-strategischer-metallhandel
{
clear: left;
display: block;
margin: 0;
padding: 14px;
}

div#text-strategischer-metallhandel h1
{
color: #333;
font-size: 12px;
font-weight: bold;
width: 75%;
}

div#text-strategischer-metallhandel p
{
color: #333;
display: block;
font-size: 12px;
font-weight: normal;
margin-bottom: 1em;
width: 75%;
}

div#text-strategischer-metallhandel a
{
border-bottom: 1px solid #ddd;
color: #333;
font-size: 12px;
font-weight: normal;
margin: 0;
padding: 0;
}

div#text-strategischer-metallhandel .metalbox
{
border: 1px solid #333;
color: #333;
display: block;
font-size: 12px;
font-weight: normal;
margin: 0;
padding: 12px;
width: 32%;
}

div#text-strategischer-metallhandel .rightgap
{
margin-right: 3%;
}

div#text-strategischer-metallhandel ul
{
list-style-type: disc;
margin: 0;
padding-left: 15px;
width: 75%;
}