
.colored {
	color:#f08d54;
}

body {
	text-align:center;
	font-size: 10pt;
	color: #000;
	background-color:#fff8f0;
	line-height: 1.2em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

div#body {
	padding: 143px 0px 10px 0px;
	margin: 20px 30px 0px 30px;
	background:url(images/agentcopp.gif) top right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	border: 1px solid #f77b31;
	border: 1px solid #f08d54;
	-moz-border-radius:8px;
	z-index:1;
}


div#content {
	padding: 10px 0px 0px 50px;
	text-align:justify;
}

.breadcrums,
.breadcrums a {
	color: #f08d54;
	font-size:8pt;
	text-decoration:none;
}


div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content p,
div#content ul,
div#content ol {
	margin-right: 20px;
}

div#results {
	margin: 0px 50px 0px;
}



/************* FORMULARE *******/

fieldset {
	padding:10px 30px 10px 0px;
	border: 1px solid #f77b31;
	background:#fff8f0;
}

legend {
	border: 1px solid #f77b31;
	background:#f77b31;
	color: #fff;
	font-size: 7pt;
	margin-left:10px;
	padding:0px 10px;
	line-height:8pt;
}

form.formatted label  {
	display:inline;
	float:left;
	width:120px;
	color: #f77b31;
	text-variant:italic;
	font-size:7pt;
	text-align:right;
	margin-right:5px;
	padding-left:30px;
}

form.formatted select {
	font-size: 7pt;
	border: 1px solid #ccc;
	padding: 1px 2px;
	margin-bottom:2px;
}

form.formatted input[type=text],
form.formatted input[type=password],
form.formatted textarea {
	font-size: 8pt;
	margin-bottom:2px;
}


form {
	margin: 0px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
}

select {
	font-size: 10pt;
	color: #000;
	border: 1px solid #f77b31;
}



/********** HEADINGS **********/

h1 {
	font-size: 19pt;
	margin:10px 0px 0px;
}

h2 {
	font-size: 15pt;
	margin:10px 0px 30px;
}


h3 {
	font-size: 12pt;
	font-weight:bold;
	color:#f77b31;
	width: 100%;
	margin-top:30px;
	border-bottom: 1px solid #f77b31;
	text-align:left;
}


h4 {
	font-size: 11pt;
	font-weight:bold;
	color:#f77b31;
	text-align:left;
	margin: 30px 0px 10px;
}




/********** TABLES AND ONLINE RESULTS **********/


table {
	border:0px #ccc solid;
}


td, th {
	font-size:9pt;
	padding:5px 2px;
	
}

table#border tr td {
	border: 1px solid #bbb;
}



td {
	background-color: #fff8f0;
}

table.nobg tr td {
	background-color: #fff;
}

th {
	border: 0px;
	text-align:left;
}

table.results tr td,
table.results tr.odd td,
table.results tr.oddbest td,
table.results tr.best td {
	border: 1px solid #bbb;
	white-space: nowrap;
	background-color: #fbfbfb;
}

table.results tr.odd td {
	background-color:#eeeef1;
}

table.results tr.best td {
	background-color: #ebfdeb;
	color: green;
}

table.results tr.oddbest td {
	background-color:#dcefdd;
	color: green;
}

table.results tr td.betterASpsplib {
	background-color:#ebfdeb;
	border:1px solid green;
	color:green;
}


table.results tr.lB td {
	background-color:#ebfdeb;
	font-weight:normal;
	border:1px solid green;
}



/******* LISTEN *******/

li {
	margin-right:20px;
}

ul li {
	list-style-image: url(images/pfeil.gif);
	list-style : url(images/pfeil.gif);
}

ul li.light {
	list-style-image: url(images/pfeil2.gif);
	list-style : url(images/pfeil2.gif);
}


.bgcolored {
	background-color: #fff8f0;
	border: 1px dashed #f77b31;
}

.none {
	background-color: #fff;
	border: 1px solid #fff;
}


div#content ul li:first-line {
	color: #f77b31;
}

div#content ul li.light:first-line {
	color: #000;
}

img.border {
	border: 1px solid #f77b31;
	background-color:#fff8f0;
	padding:3px;
}




/******** NEW MENU *******/

div.menu {
	margin:0px;
	padding:0px;
	padding-left:30px;
	width:100%;

}

ul#menu {
	margin:0px;
	padding:0px;
	width:100%;
	height:1.3em;
	display:block;
	list-style-type: none;
}

ul#menu li {
	margin:0px;
	padding:0px;
	display:inline;
	text-align:center;
	list-style-type: none;
	float:left;
}

ul#menu li a {
	display:block;
	width:8em;
	font-size:9pt;
	color:#f77b31;
	border: 1px solid #f77b31;
	border: 1px solid #f08d54;
	border-bottom:0px;
	line-height:1.4em;
	margin-right:0.3em;
	padding:0px 5px;
	text-decoration:none;
	font-family:Verdana;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}

ul#menu li a:hover {
	background:#f77b31;
	background: #f08d54;
	color: #fff;
}

ul#menu li a.sel {
	background:#f77b31;
	background: #f08d54;
	color: #f7ebd1;
}

ul#menu li#admin {
	float:right;
	margin-right:30px;
}




div.submenu {
	margin:0px;
	padding:0px;
	padding-top:0.1em;
	padding-bottom:0.1em;
	width:100%;
	height:1.3em;
	background:#f77b31;
	background: #f08d54;
}

ul#submenu {
	margin:0px;
	padding:0px;
	width:100%;
	height:1.3em;
	display:inline;
	list-style-type: none;
}

ul#submenu li {
	margin:0px;
	padding:0px;
	padding-top:0.1em;
	display:inline;
	text-align:center;
	list-style-type: none;
	float:left;
}

ul#submenu li a {
	display:block;
	font-size:8pt;
	color:#fff;
	border: 1px solid #f77b31;
	border: 1px solid #f08d54;
	line-height:1.1em;
	margin-right:15px;
	padding:1px 5px;
	text-decoration:none;
	font-family:Verdana;
}

ul#submenu li a:hover {
	border: 1px solid #fff;
	/*border: 1px solid #f08d54;
	color: #f08d54;
	background: #fff;*/
	text-decoration:none;
}

ul#submenu li a.sel {
	font-weight:normal;
	border: 1px solid #fff;
	text-decoration:none;
}




div.submenu2 {
	margin-top:0px;
	padding:0px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:0.2em;
	width:100%;
	height:1.1em;
	background:#fff;
	background:#fff8f0;
	border-bottom: 1px solid #f77b31;
}

ul#submenu2 {
	margin:0px;
	padding:0px;
	width:100%;
	height:1.0em;
	display:inline;
	list-style-type: none;
}

ul#submenu2 li {
	margin:0px;
	padding:0px;
	padding-top:0px;
	display:inline;
	text-align:center;
	list-style-type: none;
	float:left;
}

ul#submenu2 li a {
	display:block;
	font-size:8pt;
	color:#f77b31;
	border: 1px solid #f77b31;
	border: 0px solid #fff;
	line-height:1.1em;
	padding:1px 5px;
	margin-right:15px;	
	text-decoration:none;
	font-family:Verdana;
}

ul#submenu2 li a:hover {
	border: 0px solid #f77b31;
	text-decoration:none;
}

ul#submenu2 li a.sel {
	font-weight:bold;
	border: 0px solid #f08d54;
	text-decoration:none;
	cursor:default;
}

.marktplatz {
	float:right;
	margin-right:20px;
	border:1px solid #f77b31;
	background:#fff8f0;
	padding:10px;
	-moz-border-radius:12px;
}
