@charset "utf-8";

/**** Allgemein ****/

* html body {position:relative;} /* Text markieren im IE6 */

h1 { font-size:1.5em;}
h1, h2 { margin:.7em 0 .7em 0; }
h2 { font-size:1.3em; }
h3 { font-size:1em; }
h3, p {	margin:.5em 0 .5em 0; }

a { color: #1C3144; }
a:hover { text-decoration: none; }

.error { color: red; margin-top: 0px;}

span {background-repeat:no-repeat; }

th { font-weight:bold; background-repeat:no-repeat; }
td { background-repeat:no-repeat; }

form {
	margin:0;
	padding:0;
}

img {
	border:0;
}

hr {
	display:none;
}

hr.block {
	display: block;
}

.cr {clear:both;}
.cr_right {clear:right;}
.cr_left {clear:left;}

.span_hinweis {
	color:red;
	font-weight:bold;
}

.error_box {
	border:1px solid red;
	background-color:#f66;
	padding:10px;
	/*color:red;
	font-weight:bold;*/
}

.filter {
	margin-top:1em;
	margin-bottom:1em;
}

.span_filter_year_act {
	font-weight:bold;
}

.span_filter_month_act {
	font-weight:bold;
}

.highlighted { background-color:#f00;}

.nodisplay {
	display:none;
}

#div_printlink{
	display:none;
}

.anrede {
	display: none;
}

input.readonly {
	border:1px solid transparent;
}

.new_window {
	display:none;
}
.new_window_link {
	background: url(./../../../images/new_window.png) no-repeat 100% 0;
	padding: 0 20px 0 0;
}

/**** Menue ****/

#div_menu_options {
	margin: 0;
	padding:0;
}

#ul_symbolleiste {
	font-size: .9em;
	list-style-type: none;
	margin-top: 20px;
	background-color: #d2d2d2;
	border: 1px inset #1c3144;
}

.li_symbol {
	padding-left: 10px;
	line-height: 24px;
}

.li_search {
	padding-left: 10px;
	margin-top:5px;
	line-height: 1em;
}

.li_symbol a {
	padding-left:20px;
	padding-right:5px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 2px center;
	color: #1C3144;
	font-size: .8em;
	text-decoration: none;
	display: block;
}

a.help-link {
	background-image: url(../../../../core/images/icons/help.png);
}
a.symbol-link {
	background-image: url(../../../../core/images/icons/symbols.gif);
}
a.print-link {
	background-image: url(./../../../images/icons/print.png);
}
a.addbookmark-link {
	background-image: url(./../../../images/icons/fav_add.png);
}
a.removebookmark-link {
	background-image: url(./../../../images/icons/fav_remove.png);
}
a.addnote-link {
	background-image: url(./../../../images/icons/note_add.png);
}

* html .li_symbol a {
	display: inline;
}

.li_symbol a:hover {
	color: #fff;
}

/**** Notizen ****/
.div_notizen_title_options {
	width:99%;
}
.span_notizen_options {
	float:right; 
	margin-bottom:.4em;
}
.notizen_table th {
	width:50%;
}

/**** Inhalt ****/

#div_content {
	margin: 0 0 0 200px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 14px;
	font-size: .8em;
}

#div_body_login {
	padding:.2em;
	min-height:360px;
}

/**** MessageBox ****/

.div_messagebox_outer {
	width:99%;
	padding:0;
	margin-bottom:1em;
	margin-top:1em;
}
.div_messagebox_neutral {
	border:1px solid #808080;
	background-color: #C0C0C0;
}
.div_messagebox_success {
	border:1px solid #008000;
	background-color: #90EE90;
}
.div_messagebox_error {
	border:1px solid #f00;
	background-color: #f66;
}
.div_messagebox_inner {
	padding:1em;
	padding-left:4em;
	background:url(./../../../images/icons/info.gif) no-repeat .8em .8em;
	font-weight:bold;
}

/**** Tabellen ****/

.table_data {
	width: 99%;
	border: 1px solid #9C9E9C;
	background-color: #fff;
	margin-bottom: .8em;
}

.table_data caption {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	margin-top: .4em;
	margin-bottom: .2em;
	color:#374A8D;
}

.table_data th { background-color: #E0E0E0; }
.table_data tfoot * td { background-color: #E0E0E0; }
.table_data .odd { background-color: #F0F0F0; }
.table_data .even { background-color: #E8E8E8; }
.table_data td { vertical-align:top;}
.table_data .td_align_right { text-align: right;}
.table_data .td_align_center { text-align: center;}
.table_data a {color: #000;}

.table_details {
	width: 99%;
	background-color:#fff;
	border:1px solid #9C9E9C;
	margin-bottom: .8em;
}

.table_details caption {
	font-size:1em;
	font-weight:bold;
	text-align:left;
	margin-top: .4em;
	margin-bottom: .2em;
	color:#374A8D;
}

.table_details th {
	background-color:#E0E0E0;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
}

.table_details td {
	background-color:#F0F0F0;
	vertical-align:top;
}

.table_details a {color: #000;}

/**** Tabellensortierung ****/

.span_filter {
	margin:0;
	padding:.1em .2em .1em .2em;
	border:1px solid #9C9E9C;
}

#div_filter { margin-bottom:.5em;line-height:1.7; }
#div_filter .odd { background-color: #F0F0F0; }
#div_filter .even { background-color: #E8E8E8; }

th.sortable a {
	background-image: url(./../../../images/arrow_off.png); background-repeat:no-repeat;
}

th.order1 a {
	background-image: url(./../../../images/arrow_down.png); background-repeat:no-repeat;
}
th.order2 a {
	background-image: url(./../../../images/arrow_up.png); background-repeat:no-repeat;
}
th.sorted {
	/*background-color: black;*/
}

th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
	margin-right:1em;
}


/**** Exportlinks ****/

.exportlinks{
	padding: 1em 0 0 0;
	margin-top: 10px;
	display:block;
	width: 99%;
	text-align: right;
}

.exportlinks a {text-decoration: none;}
.exportlinks a:hover {text-decoration: underline;}

.export {
	padding:5px 4px 5px 25px;
	display:inline;
	cursor: pointer;
}

.excel {
	background-image: url(./../../../../core/images/icons/ico_file_excel.png);
}
.csv {
	background-image: url(./../../../../core/images/icons/ico_file_csv.png);
}
.xml {
	background-image: url(./../../../../core/images/icons/ico_file_xml.png);
}
.pdf {
	background-image: url(./../../../../core/images/icons/ico_file_pdf.png);
}
.ics {
	background-image: url(./../../../../core/images/icons/ico_file_ics.gif);
}

#div_paging {
	padding: 10px 0 10px 0;
}
.pagelinks {
	margin-left:1em;
}


/**** Formularabschnitte ****/

#div_form {
	margin-top:2em;
	padding: 1em;
	margin-left: 200px;
	margin-bottom:3em;
	border:1px solid #9C9C9C;
	background-color: #E0E0E0;
	width:26em;
}

#div_form p {
	padding-bottom: 5px;
}

.fieldset_standard {
	position:relative;
	width:47em;
	padding:1em;
}

* html .fieldset_standard legend { 
	padding-bottom: 10px;
	padding-top: 5px;
}

label.form {
	float: left;
	text-align: left;
	width: 15em;
	margin-right: .3em;
	vertical-align:middle;
	padding-top: 2px;
	height: 18px;
}
label.form2 {
	text-align: left;
	width: 10em;
	margin-right: .3em;
	margin-left: 1em;
}
label.form_settings {
	width: 22em;
}
label.form_contact {
	width: 15em;
}
label.login {
	float: left;
	text-align: left;
	width: 98px !important;
	width: 96px;
	padding: 0;
	font-size: .95em;
}
label.recherche_doctype {height:6.6em;}
label.vorlagen_number {height: 4em;}
label.bak_number {height:4em;}
.profil_img_align {height:3.5em;}
.input_standard {width:29em; margin-bottom: 3px;}
label.bak_option {height:5em;}
.input_login {width:17em;}
.input_date {width:7em; margin-bottom: 3px;}
.textarea_standard {width:29.7em; height:4em; margin-bottom: 3px;}

* html .textarea_standard {width:29em;height:4em;}

.button {
	margin-top:1em;
	width:10em;
}

.input_search {
	width: 105px;
	background: url(./../../../images/icons/mag.gif) 2px 2px no-repeat;
	padding-left:25px;
	background-color: #fff;
	font-size: .8em;
	color: #808080;
}

.search_button {
	width: 16px;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(./../../../images/icons/arrow.gif);
	margin-top: 0px;
	color: #808080;
	cursor: pointer;
}

.login_button {
	margin-left:7.25em !important;
	margin-left:7.65em;
	width: 140px;
}
.profil_button {
	margin-left:0 !important;
	margin-left:0;
}

#fieldset_termine_filter {
	padding:3px;
}

/**** Ankerlinks ****/

#div_topanchor{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

#div_bottomanchor{
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}

/**** Quicklinks ****/

#div_quicklink_bar {
	float: right;
	text-align:right;
	padding-right: 14px;
	margin-top: .4em;
}

#div_quicklink_bar a {
	padding-left:20px;
	padding-right:5px;
	font-weight: normal;
}
#div_quicklink_bar a.help-link {
	background:url(../../../../core/images/icons/help.png) no-repeat;
}
#div_quicklink_bar a.symbol-link {
	background:url(../../../../core/images/icons/symbols.gif) no-repeat;
}

img.legend {
	vertical-align:middle;
}


/**** Meldungen ****/

#alert {
	width: 1024px;
	border-style: solid;
	border-width: 4px;
	border-color: #fd2222;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	background-color: #ededef;
	text-align: center;
}
