*, body 
{
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "verdana", "arial", sans-serif;
}
body 
{
	background-color: #f0f0f0;
}
a, address, blockquote, div, caption, cite, samp, dfn, dl, dt, fieldset, h1, h2, h3, h4, img, input, label, legend, li, ol, option, p, q, select, textarea, table, td, th, ul, .p 
{
	font-family: "verdana", "arial", sans-serif;
	font-size: 1em;
	color: #333333;
}
ul 
{
	margin-left: 20px;
}
img {border:0;outline:0,none;}
img.line_image {vertical-align: middle;}

#page_title {
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 20px 10px;
}
#content {
	margin: 10px;
	clear: both;
}
.header_button,
#print_button{
	float: right;
	width: 50px;
	height: 40px;
	text-align:right;
	padding-right:10px;
}
.page_intro{
	margin-bottom: 15px;
}
p, table {
	margin-top: 10px;
}
.hidden {display:none;}
/*
div.button {
	display:inline;
	border:1px solid #333;
	padding: 1px;
	line-height:30px;
	border-radius: 3px;
}
div.disabled {
    pointer-events: none;
    filter: alpha(opacity = 50);
    -ms-filter: "alpha(opacity = 50)";
    opacity: .5;
    background: #e2e2e2;
}
*/
.info {
    display: block;
	background-color: #e0e0e0;
    border: 1px solid #c71444;
    border-radius: 4px;
    margin: 5px 0 !important;
    padding: 5px !important;
}
.alert {
    display: block;
    border: 1px solid #c71444;
    border-radius: 4px;
    background-color: #ffffcc;
    margin: 5px 0 !important;
    padding: 5px !important;
}
.show_info
{
  background-image:url("images/show_info.gif");
  background-repeat:no-repeat;
  background-position:center right;
  padding-right:15px;
  font-size: inherit;
  color: inherit;
  background-color: inherit;
}

/* -------------------------------------------------------- */
div.fatal_error {
	border: 5px double #c71444;
	color: #c71444;
	font-weight: 700;
	margin: 20px 0;
	padding:10px;
	text-align: center;
}
/* -------------------------------------------------------- */
.clearFloat {clear:both;}
.floatLeft {float:left;}
.floatRight {float:right;}
.hide {display:none;}

/* === BUTTON ============================================== */
button.image {
    padding: 0 !important;
    margin: 0 0 0 1px !important;
    background: none;
    border:1px solid #333;
    border-radius: 3px;
    box-sizing: content-box;
    width:26px;
    height:24px;
    cursor: pointer;
}
button.text {
    padding: 0 2px !important;
    margin: 0 0 0 1px !important;
    background: #f0f0f0;
    border:1px solid #333;
    border-radius: 3px;
    box-sizing: content-box;
    width:auto !important;
    height:24px;
    cursor: pointer;
}
button.image:hover, button.text:hover {
    border-color:#c71444;
}
button.image img {
    padding: 0 !important;
    margin: 0 !important;
}
button.disabled img {
	opacity:0.4;
}

button.href {
	border: none;
	background: none;
	cursor: pointer;
}

div.buttons button {
    padding: 7px;
}

span.button{
    padding: 0 !important;
    margin: 0 0 0 1px !important;
    background: none;
    border:1px solid #333;
    border-radius: 3px;
	display: inline-block;
	overflow: hidden;
	width: 26px;
	height: 24px;
	text-align:center;
	vertical-align:middle;
	line-height:18px;
}
span.button.empty{
    border: 0;
    width: 28px;
    height: 24px;
}
span.button.disabled {
    border-color: #999;
}
span.button.disabled img {
    opacity:0.4;
}
span.button img{
	vertical-align:middle;
}
.audit_ma_done {
	background: url("images/audit_done") no-repeat center;
}

/*
 * big_button sind große buttons mit leichtem schatten wie in nibu
 */
span.big_button {
    display: inline-block;
    box-sizing: border-box;
    height: 40px;
    padding: 4px 5px 0 5px;;
    margin: 0 10px 0 0;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: 2px 2px 5px #ccc;
    background-color: #f3f3f3;
}
span.big_button.hover:hover {
	background-color: #ffffff;
    border: 1px solid #c71444;
    cursor: pointer;
}
span.big_button p.title {
    font-style: normal;
    font-weight: bold;
    font-size: 1.1em;
}
span.big_button p.middle {
    padding-top: 6px;
}
span.big_button p {
    font-style: italic;
    font-size: 0.9em;
    margin: 0;
}
span.big_button.active {
    background-color: #ffffff;
    border: 1px solid #c71444;
}
span.big_button.btn_back {
    /*background: url("images/bb_back.png") no-repeat 3px center;*/
    background-image: url("images/bb_back.png");
    background-repeat: no-repeat;
    background-position: 3px center;
    padding-left: 25px;
    text-align: right;
}
span.big_button.btn_next {
    /*background: url("images/bb_next.png") no-repeat right 3px center;*/
    background-image: url("images/bb_next.png");
    background-repeat: no-repeat;
    background-position: right 3px center;
    padding-right: 25px;
}

/* === USER MENU ============================================== */
#user_menu {
	position: absolute;
	z-index: 1010;
	top: 12px;
	right: 100px;
}
/* === MAIN ============================================== */
#main {
	box-sizing: border-box;
	margin-top: 85px;
	margin-bottom: 30px;
	overflow: auto;
}
/* === HEADER ============================================== */
#header 
{
    box-sizing: border-box;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(images/header_bg.jpg) repeat-x 0 -50px;
	width: 100%;
	margin: 0 !important;
    padding: 0 !important;
    
    background: url(images/header_bg.jpg) repeat-x 0 -50px;
    text-align: left;
    /*
    overflow: hidden;
    z-index: 100;
    */
	z-index: 1000;
}
#header_left 
{
    padding: 10px;
}
#header_right 
{
	float: right;
	width: 300px;
    padding: 15px;
    text-align: right;
}
#bannertext
{
	font-weight:bold;
	font-size:2em;
}
/* === NAVI ============================================== */
#navi {
	box-sizing: border-box;
	position: fixed;
	top: 50px;
	left: 0;
    height: 35px;
    width: 100%;
    overflow: hidden;
	background-color:#999;
	color:#f0f0f0;
	border-bottom:1px solid #c71444; 
	margin: 0 !important; 
	padding: 10px;
	z-index: 1001;
}
#navi_left {
	color:#f0f0f0;
	font-weight:bold;
}
#navi_right {width:200px;float:right;text-align:right;}
#navi a {
	color:#f0f0f0;
	font-weight:bold;
}

/* === FOOTER ============================================== */
footer {
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D0D0D2;
    margin: 0;
    padding: 5px;
    height: 30px;
    overflow: hidden;
    border-top:1px solid #c71444;
    z-index: 1002; 
}
footer > div {
    display: flex;
    justify-content: center;
    /*min-width: 600px;*/
}
footer a {
    padding: 0 10px;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}

/* === OTHER ============================================== */
.msgbox_suppress {
	padding-top: 5px;
	font-size: 0.9em;
}
.page_module {
	position: fixed;
}
a.external_link {
	display: inline-block;
	padding-right: 20px;
	background: url("images/external_link.png") no-repeat right center;
}
a.external_link_sa {
    display: inline-block;
    width: 20px;
    background: url("images/external_link.png") no-repeat center center;
}

/* === MEDIA PRINT ============================================== */
@media print {
	#print_button {
	   display: none;
	}
	.hide_in_printmode {
	   display: none;
	}
}