@CHARSET "UTF-8";

/*
Seite Hintergrund #FFFFFF
Schrift Standard #58585A
Schrift Link #FBC764
Schrift Hover, Aktiv #B60B1F
Agenda Rot #a40001
*/
body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	color: #58585a;
	background: #FFFFFF;
}

a, a:link, a:visited {
	background-color: inherit;
	/* color: #fbc764; */
	color: #58585a;
	text-decoration: underline;
}

a:hover, a:active {
	color:#b60b1f;
	text-decoration: none;
}

#loginbox_text a, #loginbox_text a:link, #loginbox_text a:visited, #loginbox_text a:active, #loginbox_text a:hover {
	text-decoration: none;
}


a.pfeil_small_gelb, a.pfeil_small_gelb:link, a.pfeil_small_gelb:visited {
	background-color: inherit;
	color: #58585a;
	text-decoration: underline;
}

a.pfeil_small_gelb:hover, a.pfeil_small_gelb:active {
	color:#b60b1f;
	text-decoration: none;
}



a.submenu, a.submenu:link, a.submenu:visited {
	display: block;
	font-weight:bold;
	font-size:12px;
	margin: 7px 0px 7px 0px;
	width:154px;
	color: #58585a;
}
a.submenu:hover, a.submenu:active {
	color: #b60b1f;
}
a.submenu_active {
	display: block;
	font-weight:bold;
	font-size:12px;
	margin: 7px 0px 7px 0px;
	width:154px;
	color: #b60b1f;
}

a.karte, a.karte:link, a.karte:visited {
	font-size:11px;
	font-weight:normal;
	color: #58585a;
	text-decoration: underline;
}
a.karte:hover, a.karte:active {
	color:#b60b1f;
	text-decoration: none;
}


p {
	line-height: 15px;
}

ul {
	margin-top:10px;
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}

h1 {
	font-size: 12px;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:0;
}

.boxcontent h1 {
	font-size: 13px;
	margin-bottom: 5px;
}

.hakenliste {
	background-image: url(/media/images/common/haken.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 40px;
	margin-bottom: 1em;
}

h2 {
	font-size: 13px;
	line-height:16px;
	margin-top:5px;
	margin-bottom: 20px;
}

h3 {
	font-size: 13px;
	margin-bottom: 20px;
}

h4 {
	font-size: 11px;
	margin-bottom: 20px;
}

th {
	font-weight: bold;
	color: #777777;
}

.blocklabel {
	display: inline-block;
	margin-left: 11px;
	width: 140px;
	vertical-align: top;
}

/* Tabelle im Modul buchhalterprofil index view */
table#bprofil {
	width: 100%;
	clear: both;
}
table#bprofil th, table#bprofil td {
	vertical-align: top;
	padding-left: 11px;
}
table#bprofil th {
	font-size: 13px;
	line-height:25px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-image: url(/media/images/common/table_bprofil_th_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
table#bprofil td {
	padding-bottom: 22px;
}
table#bprofil td.bprofil_left {
	width: 140px;
}
table#bprofil ul {
	margin-top: 0;
}

h2.bprofil {
	font-size: 13px;
	line-height:25px;
	padding-top: 11px;
	padding-left: 11px;
	padding-bottom: 11px;
	background-image: url(/media/images/common/table_bprofil_th_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
}

fieldset.profildisplay {
	margin-bottom:6px;
}

/**********************************************************
 *
 * Seiten-Struktur
 *
 **********************************************************/

#container {
	width: 1016px;
	background:#FFFFFF;
	margin:0 auto;
}
#top {
	position: relative;
	width:1016px;
	height:122px;
	background:url(/media/images/common/header.jpg);
	margin-bottom:13px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 257px;
	height: 73px;
}
#menu {
	position: relative;
	width:1006px;
	text-align:right;
	height:30px;
	margin-top:82px;
	position:absolute;
	padding-top:7px;
}

/* Topnavi */

ul.menu {
	list-style-type:none;
	height:19px;
	padding:0;
	margin:0;
}
ul.menu li {
	float:right;
	margin:0;
	padding:0;
}
ul.menu li a.topmenu{
	display:block;
	padding:0 15px;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#565759;
	background-color:inherit;
	text-decoration:none;
}
ul.menu li a.topmenu:hover{
	color:#b60b1f;
	text-decoration:underline;
}

/* loginbox */

#loginbox_text {
	position: absolute;
	right: 20px;
	top:-70px;
	z-index:100;
	font-weight:bold;
}
#loginbox_text a {
	color:#58585a;
}
#loginbox_text a:hover {
	color:#b60b1f;
}
#loginbox {
	position:absolute;
	left: 736px;
	top:-74px;
	width:255px;
	height:145px;
	text-align:left;
	background:url(/media/images/common/login_back_w255.gif);
	z-index:50;
	display:none;
}
#loginbox p {
	height: 17px;
	margin: 12px 0;
	padding: 0;
	clear: both;
}
#loginbox label {
	display:block;
	float:left;
	width:75px;
	padding-top:5px;
}
.loginfeld {
	width: 116px;
	height: 17px;
	border-top: 1px solid #d1d1d1;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	float: left;
}
.suchfeld {
	width:367px;
	height:20px;
	margin-left:10px;
	padding-top:5px;
	padding-left:4px;
	height:17px;
	border-top:1px solid #d1d1d1;
	border-left:0;
	border-right:0;
	border-bottom:0;
}

#spalte_links {
	width:202px;
	float:left;
}
#spalte_mitte {
	width:568px;
	margin-left: 18px;
	float: left;
}
#spalte_rechts {
	width:202px;
	float:left;
}

.box_gelb {
	width:184px;
	border:0;
	margin-left:18px;
	margin-bottom:29px;
	background:url(/media/images/common/box_gelb_bg.gif);
	background-repeat:repeat-y;
}
.box_inhalt {
	width:150px;
	border:0;
	margin-left:16px;
}
.box_inhalt p {
	margin-bottom: 1em;
	margin-top: 0;
}

.box_inhalt hr {
	height:1px;
	border:0;
	border-top: 1px solid #fbc969;
	margin:0;
	padding:0;
}

.box_gelb_bottom {
	width:184px;
	height:6px;
	background:url(/media/images/common/box_gelb_bottom.gif);
}
.box_gelb h2 {
	width:184px;
	height:27px;
	background:url(/media/images/common/box_gelb_titel_bg.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	margin:0;
	text-indent:16px;
}

.box_grau_ohne {
	width:184px;
	border:0;
	margin-left:18px;
	margin-bottom:29px;
	background:url(/media/images/common/box_grau_bg.gif);
	background-repeat:repeat-y;
}
.box_grau_bottom {
	width:184px;
	height:6px;
	background:url(/media/images/common/box_grau_bottom.gif);
	clear: both;
}
.box_grau_top {
	width:184px;
	height:17px;
	background:url(/media/images/common/box_grau_top.gif);
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}


.box_grau {
	width:184px;
	border:0;
	margin-left:18px;
	margin-bottom:29px;
	background:url(/media/images/common/box_grau_bg.gif);
	background-repeat:repeat-y;
}
.box_grau h2 {
	width:184px;
	height:27px;
	background:url(/media/images/common/box_grau_titel_bg.jpg);
	background-repeat:no-repeat;
	padding-top:6px;
	margin-bottom: 5px;
	text-indent:16px;
	margin-bottom: 0;
}
.box_grau_tag_cloud {
	font-size:12px;
	font-weight:normal;
	margin-top: 0;
	margin-bottom: 1.5em;
}
.box_grau_tag_cloud a {
	text-decoration:none;
	display: block;
	float: left;
	margin: 0.1em 10px 0.1em 0;
}

#content_top {
	width:568px;
	height:27px;
	background:url(/media/images/common/box_content_top.gif);
}
#content_container {
	width:568px;
	background:url(/media/images/common/box_content_bg.gif);
	background-repeat:repeat-y;
}
#content_bottom {
	width:568px;
	height:12px;
	margin-bottom: 10px;
	background:url(/media/images/common/box_content_bottom.gif);
}
#content {
	margin-left:23px;
	margin-right:23px;
	padding-bottom:20px;
}
#content h2 {
	font-size: 11px;
}
#content h2.nameImProfil{
	font-size: 20px;
	font-weight: normal;
}

#content fieldset.message {
	border-top: 5px dotted #a40001;
	border-bottom: 5px dotted #a40001;
	padding: 10px 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

.message {
	color: #a40001;
	font-weight: bold;
}

.clear {
	clear:both;
	height:20px;
}

/* zweite content box unter der ersten */
#content_top2 {
	width:568px;
	height:27px;
	background:url(/media/images/common/box_content_top.gif);
}
#content_container2 {
	width:568px;
	background:url(/media/images/common/box_content_bg.gif);
	background-repeat:repeat-y;
}
#content_bottom2 {
	width:568px;
	height:12px;
	margin-bottom: 10px;
	background:url(/media/images/common/box_content_bottom.gif);
}
#content2 {
	position: relative;
	margin-left:23px;
	margin-right:23px;
	padding-bottom:20px;
}

/**********************************************************
 *
 * Breadcrumbs
 *
 **********************************************************/

.breadcrumb {
	margin-left: 14px;
	/* margin-bottom: 10px; */
	padding-bottom: 10px;
}

.breadcrumb .arrow, .breadcrumb .arrow:link, .breadcrumb .arrow:visited, .breadcrumb .arrow:active, .breadcrumb .arrow:hover {
	color: #58585a;
	margin-left: 10px;
	padding-left: 8px;
	background-image: url(/media/images/common/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/**********************************************************
 *
 * Navi
 *
 **********************************************************/

.ebene0-1, .ebene0-1:link, .ebene0-1:visited, .ebene0-1:active {
	display: block;
	color: #777777;
	font-weight: normal;
	padding-left:0px;
}

.ebene0-1:hover {
	display: block;
	color: #777777;
	font-weight: normal;
	padding-left:0px;
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:active {
	display: block;
	color: #777777;
	font-weight: bold;
	padding-left:0px;
}

.ebene0-1_angewaehlt:hover {
	display: block;
	color: #777777;
	font-weight: bold;
	padding-left:0px;
}

.ebene1-1, .ebene1-1:link, .ebene1-1:visited, .ebene1-1:active {
	display:block;
	padding:5px 5px 5px 15px;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#565759;
	background-color:inherit;
	text-decoration:none;
	background:url(../images/common/pfeil_grau.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #565759;
}

.ebene1-1:hover {
	display:block;
	padding:5px 5px 5px 15px;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#b60b1f;
	background-color:inherit;
	text-decoration:none;
	background:url(../images/common/pfeil_rot.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #565759;
}

.ebene1-1_angewaehlt, .ebene1-1_angewaehlt:link, .ebene1-1_angewaehlt:visited, .ebene1-1_angewaehlt:active {
	display:block;
	padding:5px 5px 5px 15px;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#b60b1f;
	background-color:inherit;
	text-decoration:none;
	background:url(../images/common/pfeil_rot.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #565759;
}

.ebene1-1_angewaehlt:hover {
	display:block;
	padding:5px 5px 5px 15px;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#b60b1f;
	background-color:inherit;
	text-decoration:none;
	background:url(../images/common/pfeil_rot.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #565759;
}

.ebene1-1_last, .ebene1-1_last:link, .ebene1-1_last:visited, .ebene1-1_last:active {
	display:block;
	padding:5px 5px 5px 15px;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 0 #565759;
}

.ebene1-1_last:hover {
	display:block;
	padding:5px 5px 5px 15px;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#b60b1f;
	background-color:inherit;
	text-decoration:none;
	background:url(../images/common/pfeil_rot.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom: 0 #565759;
}


a.steckbrief, a.steckbrief:link, a.steckbrief:visited {
	color:#9c9c9c;
	text-decoration:underline;
}
a.steckbrief:hover {
	color:#b60b1f;
}

/**********************************************************
 *
 * Top Navigation
 *
 **********************************************************/

.menu {
	position: absolute;
	right: 10px;
}

.topnav_ebene1-1, .topnav_ebene1-1:link, .topnav_ebene1-1:visited, .topnav_ebene1-1:active {
	display:block;
	padding: 0 12px;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#565759;
	background-color:inherit;
	text-decoration:none;
	text-align: right;
}

.topnav_ebene1-1:hover {
	display:block;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#b60b1f;
	background-color:inherit;
	text-decoration:none;
}

.topnav_ebene1-1_angewaehlt, .topnav_ebene1-1_angewaehlt:link, .topnav_ebene1-1_angewaehlt:visited, .topnav_ebene1-1_angewaehlt:active {
	display:block;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#b60b1f;
	background-color:inherit;
	text-decoration:none;
}

.topnav_ebene1-1_angewaehlt:hover {
	display:block;
	font: 13px/19px Arial, Verdana, Helvetica, sans-serif;
	color:#b60b1f;
	background-color:inherit;
	text-decoration:none;
}

.topnav_ebene1-1_last, .topnav_ebene1-1_last:link, .topnav_ebene1-1_last:visited, .topnav_ebene1-1_last:active {
	display:block;
}

.topnav_ebene1-1_last:hover {
	display:block;
}

/**********************************************************
 *
 * Navi Aufklapp Layer
 *
 **********************************************************/

.aufklapp0-1, .aufklapp0-1_angewaehlt {
	position:absolute;
	margin-left:0px;
	margin-top:30px;
	width:200px;
}

.aufklapp1-1, .aufklapp1-1_angewaehlt {
	position:absolute;
	margin-left:200px;
	margin-top:0px;
	width:200px;
}


/**********************************************************
 *
 * Navi Runde Ecken
 *
 **********************************************************/

.ecke0-1_mitte, .ecke0-1_angewaehlt_mitte {
}

.ecke0-1_om, .ecke0-1_angewaehlt_om {
	background-image:url(/bilder/allgemein/ecke_om.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.ecke0-1_um, .ecke0-1_angewaehlt_um {
	background-image:url(/bilder/allgemein/ecke_um.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

.ecke0-1_lm, .ecke0-1_angewaehlt_lm {
}

.ecke0-1_rm, .ecke0-1_angewaehlt_rm {
}

.ecke0-1_lo, .ecke0-1_angewaehlt_lo {
	background-image:url(/bilder/allgemein/ecke_lo.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.ecke0-1_ro, .ecke0-1_angewaehlt_ro {
	background-image:url(/bilder/allgemein/ecke_ro.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.ecke0-1_lu, .ecke0-1_angewaehlt_lu {
	background-image:url(/bilder/allgemein/ecke_lu.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.ecke0-1_ru, .ecke0-1_angewaehlt_ru {
	background-image:url(/bilder/allgemein/ecke_ru.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
}


