@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 * 
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/nav_slidingdoor.css);
/*@import url(screen/basemod.css);*/
@import url(screen/basemod_fullheight.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(../yaml/print/print_draft.css);

/*eigene Änderungen*/
/*Import Formular Layout */
@import url(../yaml/screen/forms.css); 

/*import lightbox*/
@import url(lightbox.css);

/*adgemini- Layout*/
a { background:transparent; text-decoration:none; }

a:focus,
a:hover,
a:active { text-decoration:underline; }

body {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 75.00%;
    color: black;
}
  
div.hlist{
	background-color:white;
}
div.hlist li{
	width: 210px;
}
table 
{
	font-size: 85%;
	border: none;
}

tbody th{
	background: #cccccc;
	font-weight: bold;
	font-size: 110%;
	
}
tbody tr{
	background: white;
}

td{
	white-space: nowrap;
	height: 33px;
	overflow: hidden;
	
}

td.zusatztext{
	white-space: normal;
	
}

strong.zwischensumme{
font-size: 80%;
padding:0px;
}
p.zwischensumme{
margin: 0px;
}

#filterController{
width: 800px;
display:none; 
position:absolute; 
background-color: #FFFFFF;
top: 50px; 
left: 100px; 
border: 3px solid #b2b219;
z-index: 2;
}
#filterController form{
background-color: #FFFFFF;
}
#gruppierungController{
display:none; 
position:absolute; 
background-color: #FFFFFF;
top: 50px; 
left: 100px; 
border: 3px solid #b2b219;
z-index: 1;
}
#gruppierungController form{
background-color: #FFFFFF;
}

tfoot{
   background: #CCCCCC;
   font-size: 110%; font-weight: bold;
}

#header {
	background: #003872 no-repeat top right; ;
	color:#000000;
	height: 60px;
	padding: 0px;
	border-bottom: solid 10px #003872;
}

#headerkundenlogo {
	height: 60px;
	margin-left: 30px;
	background-color: transparent;
	padding-top: 9px;
}


 
#footer{
	border: none;
	background: #003872;
	color: white;
	font-size: 80%;
	padding: 0;
	padding-right: 10px;
	padding-left: 10px;
}

form.yform {
	background:#e5e5e5 none repeat scroll 0 0;
	border-bottom:1px solid black;
	border-right:1px solid black;
	border-left:1px solid black;
	border-top:none;
	margin:0 0 1em;
	padding:10px;
}

input.btnController,input.btnController:focus,input.btnController:hover,input.btnController:active {
margin-top: 5px;
margin-right: 20px;
}
/*RH 24.04.18 
form.yform  input[type=text]{
margin-right: 2px;
background: #ffe503;
}
form.yform  select{
background: #ffe503;
}

form.yform input.disabled{
	background: #e5e5e5;
}
form.yform input.disabled:focus,form.yform input.disabled:hover,form.yform input.disabled:active {
	background: #e5e5e5;
}

form.yform select.disabled{
	background: #e5e5e5;
}
form.yform select.disabled:focus,form.yform select.disabled:hover,form.yform select.disabled:active {
	background: #e5e5e5;
}
*/


form.yform  label{
	height: 1.6em;
	float: left;
	width: 30%;
	background: #cccccc;
	color: black;
	padding-top: 0.4em;
	padding-left: 0.5em;
}

form.yform  label.radio {
	height: 1.6em;
	float: left;
	width: auto;
	background: transparent;
	color: black;
	padding-top: 0.7em;
	padding-left: 0.5em;
}

/* RH 24.04.18 auskommentiert
form.yform  textarea{
background: #ffe503;
}
form.yform div textarea:focus,form.yform div textarea:hover,form.yform div textarea:active {
background: #ffe503;
}*/

h2{
font-family:  Arial, Helvetica, sans-serif;
font-size: 170%;
}

tbody.motiv{
font-size: 150%;
}
tbody.motiv tr{
background: #e5e5e5;
}
tbody.zusammenfassung{
font-size: 150%;
}
tbody.zusammenfassung tr{
background: #e5e5e5;
}
tbody.zusammenfassung td{
margin: 0px 5px;
padding: 0px 5px;
}


.dialog {
	position:absolute;
	background-color: #FFFFFF;
	border: 3px solid #777777;
	display: none;
	top: 100px;
	left: 100px;
	width: 400px;
	height: auto;
}

.dialog h1 {
	font-size: 120%;
	width: 100%;
	background-color: #ffe503;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 3px solid #777777;
	font-weight: bold;
	height: 17px;
}

.dialog h1 span {
	display: block;
	clear: none;
	float:left;
	width: 90%;
}
	
.dialog .content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;	
	clear: both;
	float: none;
}

.dialog .content img {
	display: block;	
	clear: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.dialog .content p {
	display: block;	
	float: none;
}
	

.dialog .buttons {
	padding-left: 10px;
	padding-bottom: 10px;
	display: block;	
	clear: both;
	float: none;
}

.dialog button.close {
	display: block;
	float: right;
	clear: none;
	margin-top: -4px;
	margin-right: 1px;
	border: 1px solid #000;
	height: 18px;
	width: 16px;
	padding: 0px;
	cursor: pointer;
	background-color: #EEE;
}

.jdialog {
	display: none;
}


a.selected {
	text-decoration: underline;
}

#gesamtuebersicht {
	width: 760px;
	top: 30px;
}

tbody#kampagnenliste {
	height: 120px;
	overflow:auto;
}

tbody#kampagnenliste tr, tbody#kampagnenliste td {
        height: 35px;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
}


tbody .kampagneZeile {
	cursor: pointer;
	width: 60px;
}

tbody .anzahl, thead .anzahl {
	width: 70px;
	text-align: right;
}

tbody .mark {
	width: 20px;
}

tbody .description {
	width: 250px;
}

tbody .motiv {
	width: 250px;
	white-space: normal;
}

td.summe, td.anzahl, th.summe, th.anzahl {
	text-align:right;
}

#tablecontent {
	max-height: 800px;
	overflow: auto;
}

table th.scroll {
	width:10px;
	border: 0px;
}

/* RH 24.03.18 
#infoline input.navigation:hover {
	background-color: #FFFFFF;
	font-weight: bold;
}

form.yform input.command, form.yform button.command {
	background: #ffe503;
}

form.yform input.command:hover, form.yform button.command:hover {
	background: #ffe503;
	font-weight: bold;
}

input.command, button.command {
	background: #ffe503;
	cursor: pointer;
}

input.command:hover, button.command:hover {
	background: #ffe503;
	font-weight: bold;
}*/

form.yform .type-check input { cursor: pointer; margin-top: 0.3em; width: 1.5em; border: 1px solid #FF0000;}
form.yform .type-check label { display:inline; clear: none; float: left;}

.clickable {
	cursor: pointer;
	font-size: 80%;
}

.clickable:hover {
	color: #336699;
}		

.lablink {
	background-color: transparent;
	cursor: pointer;
}

.lablink:hover {
	color: #336699;
}

table thead tr.erstezeile th {
	border-bottom: 0px;
	text-align:center;
}

table div.selectboxextension {
	display:none; 
	position:absolute;
	z-index:200;
	width: 200px;
	border-top:1px solid #777;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	background-color:#ffe503;
}

table th.commands, table tr.commands {
	width: 25px;
}

span.caption {
	margin-right: 2px;
	font-weight: bold;
}

span.zahl {
	margin-right: 23px;
	font-weight: bold;
}




#motivlegende {
	position:absolute;
	top: 2px; 
	right: 10px; 
	left: auto;
	height: 120px; 
	width: 800px;
	overflow: auto;
	background-color: #FFFFFF;
	border: 2px solid #777777;
	display: none;
}

#motivlegende div.texte, #motivlegende img {
	display: block;
	clear: none;
	float: left;
}

#motivlegende div.texte {
	width: 50px;
	height: 80px;
	margin-right: 5px;
}

#motivlegende label.nummer {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	float: none;
	clear: both;
	display: block;
}

#motivlegende label.bezeichner {
	white-space:normal;
	float: none;
	clear: both;
	display: block;
}


#motivlegende img {
	margin-right: 10px;
	height: 80px;
}

#dlgLogo {
	width: auto;
	top: 50px;
	left: 100px;
}

#dlgLogo .type-button {
	text-align: center;
}

#dlgLogo .zeile {
	padding-right: 20px;
}

#dlgLogo img {
	display: block;
	clear: none;
	float: left;
	width: 250px;
	margin-left: 20px;
	padding-bottom: 10px;
}


#texttabs {
	display: block;
	clear: both;
	float: none;
	margin-top:10px;
}

#texttabs li {
	width: auto;
	padding-left: 9px;
	padding-right: 1px;
	padding-top: 3px;
	border-right: 1px solid #000000;
	cursor: pointer;
}

.adressboxvalues {
	clear: both;
	float: none;
	border: 1px solid #000000;
	padding: 3px;
}


#zusatztexte a:visited {
	text-decoration: underline;
}


#dlgReport {
	width:auto;
	left: 200px;
}


.formatbutton {
	width: 4%;
}

.formatselect {
	width: 8%;
}


#formattitle {
	display: block;
	clear: both;
	float: none;
}

.formattitle {
	display: block;
	clear: none;
	float: left;
	width: 10%;
	font-size: 70%;
	background-color: transparent;
	margin-right: 7px;
	overflow: hidden;
}

.clear {
	display: block;
	clear: both;
	float: none;
}	

.zeile {
	display: block;
	clear: both;
	float: none;
}

#mirrvalues {
	width: 100%;
}


/* jQuery-Dialog */
div.ui-dialog {
	font-size: 90%;
	line-height: 1.4em;
	text-align: justify;
}

div.ui-dialog-titlebar {
	background-color: #003872;
   color: #FFFFFF;
	background-image: none;
}

div.ui-dialog button.ui-button {
	height: 30px;
	width: 90px;
	font-size: 90%;
}
