/* =Clearfix (all browsers)
--------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}

/* =Struktur (body, wrapper, wrap, header, content, footer)
--------------------------------*/
html{
	background: #fff;
}
body{
	font-family: "Open Sans","lucida grande","Segoe UI",arial,verdana,"lucida sans unicode",tahoma,sans-serif;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

#wrapper{
	/*color: #fff;*/
	width: 100%;
}

#header, #content, #footer{
}

#header{
	position: relative;
	background: #F5F5F5;
	border-bottom: 1px solid #eee;
}

#content{
	/*UPDATE AF 87272012: In IE8 springt Seite immer nach oben beim Scrollen -> feste H�he eingetragen -> Fehler ok*/
	min-height:800px;
}

#footer{
	border-top: 1px solid #ccc;
	margin-top: 30px;
	margin-bottom: 30px;
}

.inner{
	width: 1250px;
	margin: 0 auto;
	position: relative;
}

#logo{
	float: left;
	margin: 20px 20px 20px 10px;
}
#logo img{
	display: block;
}

#verkaeufer_status{
	background: #F5F5F5;
	border-top: 1px solid #DADADA;
    bottom: 0;
    display: block;
    font-size: 12px;
    margin: 0;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
}

#verkaeufer_status span {
	font-size: 12px;
	margin:1px;
	padding:4px;
	cursor: pointer;
	display: inline-block;
	box-shadow: inset 0 0 0px 1px rgba(0,0,0,0.2);
	border-radius:2px;
}
#verkaeufer_status span label{
	cursor: pointer;
}

#verkaeufer_status span input {
	display: none;
}

.nicht_anwesend{
	background: #ccc;
	color:#888;
}
.anwesend{
	background: #59DE1D;
}

.belegt{
	background: #FA3232;
}

.nicht_anwesend:hover{
	background: #ddd;
	color:#888;
}
.anwesend:hover{
	background: #72F238;
}

.belegt:hover{
	background: #F00;
}


/* =TAGS (HTML-Tags)
--------------------------------*/

h1{
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
	color:#586980;
	/*text-shadow: 1px 2px 0px rgba(0,0,0,0.4);*/
	position: absolute;
}

h1 span{
	display: block;
	font-size: 24px;
}

h2{
	border-bottom: 1px solid #EEEEEE;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 10px 6px;
    padding: 10px 0;
}

#form_box h2{
	margin: 20px 0 10px 0px;
}

h2 span{
	background: none repeat scroll 0 0 #eee;
    border-radius: 4px;
    color: #555;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 13px;
    padding: 3px 4px;
    position: relative;
    right: -5px;
    top: -2px;
}

h3{
	font-size: 14px;
	line-height: 22px;
}

h4{
	font-size: 16px;
	font-weight: bold;
	color: #52A8E8;
	margin: 45px 0 5px;
}

a, a:visited{
	color:#3a7bbd;
}
a:hover{
	color:#3a7bbd;
}
a:active{
	color: #3a7bbd;
}

p{
	font-size: 14px;
	line-height: 140%;
	margin: 0 0 20px;
	color: #444;
}


.doremove, .doempty, .dohide{
	position: absolute;
	top: 0;
	right: 0;
	min-height: 16px!important;
	min-width: 16px!important;
	width: auto!important;
	height: auto!important;
	padding: 0!important;
	margin: 0!important;
	background: transparent url('../img/icons/close_window.png') no-repeat right top;
	cursor: pointer;
}
.doremove:hover, .doempty:hover, .dohide:hover{
	position: absolute;
	top: 0;
	right: 0;
	min-height: 16px;
	min-width: 16px;
	color: #fff;
	font-weight: bold;
	background: #3a7bbd url('../img/icons/close_window-hover.png') no-repeat right top;
	cursor: pointer;
}

.doremove span, .doempty span, .dohide span{
	margin: 0 20px 0 4px;
	line-height: 16px;
	font-weight: bold;
	color: #3a7bbd;
	font-size: 10px;
}

.doremove:hover span, .doempty:hover span, .dohide:hover span{
	color: #fff;
}

.do_edit{
	cursor: pointer;
}
.row, .row .row{
	border-bottom: 1px solid #EDF1F5;
	clear: both;
	float: none;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
.row .submit{
	display: none;
}
.row .aktionen{
	float: right;
	width: 7%;
}
.row:first-child{
	background: #3A7BBD;
	padding: 10px 0;
	text-align: left;
	color: white;
	font-weight: bold;
	height: auto;
}
.row:first-child div{
	height: auto;
	padding: 0 2%;
}
.row div{
	float: left;
	min-height: 30px;
	width: 16%;
	padding: 4px 2%;
}
.row div.aktiv{
	width: auto;
}
.row form{
	clear: both;
	display: block;
}
.row form input[type="text"][readonly="readonly"]{
	width: auto;
	border: none;
	border-radius: none;
	background: none;
}
.row form input[type="text"]{
	width: auto;
	border: none;
	border-radius: 0;
	border: 1px solid #999;
	margin: 0;
	padding: 5px;
	background: #f5f5f5;
}
.row form input[type="checkbox"]{
	width: auto;
	border: none;
	margin: 10px 0;
	padding: 0;
}
.row form select{
	margin:5px 0;
	padding: 0;
}
.row form .submit{
	border-top: none;
	padding: 0;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.row form .do_edit{
	border-top: none;
	padding: 0;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.row form .open{
	border-top: none;
	padding: 0;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.row .child_row{
	width: 100%;
	padding: 0;
	float: none;
	clear: both;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 10px;
	position: relative;
}

.row .child_row .row{
	width: 100%;
	padding: 0;
	float: none;
	clear: both;
	line-height: 30px;
}
.row .add_new{
	text-align: right;
	font-weight: bold;
	float: none;
	background: #fff;
	width: 90%;
	margin: 5px 5%;
}
/* =MAIN (Global ID & CLASS)
--------------------------------*/
#text_firma{
	color: #000;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	text-decoration: none;
}
#main_nav{
	float: right;
	margin: 58px 10px 0;
}
#main_nav span{
	color: #000;
}
#main_nav a, #main_nav a:visited{
	font-weight: 400;
	color:#3A7BBD;
	font-size: 13px;
	text-decoration: none;
}
#main_nav li{
	position: relative;
	font-size: 11px;
	float: left;
}
#main_nav li a{
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	float: left;
}
#main_nav li:hover a{
	background: #eee;
}
#main_nav li.active a{
	background: #3A7BBD;
}
#meta_nav{
	float: right;
    position: absolute;
    right: 10px;
}
#meta_nav li{
	font-size: 11px;
	float: left;
	margin: 0 0 0 5px;
}

#meta_nav li a{
	display: block;
	padding: 5px;
	text-decoration: none;
	font-weight: 600;
}

#meta_nav li:hover a{
	display: block;
	padding: 5px;
	background: #3BABD3;
	color: #fff;
}

#meta_nav li.active a{
	display: block;
	padding: 5px;
	background: #3A7BBD;
	color: #fff;
}
#meta_nav li.logout{
	padding: 5px;
}
#meta_nav li.logout a{
	display: inline;
	padding: 0;
}
#meta_nav li.logout:hover a{
	background: none;
	color: #3A7BBD;
}
#link_abmelden{
	font-weight: bold;
}
#loading{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -21px;
	width: 100px;
	height: 100px;
	background: url('../img/loading_color.gif');
	opacity: 0.8;
	cursor: pointer;
	z-index: 1010;
}
.content_meta{
	margin: 0 0 20px;
}

.content_meta h2{
	float:left;
}

.content_meta ul{
	float:right;
}
.content_meta ul li{
	float:left;
	display: block;
	background: #f5f5f5;
}
.content_meta ul li a{
	float:left;
	display: block;
	padding: 10px;
	text-decoration: none;

}

.content_meta ul li:hover a{
	background: #9DD5E9;
	color: #fff;
}

table{
	width: 100%;
}
tr{
}
tr:first-child{}
th{}
.kontaktart{}
.filiale{}
.zeit{}

th .wunsch {
	width: 100px
	}

.aktion{
	width: 6%;
}


th{
	background: #3A7BBD;
	padding: 10px 10px;
	text-align: left;
	color: #fff;
}
td{
	white-space:nowrap;
	padding: 12px 10px;
	border-bottom: 1px solid #EDF1F5;
}
tr:hover td{
	background: rgba(10,150,200,0.05);
}
td a, td a:visited{
	color: #333;
	text-decoration: none;
}
.temp{
	background: none repeat scroll 0 0 #EFEFEF;
    padding: 0 0 15px;
    border-bottom: 2px solid #888;
}
.temp:hover{
	background: #efefef;

}
.temp th, .temp td{
	box-shadow: none;
	border-radius: 0;
}
.temp th{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #555555;
    font-size: 12px;
}
.temp table{
	box-shadow: none;
	border-bottom: 1px solid #fff;
}
.fancybox-inner .button{
	display:inline-block;
	padding:5px 8px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 10px;
	background: #4A90E2;
	border:1px solid #3C80CF;
	color:#fff;
	font-weight: 600;
	text-transform: uppercase;
}
.fancybox-inner .button:hover {
	background: #53A1FC;
}

.fancybox-inner .button.disabled,
.fancybox-inner .button.disabled:hover,
.fancybox-inner .button.disabled:active {
	background: #89BFFF;
}

#form_box{
	margin:0 10px;
}
#form_box .int_list th {
	background-image: none;
}

.fancybox-wrap .submit{
	margin: 40px 0 0 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F5F5F5;
	padding: 10px 20px;
	z-index: 9999;
	border-top: 0;
	text-align: center;
}
/*
#form_box{
	width:750px;
}
form{
	padding:0;
}
.fancybox-wrap form{
	padding:0 20px;
}
.im-box h2{
	background-color: #52a8e8;
	border-top: 1px solid #4081af;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	-moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	-ms-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	-o-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	font-size: 14px;
	font-weight: bold;
	padding:  10px 20px;
	margin:0;
	color:#fff;
}
.im-box h2{
	margin: 0 0 40px;
}
form .box{
	border-top: 1px solid #aaa;
	padding: 10px 10px 20px;
	margin: 0 0 20px
}*/
form div.col2{
	clear: both;
}
form div.col2 div{
	clear: none;
    float: left;
    width: 50%;
}
form div.col3{
	clear: both;
}
form div.col3 div{
	clear: none;
    float: left;
    width: 33%;
}
form .box:hover{
    background: #f9f9f9;
}
form .text, form .select, form .checkbox, form .date, form .time, form .radio, form .textarea, form .label{
	clear:both;
	margin: 0 0 15px;
	position: relative;
}
form .time input, form .date input{
	width: 75px!important;
}

form .select select{
	width:auto;
}
/*form label{
	font-size: 12px;
	display: block;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	color:#333;
	float:left;
	width: 29%;
	margin: 0;
	text-align: right;
	line-height: 140%;
	height: 30px;				alex: Besucherformular -> Umbruch der radio-Buttons f�r Alter
}*/
form label{
	color: #333333;
    display: block;
    float: left;
    font-family: 'open sans',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 10px;
    width: 100px;
    line-height: 18px;
}
form .label{
	margin: 20px 0 5px!important;

}
form .label label{
	font-size: 14px;
	display: block;
	font-family: 'open sans', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color:#52a8e8;
	float:none;
	width: auto;
	margin: 0;
	text-align: left;
}
.fancybox-wrap label.error{
	display: none!important;
}
label.error{
	background: none repeat scroll 0 0 #FFE5E5;
    border: 1px solid #F2B8B8;
    color: #E94F4F;
    left: 99.8%;
    padding: 1%;
    position: absolute;
    text-align: left;
    top: 0;
    width: auto;
    white-space: nowrap;
}
label.error:before{
	background: url("../img/tooltip_left.png") no-repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 13px;
    left: -7px;
    position: absolute;
    top: 5px;
    width: 7px;
}

input.error, select.error, textarea.error{
	border: 1px solid #ff0000;
	color: 1px solid #ff0000;
}
#be_user_form label.error{
	display: block!important;
	position: relative;
	background: none;
	left: auto;
	border: none;
}
#be_user_form label.error:before{
	display: none!important;
}
form div > span{
	font-size: 12px;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	color:#333;
}
form input[type="text"], form input[type="password"], form textarea{
	font-size: 13px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 1%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'open sans', sans-serif;
	font-weight: 400;
	color: #7d7d7d;
	width: 65%;
}
/*form .date input{
	width: 40%!important;
}
form .time input{
	width: 31%!important;
}*/
form .dp-choose-date{
	position: absolute;
	top:0;
	right: 11px;
}
.user_history_form .dp-choose-date{
	position: relative;
	top:0;
	right: 50%;
}
/*form textarea{
	width: 65%!important;
}*/
form input[type="file"]{
	width: 50%;
	margin: 0 0 0 2%;
}
form input[type="radio"]{
	width:auto;
	margin: 5px 0 6px 2%;
	padding: 2px 1%;
}

form input[type="checkbox"]{
	width:auto;
	margin: 0px 0 6px 2%;
	padding: 2px 1%;
}


form select{
	/*width: 69%;*/
}
form input[type="text"], form input[type="password"], form select, form textarea{
	margin: 0 0 0 5px;
	width: 420px;
}
form select, form textarea{
	margin: 0;
	width: 100%;
}
form input[type="text"]{
	width: 407px;
}
form .col2 input[type="text"], form .col2 select, form .col2 textarea{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 170px;
}
form .col2 input[type="text"]{
	width: 162px;
}
form input.hausnummer{
	width: 7%;
	text-align: center;
	margin:0;
}
form .col2 input.plz{
	width: 42px;
}
form .col2 input.ort{
	width: 103px;
}
form input:focus{
	border: 1px solid #268ec2;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

form .submit{
	text-align: right;
	border-top: 1px solid #ccc;
	padding: 10px 0;
	margin: 40px 0 0 0;
}

/*.fancybox-wrap .submit{
	position: absolute;
	left: 0;
	right: 0;
	background:#ccc;
	bottom: 0;
	z-index: 999;
}*/

form .submit input[type="submit"]{
	background-color: #3A7BBD;
	color: #fff!important;
	/*font: normal 11px "lucida grande", sans-serif;*/
	font-weight: 600;
	line-height: 1;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
form .submit input[type="submit"]:hover{
	background: #3BABD3;
}
form .wunschset{
	display: none;
}

form .wunschset input[type="text"]{
	width:352px;
}

form input[type="radio"]{
	padding: 0 5px;
	margin: 0 5px 0 20px;
	float:left;
}

form .wunschset label{
	width: 120px;
}
form .radio_text{
	/*width:50px;*/
	float:left;
}
form label.error{
	/*display: none!important;*/
}
.fancybox-wrap input.error{
	border: 1px solid #ff0000!important;
}

.login{

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

	background: #fff;
	border-radius: 5px;
	width: 300px;
	text-align: center;
	padding:0 0 20px;
	box-shadow: 0px 7px 4px #aaa;
	border: 1px solid #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #fff 90%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(90%,#fff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#fff 90%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#fff 90%,#eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#fff 90%,#eee 100%); /* IE10+ */
	background: linear-gradient(top,  #f6f6f6 0%,#fff 90%,#eee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.login .inner{
	width:auto;
	text-align: center;
	margin-bottom: 10px;
}
.login .inner{
	width:auto;
	text-align: center;
}

.login a{
	display: inline-block;
	float: none;
	text-align: center;
	font-size: 12px;
}

.login #logo{
	display: block;
	float: none;
	text-align: center;
}

.login #logo img{
	display: inline;
}

.login h2{
	background-color: #52a8e8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52a8e8), to(#377ad0));
	/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -moz-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -ms-linear-gradient(top, #52a8e8, #377ad0);
	background-image: -o-linear-gradient(top, #52a8e8, #377ad0);
	background-image: linear-gradient(top, #52a8e8, #377ad0);
	border-top: 1px solid #4081af;
	border-right: 1px solid #2e69a3;
	border-bottom: 1px solid #20559a;
	border-left: 1px solid #2e69a3;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
	-webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	-moz-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	-ms-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	-o-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
	font-size: 14px;
	font-weight: bold;
	padding:  10px 20px;
	color:#fff;
	text-align: center;
	margin: 0;

}

.login label{
	width: 100px;
	padding: 3px 8px 0 40px;
	text-align: right;
}

.login .control-group{
	margin-bottom: 10px;
}
.login input{
	width: auto!important;
	margin-bottom: 5px;
	display: inline-block;
}

.login input:focus{
	background: #efefef;
}

.login .button{
    padding: 6px;
    width: 100px !important;
}

.login p{
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin: 0 1px 20px;
	border-bottom: 1px solid #CCCCCC;
    padding: 0 20px 20px;
}
.message{
	opacity: 0;
	top: -63px;
	display: block;
	position: absolute;
	width: auto;
	z-index: 999;
}
.message div{
	display: block;
	margin: 10px 20px;
}
.error-message{
	color: #b52f2f;
	border: 1px solid #f32626;
	background: #efcaca;
}


.valid-message{
	color: #88c61c;
	border: 1px solid #bceb6b;
	background: #e0f9b6;
}

/*
.fancybox-title-float-wrap{
	right: auto;
	width:100%;
	display: block;
	padding:10px 0;
	top:0;
	margin: 0;
}

.fancybox-title-float-wrap .child{
	background: none;
	border-radius: none;
	margin-right: auto;
}




#subnavigation li{
	float: right;
	margin: 0 5px;
	height: 16px;
	line-height: 16px;
	display: block;
}

#subnavigation li a{
	text-decoration: none;
	padding: 2px 5px;
	border: 1px solid #bbb;
	border-radius: 10px;
	display: block;
	color:#7da3ca;
}

#subnavigation li a:hover{
	background: #ccc;
	border: 1px solid #999;
}

#subnavigation li a.selected{
	color:#3A7BBD;
	background: #fff;
	border: 1px solid #999;
}
#subnavigation li a.selected:hover{
	background: #eee;
	border: 1px solid #999;
}

*/
#subnavigation{
	margin: 10px 0 20px;
	text-align: right;
	float: right;
}
#subnavigation li{
	float: right;
	margin: 0 5px;
	height: 16px;
	line-height: 16px;
	display: block;
}

#subnavigation .kontakt_dropdown{
	position: relative;
	padding: 5px;
	text-align: left;
}
#subnavigation .kontakt_dropdown ul{
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	min-width: 200px;
	max-width: 300px;
	list-style: none;
	position: absolute;
	top:24px;
	right: 0;
}
#subnavigation .kontakt_dropdown:hover ul{
	display: block;
	z-index: 999;
}
#subnavigation .kontakt_dropdown ul li{
	display: block;
	float: none;
	padding: 0;
	height: auto;
	margin: 0;
}
#subnavigation .kontakt_dropdown ul li a{
	display: block;
	padding: 4px 6px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	padding: 5px;
}
#subnavigation .kontakt_dropdown:hover ul li:hover a{
	background: #eee;
}

/*autocomplete Kundensuche*/

.suggestionsBox {color:#000}

.suggestionsBox ul {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #888888;
    margin: 10px 0 0 0;
    padding: 0;
}
.suggestionsBox li {border-bottom: 1px dotted #CCCCCC;cursor: pointer; display: block;list-style: none outside none;padding: 5px;}
.suggestionsBox li:hover {background: #eee;}
.lu_list {color:#000}
.lu_list ul {margin-left: 0px; margin-top:0; padding:0px; background: #fff; border: 1px solid #ccc; width:560px;}
.lu_list li {border-bottom: 1px dotted #CCCCCC;cursor: pointer; display: block;list-style: none outside none;padding: 5px;}
.lu_list li:hover {background:#eee;}

/*autocomplete Kundensuche in subnavigation*/

#list_lastdays{
	display: none;
}

#subnavigation .suche{
	position: relative;
	float: left;
}
#subnavigation .suche form{
	padding:0;
}
#subnavigation .suche label{
	width: auto;
	margin: 0 5px;
	font-weight: 600;
	color: #3A7BBD;
}
#subnavigation input[type=text]{
	background: #fff;
	float:left;
	margin:0;
	padding: 3px 5px;
	width:150px;
	line-height: 16px;
	height: 16px;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #7D7D7D;
	font-size: 13px;
	font-weight: 400;

}
#subnavigation .suche input[type=text]:focus{
	color: #3A7BBD;
	width:250px;
}
#subnavigation .suche input[type=submit]{
	display: inline;
	border:none;
	background: url('../img/search.png');
	text-indent: -999px;
	float:left;
	margin:3px 0 3px 4px;
	padding:0;
	width: 20px;
	height: 16px;
}
#subnavigation .suche input[type=reset]{
	display: inline;
	border:none;
	background:url("../img/icons/delete.png") repeat scroll 0 0 transparent;
	text-indent: -999px;
	float:right;
	margin:0;
	padding:0;
	width: 16px;
	height: 16px;
}
#subnavigation .suche .suggestionsBox {
	position: absolute;
	right:23px;
	top: 30px;
    width: 380px;
    z-index: 999;
}

#subnavigation .suche .suggestionsBox ul {
	background: #fff;
	border: 1px solid #3A7BBD;
	padding:0;
	margin:0;
}
#subnavigation .dp-choose-date{
	overflow: hidden;
	padding: 0 24px 0 0;
	right: 0;
	width: 0;
}
#subnavigation .suggestionsBox li {
	border-bottom: 1px dotted #CCCCCC;
	cursor: pointer;
	display: block;
	list-style: none outside none;
	padding: 5px 10px;
	float:none;
	margin: 0;
	text-align: left;
	height: auto;
}
#subnavigation .suggestionsBox li:last-child {
	border-bottom: none;
}
#subnavigation .suggestionsBox li:hover {
	background: #3A7BBD;
	color: #fff;
}

#subnavigation .filter{
	background: #3A7BBD;
	padding: 3px 5px;
	position: relative;
}

#subnavigation .green{
	background: #6eae12;
	padding: 3px 5px;
	position: relative;
}

#subnavigation .green:hover{
	background: #92c845;
}

#subnavigation .filter a,#subnavigation .green a{
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 11px;
}

#subnavigation .filter ul{
	position: absolute;
	display: none;
	background: #fff;
	border: 1px solid #3A7BBD;
	padding: 10px;
	right:0;
	width: 350px;
	margin:3px 0 0 0;

}
#subnavigation .filter li{
	float: left;
	height: auto;

}
#subnavigation .tagesfilter a{
	background: #3A7BBD;
	color: #fff;
	display: block;
	padding: 4px 10px;
	border: 1px solid #3A7BBD;
	margin: 0 0 1px;
	text-align: center;
}
#subnavigation .tagesfilter a:hover{
	background: #fff;
	color: #3A7BBD;
}
#subnavigation .filter li:last-child{
	float: right;
	height: auto;
	border: none;
	margin-right: 0;

}
#subnavigation .filter form{
	padding: 0 15px 0 0;
	border-right: 1px solid #e5e5e5;
}
#subnavigation .filter li h2{
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	color: #3A7BBD;
}
#subnavigation .date, #subnavigation .select {
	margin: 0 0 5px;
	width: 200px;
}

#subnavigation .date label, #subnavigation .select label {
	width: auto;
	float: left;
}
#subnavigation .date input[type="text"]{
	float: right;
	width: 100px!important;
}
 #subnavigation .select select{
 	float: right;
 	width: 112px!important;
}
/*interessen liste*/
.int_list_content {margin-bottom: 20px}

.int_list th{
	cursor: pointer;
	background-image:url('../img/icons/icon_sorter.gif');
	background-repeat: no-repeat;
	background-position: center right;

}

.int_list .status,.int_list .aktion,.int_list .anz{
	background-image:none;
}

.int_list th.aktion select, .int_list th.zeit select{
	display: none!important;
}

.int_list th.aktion div, .int_list th.zeit div{
	display: block!important;
}
#filter{
	background: #e8e8e8;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #fff;
	margin: 0 0 30px;
	display: none;
}

#filter form{
	padding:0;
	border: 1px solid #959595;
	border-top: none;
	background: #e8e8e8;
}

#filter label{
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 0 0 0 10px;
}
#filter .select{
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 130px;
	border-right: 1px solid #cacaca;
	border-top: 1px solid #CACACA;
	float:left;
	padding: 10px;
	clear:none;
	margin: 0;
}
#filter .select:last-child{
	border: 1px solid #fff!important;
}
#filter select{
	width: 130px;
	margin: 0;
}

#filter .submit{
	font-weight: bold;
	font-size: 12px;
	display: block;
	width: 91px;
	height: 56px;
	float:left;
	padding: 0;
	clear:none;
	margin:0;
	border:none;
	background: #b6b6b6;
	border-left: 1px solid #818181;
	border-top: 1px solid #818181;
}

#filter input{
	display: block;
    margin: 6px 0 2px 19px;
    padding: 2px 6px;
    /*width: 100px;*/
}
.filter select{
	width: 100px;
}

#form_kontakt_kunde{ margin: 20px 0;position: relative;
}

#form_kontakt{border-top: 1px solid #ccc; margin-top: 50px; padding-top: 20px}
.multiple{
	position: relative;
	border-bottom: 1px solid #eee;
	margin:10px 0;
	padding: 10px 0;
}

.actionAdd{
	background: #eee;
	padding: 10px 5px;
	cursor: pointer;
}

.actionAdd:hover{
	background: #52a8e8;
	color: #fff;
}

.actionRemove{
	position: absolute;
	top: -1px;
	right:-1px;
	display: block;
	border:1px solid #eee;
	color: red;
	display: none;
	cursor: pointer;
	padding: 5px;
}

.actionRemove:hover{
	background: #f0f0f0;
}

form .multiple.col3 div{
	width: 31%;
}

/*.multiple:hover .actionRemove{*/
.actionRemove{
	display: block;
}

.bemerkung{
	width: 680px!important;

}
form .bemerkung textarea{
	width: 498px!important;
	margin: 0 0 0 5px;
	padding: 5px;
}
.tt_wrap{
	position: relative;
}
.tooltip{
	display: none;
	position: absolute;
	top: -15px;
	right: 20px;
	z-index: 100;
	background: #fff;
	border: 1px solid #ccc;
	min-width: 300px;
	max-width: 700px;
}
.tt_wrap:hover .tooltip{
	display: block;
}
.tooltip h1{
	font-size: 12px;
    font-weight: bold;
    padding: 2px 5px;
    border-width: 1px;
    color: #000;
    margin: 5px;
    position: relative;
}
.tooltip .tt_row{
	margin: 0 0 10px!important;
	border-bottom: 1px solid #EDF1F5;
	box-shadow: none;
	background: #fafafa;
	clear:both;
}
.tooltip .tt_date,.tooltip .tt_start,.tooltip .tt_end, .tooltip .tt_name{
	padding: 5px 10px;
	background: #fafafa!important;
	box-shadow: none!important;
	border:none!important;
	float: left;
	min-width:80px;
}
.tooltip .tt_bemerkung{
	padding: 5px 10px;
	clear: both;
	float: none;
}

/*Passwort-Form Fehlermeldungen*/
#content #pw-form form label.error{
	display: inline;
	margin-left:-650px;
}

/*FrequenzCounter*/
#fc_wrapper{
}
.fc_wrap > div{
	margin:10px;
	padding:10px;
	border:1px solid #eee;
}
#fc_wrapper > div{
	width:25%;
	float: left;
}
#fc_wrapper > div:first-child > div{
	margin-left: 0;
}
#fc_man, #fc_woman{
	width:46%;
	float:left;
	padding:2%;
	text-align: center;
}
#fc_man img, #fc_woman img{
	margin-bottom: 20px;
}
#fc_man .button{
	background: #4A90E2;
	border:1px solid #3C80CF;
	color:#fff;
}
#fc_man .button:hover{
	background: #53A1FC;
}
#fc_woman .button{
	background: #BD10E0;
	border:1px solid #A01CBB;
	color:#fff;
}
#fc_woman .button:hover{
	background: #DD3DFD;
}

#fc_man .button:active{
	background: #89BFFF;
}
#fc_woman .button:active{
	background: #E874FF;
}

#fc_wrapper .button{
	display:block;
	padding:15px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none;
	margin-bottom: 10px;
}

#filialen_liste > div{
	padding:10px 0;
	border-bottom:1px solid #eee;
	font-size: 14px;
}
#filialen_liste strong{
	float: right;
	font-size: 14px;
}
#fc_wrapper .count_bar{
	margin-top: 5px;
	background:#ccc;
	height: 4px;
	clear: both;
}

.fc-button{
	display:block;
	padding:45px 15px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 1px;
	text-decoration: none;
	margin-bottom: 10px;
}

.fc-button{
	background: #4A90E2;
	border:1px solid #3C80CF;
	color:#fff;
}
.fc-button:hover{
	background: #53A1FC;
}

.fc-button:active{
	background: #89BFFF;
}
#rechnung-form form textarea{
	width: auto;
}

.tooltip_item{
	border-bottom: 1px solid #ccc;
	padding:5px;
	overflow: hidden
}

.tooltip_item:first-child{
	border-top: 1px solid #ccc;
}
.tooltip_item:nth-child(odd){
	background:#efefef;
}

.tooltip_item > div{
	width:25%;
	float: left;
}

#formDeleteBtn{
    background-color: #f44242;
    color: #fff!important;
    font-weight: 600;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
