/* --------------------------------------------------------------------BEREICHE ZUM EIN- AUSBLENDEN */
#subnavigation2_container {
	/* HIER KANN MAN DIE DRITTE NAVIGATIONSSTUFE EIN- AUSBLENDEN */
	/* none DURCH block ERSETZEN */
	display: none;
}

#options_container_2 {
	/* HIER KANN MAN DIE ERWEITERTEN OPTIONEN EIN- AUSBLENDEN */
	/* none DURCH block ERSETZEN */
	display: none;
}

/* --------------------------------------------------------------------ALLGEMEINES */
html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #316ec2;
}

html,body,div,span,td {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
}

fieldset,form,input,select {
	font-family: tahoma;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: 0px;
}

input,select {
	padding: 2px 0 2px 0;
	border: 1px solid #586e8c;
}

input,select,label {
	vertical-align: middle;
}

img {
	border: 0px;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 1px;
}

/* --------------------------------------------------------------------HEADER */
#header {
	overflow: hidden;
	height: 45px;
	min-width: 996px;
	background-image: url('../img/header_bg.gif');
	background-repeat: repeat-x;
}

#logo {
	float: left;
	padding-left: 20px;
}

#login {
	float: right;
	padding: 5px 35px 0 0;
}

#notice {
	float: left;
	padding: 5px 35px 0 0;
}

.login_status {
	color: #E7E7EB;
}

.username {
	font-weight: bold;
	color: #FFF;
}

.login_btn {
	height: 15px;
	width: 51px;
	padding-left: 20px;
	line-height: 15px;
	color: #FFF;
	border: 0px;
	background-image: url('../img/login_ico.gif');
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------------AUSWAHLBOX */
#mainpanel {
	height: auto;
	min-width: 958px;
	padding: 9px 20px 0 18px;
	text-align: center;
	background-image: url('../img/pbg.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #A5C8F0;
}

/* --------------------------------------------------------------------HAUPTNAVIGATION */
	/* --------------------------------------------------------------------HAUPTNAVIGATIONS CONTAINER */
#mainnavigation_container,#mainnavigation_left,#mainnavigation_right {
	position: relative;
	height: 33px;
	width: 100%;
}

#mainnavigation_container {
	background-image: url('../img/mainnavi_bg.gif');
	background-repeat: repeat-x;
}

#mainnavigation_left {
	background-image: url('../img/mainnavi_left.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#mainnavigation_right {
	background-image: url('../img/mainnavi_right.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#mainnavigation {
	list-style-type: none;
	width: 650px;
	margin: 0 auto;
	padding: 0;
}

.posrel_top {
	position: relative;
	top: 10px;
}

/* --------------------------------------------------------------------HAUPTNAVIGATIONS COMBINED VIEW */
#combinedview {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#combinedview li.separator a,#combinedview li.separator a:hover {
	cursor: pointer;
	background-image: url('../img/mainnavi_separator.gif');
	background-repeat: no-repeat;
	background-position: left;
}

/* --------------------------------------------------------------------HAUPTNAVIGATIONS LINKS */
#mainnavigation li,#combinedview li {
	float: left;
	display: block;
	height: 33px;
}

#mainnavigation li.separator,#combinedview li.separator {
	display: block;
	float: left;
}

#mainnavigation li a,#combinedview li a {
	padding: 0 5px 0 5px;
	display: block;
	float: left;
	height: 33px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#mainnavigation li.separator a,#mainnavigation li.separator a:hover,.first_separator
	{
	background-image: url('../img/mainnavi_separator.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#mainnavigation li a span.anim,#combinedview li a span.anim {
	cursor: pointer;
	display: block;
	float: left;
	height: 33px;
	padding: 0 13px 0 13px;
}

#mainnavigation li a:hover span.anim,#combinedview li a:hover span.anim
	{
	background-image: url('../img/anim.gif');
	background-repeat: no-repeat;
	background-position: center;
}

/* --------------------------------------------------------------------HAUPTNAVIGATIONS LINKS AKTIV */
#mainnavigation li.active,#combinedview li.active {
	display: block;
	float: left;
	height: 33px;
}

#mainnavigation li.active a,#combinedview li.active a {
	margin: 0 0 0 1px;
	padding: 0 0 0 22px;
	font-weight: bold;
	color: #223F66;
	text-decoration: none;
	cursor: pointer;
	background-image: url('../img/mainnavi_active_left.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#mainnavigation li.active a span,#mainnavigation li.active a span.anim,#mainnavigation li.active a:hover span.anim,#combinedview li.active a span,#combinedview li.active a span.anim,#combinedview li.active a:hover span.anim
	{
	cursor: pointer;
	display: block;
	float: left;
	height: 33px;
	padding: 0 25px 0 0;
	background-image: url('../img/mainnavi_active.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#mainnavigation li.active a span.anim,#mainnavigation li.active a:hover span.anim
	{
	padding: 0;
	background: transparent;
}

#mainnavigation li.active a .posrel_top,#combinedview li.active a .posrel_top
	{
	position: relative;
	top: 14px;
	padding: 0;
	background: transparent;
}

/* --------------------------------------------------------------------SUBNAVIGATION */
#subnavigation_reset {
	float: right;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* --------------------------------------------------------------------SUBNAVIGATIONS CONTAINER */
#subnavigation_container,#subnavigation_left,#subnavigation_right,#subnavigation_reset
	{
	height: 26px;
}

#subnavigation_container {
	background-image: url('../img/subnavi_bg.gif');
	background-repeat: repeat-x;
}

#subnavigation_left {
	background-image: url('../img/subnavi_bg_left.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#subnavigation_right {
	background-image: url('../img/subnavi_bg_right.gif');
	background-position: right;
	background-repeat: no-repeat;
}

#subnavigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

/* --------------------------------------------------------------------SUBNAVIGATIONS LINKS */
#subnavigation li,#subnavigation_reset li {
	display: block;
	float: left;
	height: 26px;
}

#subnavigation li a {
	color: #223f66;
	text-decoration: none;
}

#subnavigation li a:hover,#subnavigation_reset li a:hover,#subnavigation_reset li span input.reset:hover
	{
	text-decoration: underline;
}

#subnavigation li span {
	display: block;
	float: left;
	padding: 6px 24px 0 24px;
}

#subnavigation_reset li span {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 0 0 0;
}

#subnavigation_reset li span input.reset {
	display: block;
	width: 100px;
	margin: 0 !important;
	padding: 0 !important;
	color: #115aba;
	text-decoration: none;
	vertical-align: middle;
	border: 0px;
	background: transparent;
}

/* --------------------------------------------------------------------SUBNAVIGATIONS LINKS AKTIV */
#subnavigation li.active {
	display: block;
	float: left;
	height: 26px;
	background-image: url('../img/subnavi_active.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#subnavigation li.active a {
	display: block;
	float: left;
	font-weight: bold;
	color: #223f66;
	text-decoration: none;
}

#subnavigation li.active a:hover {
	text-decoration: none;
}

#subnavigation li.active span {
	cursor: pointer;
	display: block;
	float: left;
	padding: 10px 24px 2px 24px;
	background-image: url('../img/subnavi_active_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

/* --------------------------------------------------------------------SUBNAVIGATION2 */
	/* --------------------------------------------------------------------SUBNAVIGATION2S CONTAINER */
#subnavigation2_container,#subnavigation2_left,#subnavigation2_right {
	height: 30px;
}

#subnavigation2_container {
	background-image: url('../img/subnavi2_bg.gif');
	background-repeat: repeat-x;
}

#subnavigation2_left {
	background-image: url('../img/subnavi2_bg_left.gif');
	background-position: left;
	background-repeat: repeat-y;
}

#subnavigation2_right {
	background-image: url('../img/subnavi2_bg_right.gif');
	background-position: right;
	background-repeat: repeat-y;
}

#subnavigation2 {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 30px;
}

/* --------------------------------------------------------------------SUBNAVIGATIONS LINKS */
#subnavigation2 li {
	float: left;
	display: block;
	height: 30px;
}

#subnavigation2 li.separator {
	float: left;
	display: block;
	height: 30px;
	background-image: url('../img/subnavi2_separator.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#subnavigation2 li a {
	color: #223f66;
	text-decoration: none;
}

#subnavigation2 li a:hover {
	text-decoration: underline;
}

#subnavigation2 li span a {
	float: left;
	display: block;
	padding: 8px 16px 0 16px;
}

/* --------------------------------------------------------------------SUBNAVIGATIONS LINKS AKTIV */
#subnavigation2 li.active {
	display: block;
	float: left;
	height: 30px;
}

#subnavigation2 li.active a {
	padding: 12px 22px 4px 20px;
	font-weight: bold;
	color: #223F66;
	text-decoration: none;
	background-image: url('../img/subnavi2_active_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#subnavigation2 li.active a:hover {
	text-decoration: none;
}

#subnavigation2 li.active span {
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	background-image: url('../img/subnavi2_active.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

/* --------------------------------------------------------------------AUSWAHLFORMULARE */
#options_container {
	background-color: #FAFCFE;
}

#options_container_2 {
	position: relative;
	background-color: #EDF2F9;
}

.options_center {
	width: 958px;
	margin: 0 auto;
}

.options_left {
	background-image: url('../img/options_bg_left.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

.options_right {
	background-image: url('../img/options_bg_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

.options {
	padding: 6px 6px 6px 8px;
}

.options fieldset {
	padding: 4px;
}

.options div {
	margin: 0;
	padding: 0;
}

#options_container_2 .options_center .options select {
	width: 215px;
}

#options_container_2 .options fieldset {
	display: inline;
	padding: 4px;
	text-align: left;
}

#options_container_2 .options {
	margin: 0 auto;
	text-align: center;
}

#mainpanel #options_container div.options_left div.options_right div div.options_left div.options_right
	{
	background-image: url('../img/options_bg_right2.gif');
	background-repeat: repeat-y;
	background-position: right top;
}

.options_separator,.options_separator_2 {
	overflow: hidden;
	background-repeat: repeat-x;
}

.options_separator {
	height: 3px;
	margin: 0 4px 0 2px;
	background-image: url('../img/options_separator.gif');
}

.options_separator_2 {
	height: 2px;
	margin: 10px 13px 0 9px;
	background-image: url('../img/options_hr.gif');
	background-color: #EDF2F9;
}

.options_separator_3 {
	height: 2px;
	margin: 10px 13px 0 0;
	background-image: url('../img/options_hr.gif');
	background-repeat: repeat-x;
	background-color: #EDF2F9;
}

#options_footer {
	height: 10px;
	background-image: url('../img/options_bottom.gif');
	background-repeat: repeat-x;
}

#options_footer_left {
	height: 10px;
	background-image: url('../img/options_bottom_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#options_footer_right {
	height: 10px;
	background-image: url('../img/options_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

.options input,.options select {
	margin: 2px 0 2px 0;
}

.label_op {
	display: block;
	float: left;
	width: 121px;
	padding: 2px 0 0 0;
	color: #223F66;
}

.label_info {
	display: block;
	float: left;
	width: 80px;
	padding: 2px 0 0 0;
}

.label_136 {
	float: left;
	width: 136px;
	padding: 5px 0 0 0;
	text-align: right;
}

.label_137 {
	float: left;
	width: 395px;
	padding: 5px 0 0 0;
	text-align: center;
}

#execute {
	position: relative;	
	width: 115px;
	margin: 0 auto;
}

#execute_extended{
	position: relative;	
	width: 415px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------ERGEBNIS SORTIERUNG */
.result_navbar {
	position: relative;
	height: 37px;
	width: 100%;
	background-image: url('../img/result_navbar_bg.gif');
	background-repeat: repeat-x;
}

.result_options {
	position: absolute;
	top: 1px;
	height: 34px;
	width: 100%;
}

.result_page_nav {
	position: absolute;
	top: 8px;
	background-image: url('../img/result_navbar_separator.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.result_hits {
	float: right;
	position: absolute;
	top: 8px;
	left: 0px;
	height: 21px;
	line-height: 16px;
	padding: 0 35px 0 25px;
	color: #223F66;
}

.hit {
	line-height: 16px;
	font-weight: bold;
}

.result_page_jump {
	float: left;
	position: absolute;
	top: 8px;
	right: 0px;
	height: 21px;
	margin: 0;
	padding: 0 0 0 5px;
	color: #223F66;
}

.result_tools {
	position: absolute;
	top: 8px;
	right: 40px;
	overflow: hidden;
	height: 21px;
	margin: 0;
	padding: 0 0 0 25px;
	background-image: url('../img/result_navbar_separator.gif');
	background-repeat: no-repeat;
	background-position: left;
}

/* --------------------------------------------------------------------TABELLE */
.result_table {
	width: 100%;
	border-collapse: separate;
}

.table_head {
	height: 50px;
	color: #FFF;
}

.head_first {
	width: 24px;
	background-image: url('../img/table_head_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.head_separator_none {
	background-image: url('../img/table_head_bg.gif');
	background-repeat: repeat-x;
	background-position: left;
}

.head_separator {
	background-image: url('../img/table_head_separator.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.head_last {
	width: 30px;
	background-image: url('../img/table_head_right.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.table_summary {
	height: 27px;
	font-weight: bold;
	background-color: #B8D2F5;
}

.summary {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B4B7B;
	background-image: url('../img/table_summary_separator.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.summary_none {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4B4B7B;
}

.row0 .firstrow {
	text-align: right;
	padding-left: 9px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaf2fb;
	background-image: url('../img/table_odd_separator.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.row0 .firstrow_none {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaf2fb;
}

.row0 .border {
	text-align: right;
	padding-left: 9px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #eaf2fb;
	background-image: url('../img/table_odd_separator.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.row1 .border {
	text-align: right;
	padding-left: 9px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #fbfcfe;
	background-image: url('../img/table_odd_separator.gif');
	background-repeat: repeat-y;
	background-position: left;
}

.row0 .border_none { /*
	border-width		:	0 0 1px 0;
	border-style		:	solid;
	border-color		:	#A7BBD7;
*/
	
}

.row1 .border_none { /*
	border-width		:	0px 0px 1px 0px;
	border-style		:	solid;
	border-color		:	#A7BBD7;
*/
	
}

.border_none { /*
	border-width		:	1px 0px 1px 0px;
	border-style		:	solid;
	border-color		:	#a7bbd7;
*/
	
}

.title,.row1 .border .title,.row0 .border .title {
	text-align: left !important;
	font-weight: bold;
}

.autor {
	font-weight: normal;
}

.info {
	color: #65646D;
}

.result_sorting a {
	color: #FFF;
}

.result_sorting_active a {
	color: #FFF;
	text-decoration: none;
}

.result_sorting {
	padding: 0 10px 0 10px;
}

.result_sorting2 {
	padding: 0 10px 0 10px;
	text-align: center !important;
	text-decoration: none;
}

.result_sorting2 a {
	color: #FFF;
	text-align: center !important;
	text-decoration: none;
}

.result_sorting2 {
	padding: 0px 0px 0px 0px;
}

.result_sorting_active {
	padding: 0px 0px 0px 0px;
	/*	background-image	:	url('../img/table_head_active.gif');*/
	background-repeat: no-repeat;
	background-position: right;
}

/* --------------------------------------------------------------------FOOTER */
.footer_spacer {
	clear: both;
	height: 1px;
	background-color: #FBFCFE;
}

#footer_container {
	height: 37px;
	color: #FFF;
	background-image: url('../img/footer_bg.gif');
	background-repeat: repeat-x;
}

.copyright {
	padding: 14px 0 0 19px;
}

.copyright table {
	color: #FFF;
}

.footer_links {
	color: #FFF;
	text-decoration: underline;
}

/* --------------------------------------------------------------------BUTTONS */
	/* -------------------------------------------------------------------- HIER DIE LINK KLASSE F�R DIE GRAPHEN DER DETAILSEITE  EINF�GEN */
.further_options,.further_options_2,.previous_page,.next_page,.jumpto_page,.download,.download_k,.enlarge,.graphlink,.help
	{
	border: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	font-size: 11px;
	color: #115ABA;
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
}

/* -------------------------------------------------------------------- HIER DIE LINK KLASSE F�R DIE GRAPHEN DER DETAILSEITE  EINF�GEN */
.further_options:hover,.further_options_2:hover,.previous_page:hover,.next_page:hover,.jumpto_page:hover,.graphlink:hover
	{
	text-decoration: underline;
}

.further_options,.further_options_2,.download_k,.download,.help,.previous_page,.next_page
	{
	height: 21px;
	padding: 0 0 0 30px;
	line-height: 21px;
}

/* -------------------------------------------------------------------- HIER DIE LINK KLASSE F�R DIE GRAPHEN DER DETAILSEITE  EINF�GEN */
.jumpto_page,.enlarge,.graphlink,.hit {
	height: 21px;
	line-height: 21px;
}

.further_options {
	height: 25px;
	width: 127px;
	padding: 4px 0 4px 30px;
	background-image: url('../img/right_btn.gif');
	background-position: left;
}

.further_options_2 {
	height: 25px;
	width: 127px;
	padding: 4px 0 4px 30px;
	background-image: url('../img/up_btn.gif');
}

.previous_page {
	width: 104px;
	background-image: url('../img/left_btn.gif');
}

.next_page {
	width: 104px;
	background-image: url('../img/right_btn.gif');
}

.jumpto_page {
	width: 68px;
	padding: 0 0 0 22px;
	background-image: url('../img/switch_ico.gif');
}

.download,.download_k {
	display: block;
	float: left;
	padding: 0px 5px 0px 20px;
	background-image: url('../img/download_ico.gif');
}

.help {
	display: block;
	float: left;
	padding: 0px 5px 0px 20px;
	background-image: url('../img/ico_print.gif');
}

.download {
	width: 75px;
}

.download_k {
	width: 120px;
}

.download_k {
	width: 105px;
}

.enlarge {
	display: block;
	float: left;
	width: 60px;
	padding: 0 0 0 0px;
}

/* -------------------------------------------------------------------- HIER DIE LINK KLASSE F�R DIE GRAPHEN DER DETAILSEITE  EINF�GEN */
.graphlink {
	display: block;
	float: left;
	width: 100px;
	padding: 3px 0 0 20px;
}

.submit {
	position: relative;
	left: -6px;
	border: 0px;
	height: 21px;
	line-height: 21px;
	width: 115px;
	padding: 0 14px 0 18px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #223F66;
	text-decoration: none;
	background-image: url('../img/big_btn.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left;
}

.submit2 {
	border: 0px;
	height: 21px;
	line-height: 21px;
	width: 115px;
	padding: 0 14px 0 18px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #223F66;
	text-decoration: none;
	background-image: url('../img/big_btn.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left;
}

.submit_pref {
	border: 0px;
	height: 21px;
	line-height: 21px;
	width: 80px;
	padding: 0 14px 0 14px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	color: #223F66;
	text-decoration: none;
	background-image: url('../img/big_btn_pref.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left;
}

.profiles {
	padding: 0 0 0 5px;
	border: 0px;
	text-decoration: none;
	font-size: 11px;
	color: #115aba;
}

.tasklink {
	border: 0px;
	padding: 0 0 0 5px;
	text-decoration: none;
	font-size: 11px;
	color: #115ABA;
	background-repeat: no-repeat;
	background-position: left;
	background-color: transparent;
}

.tasklink:hover {
	text-decoration: underline;
}

/* FELDER */
.titl,.wert,.meng,.dprx,.wert,.meng {
	color: #223F66;
}

.rank {
	
}

.titl {
	font-weight: bold;
}

.titlz {
	font-weight: bold;
}

.autr {
	font-weight: normal;
}

.icons3 {
	display: block;
	width: 69px;
	margin: 0px auto;
}

.wert {
	font-weight: bold;
}

.wertv {
	font-weight: normal;
}

.meng {
	font-weight: bold;
}

.mengv {
	font-weight: normal;
}

.dprx {
	font-weight: bold;
}

.detail {
	padding: 0px;
	text-decoration: none;
	font-size: 12px;
	color: #115ABA;
	font-weight: normal;
	background-color: #EEE;
	margin: 0px 5px 0px 0px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 0px;
	border-top: 0px;
}

table.adminlist {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-width: 0px;
	border-collapse: separate;
}

.table_head {
	margin: 0px;
	overflow: hidden;
	color: #FFF;
}

table.adminlist th {
	height: 50px;
	white-space: nowrap;
	font-size: 11px;
	color: #FFF;
}

table.adminlist th.head_first {
	background-image: url('../img/table_head_left.gif');
	background-repeat: no-repeat;
	background-position: left;
}

table.adminlist th.head_separator_none {
	background-image: url('../img/table_head_bg.gif');
	background-repeat: repeat-x;
	background-position: left;
}

table.adminlist th.head_last {
	background-image: url('../img/table_head_right.gif');
	background-repeat: no-repeat;
	background-position: right;
}

table.adminlist th.title {
	text-align: left;
}

table.adminlist td {
	padding: 4px;
	color: #223F66;
}

table.adminlist td.options {
	background-color: #FFF;
	font-size: 8px;
}

.result_sorting {
	color: #FFF;
}

.result_sorting a {
	color: #FFF;
}

.result_sorting2 {
	color: #FFF;
}

.result_sorting2 a {
	color: #FFF;
}

.result_sorting_active {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	/*	background-image	:	url('../img/table_head_active.gif');*/
	background-repeat: no-repeat;
	background-position: right;
}

.result_sorting_active a {
	color: #FFF;
}

.report {
	font-weight: bold;
	font-size: 15px;
}

/* ------------------------------------------------------------- EINSTELLUNGEN */
#container_settings {
	width: 590px;
	margin: 0 auto;
	text-align: left;
}

#container_settings2 {
	width: 690px;
	margin: 0 auto;
	text-align: left;
}

#settings_header {
	
}

#settingsnavigation {
	height: 25px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url('../img/bg_settings.gif');
	background-repeat: repeat-x;
}

#settingsnavigation li {
	display: block;
	float: left;
	height: 25px;
}

#settingsnavigation li a {
	color: #223F66;
	text-decoration: none;
}

#settingsnavigation li a:hover {
	text-decoration: underline;
}

#settingsnavigation li span {
	display: block;
	float: left;
	padding: 6px 24px 0 24px;
}

#settingsnavigation li.active {
	display: block;
	float: left;
	height: 26px;
	background-image: url('../img/settings_active.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#settingsnavigation li.active a {
	display: block;
	float: left;
	font-weight: bold;
	color: #223F66;
	text-decoration: none;
}

#settingsnavigation li.active a:hover {
	text-decoration: none;
}

#settingsnavigation li.active span {
	cursor: pointer;
	display: block;
	float: left;
	padding: 10px 24px 2px 24px;
	background-image: url('../img/settings_active_left.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#settings {
	border-right: 1px solid #9FA8BA;
	border-bottom: 1px solid #9FA8BA;
	border-left: 1px solid #9FA8BA;
	background-color: #FAFCFE;
}

#settings_1,#settings_2,#settings_3 {
	padding: 10px 0 10px 0;
}

/* -------------------------------------------------------------------- NEUE KLASSEN F�R DIE DETAILSEITEN */
#details .h_details {
	height: 20px;
	text-align: left;
	font-weight: bold;
}

#details .f_details {
	height: 20px;
	text-align: left;
	font-weight: normal;
}

#details .details_left {
	float: left;
	width: 300px;
	padding: 10px 0;
	line-height: 18px;
	text-align: left;
}

#details .details_right {
	float: left;
	width: 400px;
	padding: 10px 0 10px 50px;
	line-height: 18px;
	text-align: left;
	border-left: 1px solid #b7c1d5;
}

.detail_label {
	float: left;
	width: 100px;
}

.detail_label2 {
	float: left;
	width: 130px;
}

#details_graphs {
	margin: 0 auto 30px auto;
}

.graphs_left {
	float: left;
}

.graphs_right {
	float: right;
}

.graphs_center {
	float: center;
}

.graphs_zoom {
	width: 145px;
	margin: 10px auto 0 auto;
}