body {
	font:11px Arial, Helvetica, sans-serif;
	margin:0;
	/*min-width:1004px;*/
	/* width:1000px; */
	padding-bottom:4px;
	/* height:70%; */
	font-size:11px;
}

h2 {
	margin:0 0 14px;
	font:normal 18px/22px Arial, Helvetica, sans-serif;
	color:#525252;
	padding-left:3px;
	border-left:6px solid #ff8b05;
}

.std_table .button_table td{
	padding-top:1px;
	border-right:0px;
	
	
}
.std_data_table .button_table td{
	padding-top:1px;
	border-right:0px;
	
	
}



#button_table td{
	padding-top:1px;
	border-right:0px;
	background:none;
	
}
/* common parts */
a {
	color:#ff7200;
	text-decoration:none;
}
a:hover {text-decoration:underline;}

a.no-underline {text-decoration:none}
a.no-underline:hover {text-decoration:none}



p {
	margin:0 0 12px;
	padding:0;
	/* line-height:17px; */
}
img {border:0px;}
form {
	margin:0;
	padding:0;
}
fieldset {
	margin:0;
	padding:0;
	border:0;
}
input, label,  textarea {
	vertical-align:middle;
	font-size:11px;
}

td {
	font-size:12px;
}

/* main blocks */
* html #main-box {
	position:relative;
	margin-left:1004px;
	height:1px;
}
* html #site-wrap {
	height:1px;
	margin-left:-1004px;
	position:relative;
}
/* header style */
#header {
	background:#fff url(nav-bg.gif) repeat-x 0 100%;
	width:100%;
	overflow:hidden;
	padding:21px 0 0;
}
#header .content {
	background:url(nav-right-bg.gif) no-repeat 100% 100%;
	width:100%;
	overflow:hidden;
}
#header .bg {
	background:url(nav-left-bg.gif) no-repeat 0 100%;
	width:100%;
	overflow:hidden;
	padding-bottom:37px;
	position:relative;
}
/* logo style */
#header h1 {
	float:left;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
	background:url(logo.gif) no-repeat;
	width:190px;
	height:32px;
	margin:0 0 12px 19px;
	position:relative;
	z-index:9;
}
#header h1 a {
	display:block;
	overflow:hidden;
	width:100%;
	/* height:100%; */
}
#header img {
	float:right;
	display:inline;
	margin:4px 12px 12px 0;
	position:relative;
	z-index:9;
}
/* navigation style */
#nav {
	margin-top:-37px;
	float:left;
	width:100%;
	min-height:48px;
}
#nav ul {
	padding:16px 0 0;
	margin:0 0 0 230px;
	list-style:none;
	float:left;
	display:inline;
}
#nav li {
	display:inline;
	background:url(item-bg.gif) repeat-x;
	line-height:32px;
	float:left;
	margin-right:2px;
}
#nav li a {
	line-height:32px;
	color:#525252;
	display:block;
	background:url(item-left-bg.gif) no-repeat;
	padding-left:6px;
}

#nav li a:hover {
	background:url(item-left-hover.gif) no-repeat 0 0;
	padding-left:6px;
}

#nav li a:hover span {
	background:url(item-right-hover.gif) no-repeat 100% 0;
}

#nav li li a:hover {
	background:url(nav-hover.gif) repeat-x 0 0;
		  }


#nav li span {
	line-height:32px;
	display:block;
	background:url(item-right-bg.gif) no-repeat 100% 0;
	padding:0 14px 0 8px;
}
#nav li.active,
#nav li.active a {
	background-position:0 -32px;
}
#nav li.active span {background-position:100% -32px;}
#nav li.active a span {
	color:#ff7200;
	font-weight:bold;
}
#nav li.active a:hover {
	text-decoration:none;
	background:url(item-left-hover.gif) no-repeat 0 -32px;}

#nav li.active a:hover span {
	background:url(item-right-hover.gif) no-repeat 100% -32px;

}

#nav li ul {
	position:absolute;
	width:100%;
	display:none;
	bottom:8px;
	left:19px;
	margin:0;
	padding:0;
	list-style:none;
}
* html #nav li ul {width:984px;}
*+html #nav li ul {width:984px;}
#nav li.active ul {display:block;}

#nav ul ul{
	margin-top:20px;
	display:block;
}

#nav ul ul li {
	background:url(split.gif) no-repeat 100% 3px;
	/*line-height:23px;*/
	padding-right:2px;
	margin-right:0;
	white-space:nowrap;
}
#nav li.active ul li a {
	line-height:23px;
	color:#3c3c3c;
	display:block;
	background:none;
	padding:3px 10px 0;
}
#nav li.active ul li a:hover {
	text-decoration:none;
	padding-left:10px;
	background:url(nav-hover.gif) repeat-x;
	/*background:none;*/
	/*line-height:36px;
	padding:0 10px;*/
}
/* login box style */
#login-box {
	width:100%;
	overflow:hidden;
	background:#ff8b04 url(login-box-bg.gif) repeat-x 0 100%;
	color:#fff;
}
#login-box .content {
	padding-left:11px;
	position:relative;
	background:url(login-box-left-bg.gif) no-repeat;
}
#login-box .content .bg {
	line-height:32px;
	height:32px;
	background:url(login-box-right-bg.gif) no-repeat 100% 0;
	padding-right:13px;
}
#login-box p {
	float:right;
	margin:0;
	padding:5px 0;
}
#login-box strong {
	padding-left:20px;
	background:url(ico-login.jpg) no-repeat;
	line-height:22px;
	float:left;
	margin-right:10px;
}
#login-box a.logout {
	float:left;
	background:url(btn-logout.gif) no-repeat;
	width:58px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}
/* container style */
#container {
	background:#fff url(container-right-bg.gif) repeat-y 100% 0;
}
#container .content {
	background:url(container-left-bg.gif) repeat-y;
	width:100%;
	overflow:hidden;
	padding:10px 0 20px;
}
#container .bg {padding:0 5px 0 11px;}
#container .btm-bg {
	background:url(left-column-btm-bg.gif) no-repeat 100% 0;
	width:200px;
	height:5px;
	overflow:hidden;
	margin:-5px 0 0 11px;
}

#container.without-menu .btm-bg {width:30px;}
#container.without-menu .top-bg {width:30px;}
#container.without-menu #right-column {margin:0 0 0 30px;}

/* union box style */
.union-box {
	width:100%;
	overflow:hidden;
	background:url(left-column-bg.gif) repeat-y;
}
.without-menu .union-box {background:url(left-column-bg-s.gif) repeat-y;}

#container .top-bg {
	background:url(left-column-top-bg.gif) no-repeat 100% 0;
	width:200px;
	height:5px;
	overflow:hidden;
	margin:-7px 0 0 0px;
}

/* left column */
#left-column {
	float:left;
	width:200px;
	/*background:url(left-column-top-bg.gif) no-repeat 100% 0;*/
	padding:7px 0;
}
.without-menu #left-column {width:30px;}
/* additional navigation style */
#menu-control {
	float:left;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(btn-menu-control.gif) no-repeat;
	margin:0 0 10px 5px;
	display:inline;
}
.without-menu #menu-control {background-position:0 -20px;}
#add-menu {
	margin:0 11px;
	padding:0;
	list-style:none;
	float:left;
	width:178px;
	display:inline;
	overflow:hidden;
}
.without-menu #add-menu {display:none;}
#add-menu li {
	float:left;
	width:100%;
	border-bottom:1px solid #fff;
	padding: 0 0;
	background: url(border.gif) repeat-x 0 100%;
}
#add-menu li a {
	color:#3c3c3c;
	background:url(arrow-right.gif) no-repeat 1px 10px;
	padding-left:14px;
	display:block;
	line-height:29px;
}

#add-menu li a:hover {
	background:url(main-nav-hover.gif) no-repeat 0px 3px;


}
#add-menu li.active a {
	color:#ff7200;
	font-weight:bold;
	background:url(arrow-down.gif) no-repeat 0 5px;
}
#add-menu li a:hover {
	color:#ff7200;
	text-decoration:none;

}
#add-menu li ul {
	display:none;
	margin:5px 0 5px 14px;
	padding:0 0 0 1px;
	list-style:none;
	border-left:4px solid #ff8b05;
	font-size:11px;
	width:150px;
	float:left;
}
#add-menu li.active ul {
	display:inline;
}
#add-menu li.active li {
	background:none;
	border:none;
	padding:0 0 3px;
}
#add-menu li.active li a {
	color:#3c3c3c;
	font-weight:normal;
	background:none;
	padding:0;
}
#add-menu li.active li a:hover {color:#ff7200;}
/* right column */
#right-column {
	margin:0 0 0 210px;
}

#right-column .info-box {
	width:99%;
	overflow:hidden;
}
#right-column h2 {
	margin:0 0 14px;
	font:normal 18px/22px Arial, Helvetica, sans-serif;
	color:#525252;
	padding-left:3px;
	border-left:6px solid #ff8b05;
}
.heading {
	background:#ff8b04;
	border-bottom:1px solid #c56b03;
	padding:4px 0;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.heading h3 {
	color:#ffffff;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	margin:0 14px 0 10px;
	float:left;
	display:inline;
}
.heading strong {
	float:left;
	color:#000;
	line-height:18px;
}

.heading h3 a:link, .heading h3 a:visited, .heading h3 a:active, .heading h3 a:hover{
	color:#ffffff;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.heading div a:link, .heading div a:visited, .heading div a:active, .heading div a:hover{
	color:#ffffff;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

.heading .headline_button{
	color:#ffffff;
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	
}

/* content quickstart style */
.content-quickstart {
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
ul.ico-list {
	overflow:hidden;
	margin:0 -5px 0 0;
	padding:0;
	list-style:none;
}
.ico-list li {
	float:left;
	width:186px;
	height:36px;
	overflow:hidden;
	margin:0 5px 5px 0;
	background:url(quickstart-item-bg.gif) no-repeat;
}
.ico-list li a {
	display:block;
	width:228px;
	height:22px;
	padding:7px 8px 7px 34px;
	line-height:22px;
	color:#525252;
}


/* content suchergebnis style */
.content-suchergebnis {
	width:100%;
	overflow:hidden;
	margin-bottom:40px;
}
.content-suchergebnis.last {margin:0;}
.content-suchergebnis .form-content {
	float:right;
	width:200px;
}
.content-suchergebnis .form-content a {
	float:left;
	margin:0 7px;
	display:inline;
	width:20px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(btn-menu-control.gif) no-repeat;
}
.content-suchergebnis .form-content a.next {background-position:0 -20px;}
.content-suchergebnis .form-content select {
	font-size:11px;
	float:left;
	height:19px;
}
.content-suchergebnis table {
	border-collapse:collapse;
	width:100%;
	border-top:1px solid #d2d2d2;
	border-bottom:4px solid #d2d2d2;
}
.content-suchergebnis table.order {border-top:4px solid #d2d2d2;}
.content-suchergebnis th {
	background:#e9e9e9;
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 4px 0;
	text-align:left;
	padding:5px 10px;
}
.content-suchergebnis th strong {
	float:left;
	margin-right:10px;
}
.content-suchergebnis th ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:9px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(sort-bg.gif) no-repeat;
}
.content-suchergebnis th ul li {
	float:left;
	width:100%;
	height:5px;
	overflow:hidden;
	margin-bottom:2px;
}
.content-suchergebnis th ul a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.content-suchergebnis table .title {
	font-weight:bold;
	background:#f7f7f7;
}
.content-suchergebnis table .even .title {
	background:#f1f2f2;
}
.content-suchergebnis table span {
	float:left;
}
.info {
	float:right;
	background:url(ico-info.gif) no-repeat;
	width:14px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
}
.doc {
	float:right;
	background:url(ico-doc.gif) no-repeat;
	width:12px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
}
.edit {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(ico-edit.gif) no-repeat;
	width:13px;
	height:14px;
	margin:0 auto;
}
.content-suchergebnis td {
	background:#fff;
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 1px 0;
	text-align:left;
	padding:5px 10px;
}
.content-suchergebnis .last {border-right:none;}
.content-suchergebnis .black {color:#000;}
.content-suchergebnis .even td {background:#f5f6f7;}

.tenth_row td {background:#e4e5e6;}

/* tabs style */
.tabs {
	width:100%;
	overflow:hidden;
	clear:both;
	padding-top:10px;
}
.tabset {
	margin:0 0 10px;
	background:url(tab-bg.gif) repeat-x 0 100%;
	width:100%;
	overflow:hidden;
}
.tabset ul {
	margin:0 0 0 10px;
	display:inline;
	padding:0;
	list-style:none;
	float:left;
	font-size:11px;
}
.tabset li {
	float:left;
	line-height:25px;
	padding:0 10px;
	margin:4px 0 0 -2px;
	background:url(tab-split.gif) no-repeat 100% 50%;
}
.tabset li a {
	color:#525252;
	display:block;
}
.tabset li span {display:block;}
.tabset li.active {
	padding:0;
	margin-top:0;
	line-height:30px;
	background:url(tab-item-bg.gif) repeat-x;
}
.tabset li.active a {
	line-height:30px;
	background:url(tab-left-bg.gif) no-repeat;
}
.tabset li.active span {
	line-height:30px;
	padding:0 10px;
	font-weight:bold;
	background:url(tab-right-bg.gif) no-repeat 100% 0;
}
.message-box {
	background:url(message-box-bg.gif) repeat-x;
	width:100%;
	height:44px;
	margin:0 0 10px;
}
.message-box p {
	margin:0;
	padding:0 0 0 48px;
	line-height:44px;
	background:url(message-box-left-bg.gif) no-repeat;
}
.message-box strong {
	display:block;
	background:url(message-box-right-bg.gif) no-repeat 100% 0;
	font-weight:normal;
	line-height:44px;
	color:#3f3f3f;
	text-align:left;

}


/* footer style */
#footer {
	background:url(footer-bg.gif) repeat-x;
	width:100%;
	height:54px;
	overflow:hidden;
}
#footer .content {
	background:url(footer-right-bg.gif) no-repeat 100% 0;
	padding:0 10px 0 0;
	height:54px;
}
#footer .bg {
	background:url(footer-left-bg.gif) no-repeat;
	width:100%;
	height:54px;
	overflow:hidden;
	padding:10px 0 0;
	text-align:right;
}

.footer_content {
	background:url(footer-right-bg.gif) no-repeat 100% 0;
	padding:0 10px 0 0;
}

/* popup style */
.popup-content {
	display:none;
}
#popup {
	display:none;
	position:absolute;
	width:363px;
	margin-left:-363px;
	top:0;
	left:0;
}
#popup.open {display:block;}
#popup .top-bg {
	width:100%;
	height:67px;
	overflow:hidden;
	background:url(popup-top-bg.png) no-repeat;
}
#popup .btm-bg {
	width:100%;
	height:13px;
	overflow:hidden;
	background:url(popup-btm-bg.png) no-repeat;
	clear:both;
}
#popup .bg {
	width:100%;
	float:left;
	background:url(popup-bg.png) repeat-y;
}
#popup #content {
	padding:0 50px 10px 80px;
	margin-top:-45px;
	position:relative;
	float:left;
}
.fenster {
	display:block;
	overflow:hidden;
	margin:0 auto;
	text-indent:-9999px;
	background:url(btn-fenster.gif) no-repeat;
	width:111px;
	height:20px;
}









/* content suchergebnis style */
.content-suchergebnis {
	width:100%;
	overflow:hidden;
	/* margin-bottom:40px; */
}


th
{
	font:12px Arial, Helvetica, sans-serif;
}




.icon_right {
	float:right;
	overflow:hidden;
	margin-right:-5px;
	text-indent:-9999px;
}

select {
	border-width:1px;
	border-style:solid;
	border-color:#d2d2d2;
	font-size:10px;
}

.inline_select {
	border-width:1px;
	border-style:solid;
	background:#e9e9e9;
	color:#3f3f3f;
	border-color:#d2d2d2;
	font-size:10px;
}

.inline_input {
	border-width:1px;
	border-style:solid;
	background:#e9e9e9;
	color:#3f3f3f;
	border-color:#d2d2d2;
	font-size:10px;
}

.inline_input_error {
	border-width:1px;
	border-style:solid;
	background:#FFCC99;
	color:#3f3f3f;
	border-color:red;
	
	outline-width: 1px;
	outline-color:red;
	outline-style:solid;
	
}


.inline_background_even {
	background:#f5f6f7;
}

.inline_background{
	background:#d2d2d2;
}


.tab1_bez
{
font-weight:bold;
background:#f1f2f2;
padding-left:4px;
border:1px solid #d2d2d2;
color:#3f3f3f;
}

.tab1_content
{
background:#f7f7f7;
padding-left:2px;
border:1px solid #d2d2d2;
color:#3f3f3f;
}

.tab1_bez_small
{
font-weight:normal;
background:#f1f2f2;
padding-left: 2px;
font-size: 9px;
color:#3f3f3f;
}

.tab1_content_small
{
background:#f7f7f7;
padding-left: 2px;
font-size: 9px;
color:#3f3f3f;
}



.restable1
{
	border-top:4px solid #d2d2d2;
	border-bottom:4px solid #d2d2d2;
	background: #d2d2d2;
	overflow:hidden;
}

.restable1_head
{
	background:#e9e9e9;
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 2px 0;
	text-align:left;
	padding:5px 10px;
}

.restable1_small_head
{
	background:#e9e9e9;
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 2px 0;
	text-align:left;
	padding:5px 1px;
}

.restable1_small_content1
{
background:#f7f7f7;
padding-left: 2px;
font-size: 9px;
color:#707070;
overflow:hidden;
}

.restable1_small_content2
{
font-weight:normal;
background:#f1f2f2;
padding-left: 2px;
font-size: 9px;
overflow:hidden;
color:#707070;
}

.restable1_content1
{
color:#707070;
background:#f7f7f7;
padding-left: 2px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 10px;
overflow:hidden;
}

.restable1_content2
{
color:#707070;
font-weight:normal;
background:#f1f2f2;
padding-left: 2px;
font-size: 10px;
overflow:hidden;
}

.restable1_bold_content1
{
background:#f7f7f7;
padding-left: 2px;
font-size: 8pt;
font-weight:bold;
color:#707070;
}

.restable1_bold_content2
{
font-weight:normal;
background:#f1f2f2;
padding-left: 2px;
font-size: 12px;
color:#707070;
font-weight:bold;
}

.headline {
	margin:0 0 14px;
	font:normal 18px/22px Arial, Helvetica, sans-serif;
	color:#525252;
	padding-left:3px;
	border-left:6px solid #ff8b05;
}

.stats_icon {
	float:right;
	background:url(statistics.gif) no-repeat;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
}

.info_row
{
border: 1px solid #228B22;
font: 11px Arial, sans-serif;
color: #707070;
background: #FED292;
margin: 1px 1px 1px 1px;
}

.error_row
{
border: 1px solid red;
font: 11px Arial, sans-serif;
background: #E9967A;
margin: 1px 1px 1px 1px;
}

.success_row
{
border: 1px solid #228B22;
font: 11px Arial, sans-serif;
color: green;
background: #98FB98;
margin: 1px 1px 1px 1px;
}


.std_table {
	border-collapse:collapse;
	border-top:1px solid #d2d2d2;
	border-bottom:4px solid #d2d2d2;
}

.std_table td {
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 1px 0;
	text-align:left;
	padding:5px 10px;
	font-size:11px;
}



.std_table th {
	background:#e9e9e9;
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 4px 0;
	text-align:left;
	padding:5px 10px;
	font-weight:bold;
}
.std_table th strong {
	float:left;
	margin-right:10px;
}
.std_table th ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:9px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(sort-bg.gif) no-repeat;
}
.std_table th ul li {
	float:left;
	width:100%;
	height:5px;
	overflow:hidden;
	margin-bottom:2px;
}
.std_table th ul a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.std_table.title {
	font-weight:bold;
	background:#f7f7f7;
}
.std_table .even .title {
	background:#f1f2f2;
}
.std_table span {
	float:left;
}

.std_table .last
{
	 border-right:none;
}

.std_data_table .title_and_last
{
	border-right:none;
	font-weight:bold;
	background:#f7f7f7;
}
.std_table .even
{
	background:#f1f2f2;
}

.std_table .even_and_last
{
	background:#f1f2f2;
	border-right:none;
	font-weight:bold;
}

.std_table .first_tr
{
	border-top:4px solid #d2d2d2;
}


.std_data_table {
	border-collapse:collapse;
	border-top:1px solid #d2d2d2;
	border-bottom:4px solid #d2d2d2;
}

.std_data_table td {
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 1px 0;
	text-align:left;
	padding:5px 10px;
	font-size:11px;
}

.std_data_table th {
	background:#e9e9e9;
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 4px 0;
	text-align:left;
	padding:5px 10px;
	font-weight:bold;
}
.std_data_table th strong {
	float:left;
	margin-right:10px;
}
.std_data_table th ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:9px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(sort-bg.gif) no-repeat;
}
.std_data_table th ul li {
	float:left;
	width:100%;
	height:5px;
	overflow:hidden;
	margin-bottom:2px;
}
.std_data_table th ul a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.std_data_table .title {
	font-weight:bold;
	background:#f7f7f7;
}
.std_data_table .even .title {
	background:#f1f2f2;
}
.std_data_table span {
	float:left;
}

.std_data_table .last
{
	 border-right:none;
}

.std_data_table .even
{
	background:#f1f2f2;
}

.std_data_table .first_tr
{
	border-top:4px solid #d2d2d2;
}



.content-suchergebnis table.order {border-top:4px solid #d2d2d2;}
.content-suchergebnis th {
	background:#e9e9e9;
	color:#3f3f3f;
	border-style:solid;
	border-color:#d2d2d2;
	border-width:0 1px 4px 0;
	text-align:left;
	padding:5px 10px;
}
.content-suchergebnis th strong {
	float:left;
	margin-right:10px;
}
.content-suchergebnis th ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:9px;
	height:12px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(sort-bg.gif) no-repeat;
}
.content-suchergebnis th ul li {
	float:left;
	width:100%;
	height:5px;
	overflow:hidden;
	margin-bottom:2px;
}
.content-suchergebnis th ul a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
.content-suchergebnis table .title {
	font-weight:bold;
	background:#f7f7f7;
}
.content-suchergebnis table .even .title {
	background:#f1f2f2;
}

.content-suchergebnis .red_row td {background:#fffe88;}

.std_table .yellow_row td {
background:#fffe88;
}

.std_table .orange_row td {
background:#ffcc66;
}

.std_table .red_line td {
background:#FFA07A;
}

.std_table .green_line td {
background:#98FB98;
}

.std_table .orderByHeader {
	background: #ffc;
}

.std_table .even .orderByCellEven {
	background: #ffc;
}

.std_table .orderByCellOdd {
	background: #ffd;
}

.content-suchergebnis table span {
	float:left;
}

a.no-underline {text-decoration:none}
a.no-underline:hover {text-decoration:none}


#right-column {
	/* width:100%; */

}

iframe {
	padding-bottom:0px;
}

/* Hinzugefügt von Frederic Feddema, absofort.de */



.menu_layer				{
						position:absolute;
						left:0px;
						top:0px;
						background: url(menu_layer1.gif) no-repeat;
						width:64px;
						height:26px;
						}
.menu_layer_quickstart	{
						position:absolute;
						left:0px;
						top:0px;
						background: url(menu_quickstart.gif) no-repeat;
						width:120px;
						height:26px;
						}

.menu_layer_inlet		{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						font-weight:bold;
						color:#ff7200;
						margin-left:10px;
						margin-top:7px;
						}

#menu_layer_box			{
						display:none;
						position:absolute;
						left:1px;
						top:26px;
						width:202px;
						}

#task_menu_layer_box	{
						display:none;
						position:absolute;
						left:1px;
						top:26px;
						width:202px;
						}
#quickstart_menu_layer_box	{
						display:none;
						position:absolute;
						left:1px;
						top:26px;
						width:202px;
						}
						
#adm_menu_layer_box	{
						display:none;
						position:absolute;
						left:1px;
						top:26px;
						width:202px;
						}

.layer_entry			{
						width:202px;
						height:32px;
						background: url(layer_entry.gif) repeat-y;
						}

.layer_icon				{
						margin-left:11px;
						margin-right:8px;
						margin-top:8px;
						height:22px;
						width:22px;
						float:left;
						}

.layer_entry_text		{
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
						padding-top:9px;
						color:#3c3c3c;
						}

.layer_spacer			{
						cursor:pointer;
						}

.std_input_button
{
border: 1px solid #D3B88D;
font: 11px Arial, sans-serif;
color: #00365B;
background: #FFFFFF;
margin: 0px;
}

.footer_logo {
	/*float:left;*/
	/*line-height:25px;*/
	/*padding:0 10px;*/
	/*margin:4px 0 0 -2px;*/
	height:36px;
	background:url(logo-efulfilment.gif) no-repeat 100%;
}