* {
	margin: 0;
	padding: 0;
}

body {  
	background-color: #FFF;
	font-family: WeissenhofGrotesk-Regular,"Helvetica Neue", Arial, Helvetica, Sans-Serif; 
	color: #000;
	font-size: 18px;
	}

img {
	border:	0px;
	}

p	{
	line-height: 1.5em;	
	}

th {
	text-align: left;
	padding: 2px;
	color: #FFF;
	text-shadow: #333 0 1px 0;
}

th a {
	color: #FFF;
}

a i {
	transition: all 1s;
	opacity: 1;
}

a:hover i {
	transition: all 0.3s;
	opacity: 0.5;
}

.fullWidth {
	width: 100%;
}

.gap {
	margin-bottom: 1em;
}

/* Tabellen Standard */

table.TableStandard {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 100%;
}

table.TableStandard th {
	background-color: #111;
	background-image: -moz-linear-gradient(#444, #111); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#111));	
	background-image: -webkit-linear-gradient(#444, #111);	
	background-image: -o-linear-gradient(#444, #111);
	background-image: -ms-linear-gradient(#444, #111);
	background-image: linear-gradient(#444, #111);
	padding: 5px;
}

table.TableStandard th.tdDate {
	width: 74px
	}

table.TableStandard tbody tr td.tabLabel {
	width: 25%;
	font-size: 1em;
}


table.TableStandard td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}


table.TableStandard tr:hover td {
}

table.TableStandard tr td  a {
		display: block;
		padding: 2px;
}

table.TableStandard tr td  a:hover {
			background-color: #8FDBFD;
		text-decoration: none;
}

.handle-cell {
	background-color: #000;
}

.tabinput input,
table.TableStandard tr td textarea,
table.TableStandard tr td input {
	border: 1px solid #AAA;
}


table.TableStandard.druck th {
	background: none;
	color: #000;
	text-shadow: none;
	border-bottom: 2px solid #000;
}

table.TableStandard.druck td {
	background: none;
	color: #000;
	text-shadow: none;
	border-bottom: 1px solid #000;

}

table.TableStandard.druck {
	box-shadow: none;
	border: 0;
}



/* für Stundenzettel */

table.TableStandard td.timeSlide {
	background: url(../img/Timeslider_Beschriftung.png) no-repeat center;
	background-size: 99% 51px;
	height: 50px;
	padding: 5px 5px;
}

div#slider-range.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
	margin-top: 28px;
	background: #666;
	border: 0;
}

div.ui-slider-range.ui-widget-header.ui-corner-all {
	background: #B0CA5A;
}




/* Formulare */

input, submit, select, option {
	font-size: 16px;
	
}

select, option, input {
	padding: 8px;
}
textarea {
	font-family: WeissenhofGrotesk-Regular,"Helvetica Neue", Arial, Helvetica, Sans-Serif; 
	padding: 8px;
	font-size: 16px;
	
}

div.tabRow {
	border-bottom: 0px solid #CCC;
	clear: both;
	padding: 10px 0;
}

div.tabRow.lastRow {
	padding-top: 10px;
	border: 0;
}

div.tabLabel {
	padding: 5px 0;
	width: 24%;
	float: left;
	margin-right: 3px;
	color: #666;
}

.tabinput {
	width: 74%;
	float: left;
	}


.tabhead, .tabinput {
	padding: 5px 0;
	}


a:link.rot , a:hover.rot ,a:visited.rot  {
	color: #CC0000;
	font-weight: bold;
	}
a:link.gruen , a:hover.gruen ,a:visited.gruen   {
	color: #006600;
	font-weight: bold;
	}



table.TableStandard tr td input.actionButton,
input.actionButton {
	background: #699e2f; /*the colour of the button*/
	padding: 10px; /*apply some padding inside the button*/
	border:0px solid #3e9cbf; /*required or the default border for the browser will appear*/
	cursor:pointer; /*forces the cursor to change to a hand when the button is hovered*/
	/*style the text*/
	font-size: 1.2em;
	font-family: "Helvetica Neue", Arial, Helvetica, Sans-Serif; 
	font-weight: normal;
	letter-spacing: 1p;
	text-transform: uppercase;
	text-shadow: 0 0px 0px rgba(0, 0, 0, 0.3); /*give the text a shadow - doesn't appear in Opera 12.02 or earlier*/
	color: #fff;
	/*use box-shadow to give the button some depth - see cssdemos.tupence.co.uk/box-shadow.htm#demo7 for more info on this technique*/
	-webkit-box-shadow: 0px 0px 0px #999;
	-moz-box-shadow: 0px 0px 0px #999;
	box-shadow: 0px 0px 0px #999;
	/*give the corners a small curve*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

input.TimeSliderInput {
	background: #fff !important;
	width: 20px;
	border: 0 !important;
	font-size: 1.2em;
	text-align: right;
}




/* ********* */


.bgblue {
	background-color: #8FDBFD;
	}
.bgwhite {
	background-color: #FFFFFF;
	}
.bglightgrey {
	background-color: #E0E0E0;
	}
.bgred {
	background-color: #CC0000;
	}
.bgorange {
	background-color: #FF6600;
	}
.bgorange2 {
	background-color: #FF9818;
	}
.bgorange3 {
	background-color: #FFC26D;
	}
.bgorange4 {
	background-color: #FFEACB;
	}
.bgorangetrans {
	background-image: url(/pics/nav/bgtrans1.png);
	}	
.bgyellow {
	background-color: #fef133;
	}
.bggreen {
	background-color: #669933;
	}

.clearer {
	clear: both;
	line-height: 0px;
	font-size: 1px;
}

h1, h2, h3, h4 {
	color: #000;
	margin-top: 4px;
	margin-bottom: 2px;
	}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	font-style: normal;
}	
h2 {
	font-size: 1.4em;
	}	
h3 {
	font-size: 1.4em;
	}
h4 {
	font-size: 1.2em;
	}

ol {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	}


.topic, .month {
	font-family: WeissenhofGrotesk-Medium;
	color: #006699;
	font-size: 1.6em;
	margin-bottom:5px;
	}

h2.topic {
	background: url(/manuals/pics/punkt_step.gif)  no-repeat;
	padding-left: 20px;
	margin: 20px 0 5px 0;
	line-height: 12px;
	}



.fixed {
	position: fixed !important;
	z-index: 100;
}

.small {
	font-size: 0.9em;
	}
.fliesstext {
	line-height: 150%;
	}
.normneg { 
	color:#FFFFFF
	}
.bold { 
	font-family: WeissenhofGrotesk-Medium;
	}
.weiss { 
	color:#FFFFFF
	}
.rot {  
	color:#CC3300;
	}
.blau {  
	color:#000099;
	}
.warn {  
	font-size: 1.2em; 
	font-weight: bold; color:#FFFF00; background-color: #000099;
	}



.L1 {
	display: block;
	padding-bottom:2px;
	padding-top:4px;
	border: dotted #999999;
	border-width: 0px 0px 1px 0px;
}
.L2 {
	display: block;
	padding-bottom:1px;
	padding-top:2px;
	border: dotted #999999;
	border-width: 0px 0px 1px 0px;
	margin-left: 7px;
}



.zeileunterstrich {
	padding:3px;
	background-color: #FFFFFF;
	border: solid #999999;
	border-width: 0px 0px 1px 0px;
	}
	
	
.addInfo {
	float: right;
}

/* evenodd liste */

div.kopf_evenoddliste {
	background-color: #ffa825;
	padding: 3px;
	margin-top: 16px;
	color: #fff;
	font-family: WeissenhofGrotesk-Medium;
	font-size: 1.3em;
	text-shadow: #333 0 1px 2px;

}


div.evenoddWrapper {
	position: relative;
	margin: 0 0 20px 0;
	border: 0px solid #ccc;
	box-shadow: 0 1px 2px #818181;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	overflow: hidden;
}


div.zeile {
	padding: 0px;
	border-bottom: 1px solid #CCC;
}


div.even {
	background-color: #FDFDFD;
	background-color: #FFF;
}

div.odd {
	background-color: #ebebeb;
	background-color: #FFF;

}

div.evenoddWrapper div.zeile a {
	display: block;
	padding: 5px;
	color: #000;
}

div.evenoddWrapper div.zeile a:hover {
	background-color: #135772;
	background-color: #8FDBFD;
	/* color: #FFF; */
	text-decoration: none;
/*
		background-color: #0186ba;
		background-image: -moz-linear-gradient(#04acec,  #0186ba);	
		background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
		background-image: -webkit-linear-gradient(#04acec, #0186ba);
		background-image: -o-linear-gradient(#04acec, #0186ba);
		background-image: -ms-linear-gradient(#04acec, #0186ba);
		background-image: linear-gradient(#04acec, #0186ba);
*/

}

.zeile .icons {
	float: left;
	width: 18px;
	height: 14px;
}

.arrowiconup, .arrowicondown {
	float: left;
	display: none;
	margin-top: 3px;
}

.arrowicondown, .arrowiconright {
	float: left;
	margin-top: 3px;
}

.drawer {
	height: 65px;
	margin-top: 6px;
}

.vkRow {
	margin-bottom: 3px;
	clear: left;
	margin-left: 19px;
}



.label {
	width: 60px;
	display: block;
	float: left;
}
.punkte {
	border-style: dotted;
	}

.ok {  font-size: 12px; 	font-family: WeissenhofGrotesk-Medium; color:#006600}
.light {  font-size: 10px; color:#666666}
.big { font-size: 12px; color:#000099; 	font-family: WeissenhofGrotesk-Medium;
}


a.navnorm {
	color: rgba(0,90,115,1);
	}

.navlight {   
	padding:2px; 
	display:block;
	}
a.navlight {  
	color: #111111; 
	text-decoration: none 
	}
a.navlight:hover { 
	color: #FFFFFF; background-color: #acacac;  text-decoration: none
	}


a { 
	color: rgba(0,90,115,1);
	text-decoration: none;
	}
a:hover { 
	text-decoration: underline;
	}

#seitenkopf {
	position: absolute; 
	left: 200px; top: 0px;
	height: 70px;
	/* background: url(../images/bg_header.png) repeat-x; */
	z-index:10;
	}

#logo {
	position: absolute; 
	left: 40px; top: 10px;
	width: 170px;
	z-index: 1;
}


.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
  line-height: 1px;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}

#userinfo {
	position: absolute; 
	left: 00px; 
	top: 18px;
	width: 400px;
	height: 20px;
	padding: 0px;
	z-index: 3;

	}


#meldung {
	font-family: WeissenhofGrotesk-Medium;
	margin-top: 25px;
	margin-left: -10px;
	width: 175px;
	padding: 5px;
	background: #CC0000;
	color:#FFFFFF;
	z-index: 20;
	}


#head {
	position: absolute; 
	left: 170px; top: 70px;
	width: 540px;
	height: 100px;
	z-index: 4;
	visibility: visible;
	font-family: WeissenhofGrotesk-Medium, "Helvetica Neue", Arial, Helvetica, Sans-Serif; 
	color: #003596; 
	font-size: 18px;
	z-index:2;
}

div#headerWrapper {
	position: relative;
	padding: 10px 0 15px;
}

div#logoHeader {
	position: relative;
	width: 80%px;
}
div#logoHeader img {
	width: 100%;
	height: auto;
}
div#pageWrapper {
	position: relative;
	max-width: 1100px;
	margin: 0 auto
}

div#navigation {
	position: absolute; 
	width: 180px;
	height: 100%;
	z-index:3;
	font-size: 1em;
	top: 0;
	left: 10px;
	
}

div#content {
	position: relative;
	z-index: 3;
	margin: 0;
}


#content1sp {
	position: relative;
	width: 58%;
	z-index: 3;
	visibility: visible;
	margin-bottom: 20px;
	float: left;
	margin-right: 20px;
}

#content2sp {
	position: relative;
	width: 38%;
	z-index: 3;
	visibility: visible;
	float: left;
	margin-bottom: 20px;
}


div.row2cols {
	position: relative;
	clear: both;
	
}

.col-1-2 {
	position: relative;
	width: 49%;
	z-index: 3;
	margin-bottom: 20px;
	float: left;
	margin-right: 2%;
}


div.row2cols .last {
	margin-right: 0;
}


#contentedit {
	position: absolute;
	left: 180px;
	top: 10px;
	width: 600px;
	z-index: 3;
	visibility: visible;
}

#kopf {
	position: absolute; 
	left: 0px; top: 0px;
	width: 790px;
	height:80px;
	z-index: 1;
	visibility: visible;
	background-image:url('/pics/kopfbalken.jpg');
}


#patch {
	position: absolute; 
	left: 0px; top: 70px;
	width: 150px;
	height:100px;
	z-index: 1;
	visibility: visible;
}

.sp1 {
	position: relative;
	width: 500px;
	float:left;
	margin: 0 30px 20px 0;
	}	
	
.sp2 {
	position: relative;
	width: 350px;
	float:left;
	margin: 0 0 20px 0;
	}



.column {
}


.first {
	float: left;
	width: 600px;
}
/*
.last {
	float: right;
	width: 150px;
}
*/
/***** REITER ***/


.infoTab {
	display: inline-block;
	padding: 10px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	background-color: #222;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 0.9;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px #4d4d4d;
}

.reiter {
/* 	height: 25px; */
	background-color: #00729A;
	padding: 5px;
	margin-bottom: 1px;
}

.reiter .reiterlabel {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	color: #FFF;
	text-shadow: #000 0 1px 0;
	font-size: 1em;
	font-family: WeissenhofGrotesk-Medium;
}


.reiter .reitericon {
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}
.clearfix::after {
	content: " ";
	clear: both;
	display: table;
}

table.dokumenttabelle {
	border-collapse: collapse;
	margin-bottom: 0px;
	width: 100%;
}

table.dokumenttabelle td {
	padding: 3px;
	border-bottom: 1px solid #CCC;

}


table.dokumenttabelle td.titel {
	border-bottom: 0;
	font-family: WeissenhofGrotesk-Medium;
}

table.dokumenttabelle td.datum {
	width: 75px;
	text-align: right;
}

table.dokumenttabelle td.preis {
	width: 60px;
	text-align: right;
}

table.dokumenttabelle td.icon {
	width: 20px;
	text-align: center;
}


div.thumbnail_a4 {
	float: left;
	margin-right: 10px;
	width: 100px;
	font-size: 1px;
	line-height: 1px;
	text-align: center;
}

div.thumbnail_a4 img.thumbNail {
	box-shadow: #666 1px 1px 2px;
	margin: 0 1px 1px 0;
}

div.thumbNailWrapper {
	float: left;
	width: 70px;
	height:  75px;
	overflow: hidden;
}


div.thumbnail_a4 img.thumbNail:hover {
	box-shadow: #666 0px 0px 1px;
	margin: 1px 0 0 1px;
}


div.thumbnailRow {
	margin-bottom: 10px;
	margin-top: 10px;
}

div.thumbnailcontainer {
	margin-bottom: 15px;
}







.boxdotted {
	border-style: dotted;
	border-width: 1px;
	border-color: #CC0000;
	padding: 5px;
}
/********************************************************************/

table.zeichentabelle, table.abstaende  {
    border-collapse:        separate;
    border-spacing:            0px;
    background-color:        #FFF;
    border:                    1px solid #000;
    }
table.zeichentabelle th,  table.abstaende th {
    text-align:                center;
    }

table.zeichentabelle td, table.zeichentabelle th, table.abstaende td, table.abstaende th    {
    font-size:                1.4em;
    padding:                5px 0;
    border:                    1px solid #CCC;
    }

table.zeichentabelle td.col1 {
    width:                    300px;
    padding-left:            5px;
    }

table.zeichentabelle td.col2, table.zeichentabelle td.col3, table.zeichentabelle td.col4  {
    width:                    100px;
    text-align:                center;
    }


table.abstaende td.col1, table.abstaende td.col2 {
    width:                    300px;
    padding-left:            5px;
    }
table.abstaende td.col1 {
    font-style:                italic;
    }
    
.rechts {
	float: 		right;
	margin:		0 0 10px 15px;
	}

/******* NAVILISTE *********/

ul.navliste {
	border-top: 1px solid #999;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

ul.navliste li {
	border-bottom: 1px solid #CCC;
}

ul.navliste li.trenn {

}

ul.navliste li a {
	display: block;
	background-color: #FFF;
	padding-left: 1em;
	padding: 5px;
	color: #000;
}

ul.navliste li a:hover {
	background-color: #8FDBFD;
	text-decoration: none;
}


/**** Visitenkarten Personenliste ****/

div.vkTools {
	width: 25px;
	float: right;
}


/******* Brief ******/

#brief_form {
	margin-top: 12px;
}
textarea.anschrift {
	width: 330px;
	height: 80px;
	padding: 0;
	margin: 0;
}

input.betreff {
	width: 550px;
	padding: 0;
	margin: 0;
}

textarea.brieftext {
	width: 550px;
	height: 300px;
	padding: 0;
	margin: 0;
}

div.form_input_row {
	margin-bottom: 17px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
}

div.form_input_row p.form_label {
	font-size: 1em;
	padding: 0;
	margin: 0 0 5px;
}

/* DROPDOWN MENU */

ul.menu, ul.menu ul {
    list-style-type: none;
	margin: 0;
	padding: 0;

}

ul.menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    font-weight: normal;
	color: #000;
}

ul.menu li {
    padding: 0;
    margin: 0;
    float: left;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}

/* Für Unterpunkte keine Float-Eigenschaft */
ul.menu ul li {
    float:none;
    background-color: transparent;
}

/* Links auf Unterpunkten sollen die Hintergrundfarbe ändern */
ul.menu ul li.hover, ul.menu ul li:hover {
    background-color: #FFF9E4;
}

/* Zweite Ebene */
        ul.menu ul {
              margin:0;
                 padding: 0;
               position: absolute;
               background-color: #fff;
                border: 1px solid #FFF9E4;
                display: none;
                    width: 180px;
     }

   /* Zweite Ebene anzeigen */
       ul.menu li.hover ul, ul.menu li:hover ul  {
               display: block;
   }

/* Dritte Ebene */
   ul.menu li.hover ul ul, ul.menu li:hover ul ul {
                  display: none;
                    margin-left: 160px; /* Breite eines Listenelements - Überlagerung */
              margin-top: -20px; /* Höhe eines Listenelements */
        }

   /* Dritte Ebene anzeigen */
       ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul {
                display: block;
   }


/* Vierte Ebene */
     ul.menu li.hover ul li.hover ul ul, ul.menu li:hover ul li:hover ul ul {
                  display: none;
    }

   /* Vierte Ebene anzeigen */
       ul.menu li.hover ul li.hover ul li.hover ul , ul.menu li:hover ul li:hover ul li:hover ul {
               display: block;
   }


/* Tabelle Adressliste */


table.TabelleAdressListe {
	border-collapse: collapse;
}

table.TabelleAdressListe td, table.TabelleAdressListe th {
	padding: 5px;
	font-size: 1.1em;
}

table.TabelleAdressListe td {
	padding: 5px;
	font-size: 1.1em;
}
table.TabelleAdressListe td a {
	font-family: WeissenhofGrotesk-Medium;
}


table.TabelleAdressListe tr.even td {
	background-color: #f0f0f0;
	}

table.TabelleAdressListe tr:hover td {
	background-color: #E0E0E0;
}

/* NEWS Startseite */


div.newsArticle {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	
}

.newsBar {
	cursor: pointer;
}

#CalButton {
	position: absolute;
	width: 40px;
	height: 40px;
	left: -5px;
	top: 50px;
	background-size: 1240px 40px;
	background: url(../img/calendar_icons.png);
	z-index: 10;
}

#CalendarBar {
	display: none;
	margin: 20px 0;
}

.ui-datepicker-inline {
}

div.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi-3.ui-datepicker-multi {
		width: 100% !important;

}

.ui-datepicker-group {
	width: 32% !important;
}

.ui-widget-content {
	border: 0 !important;
}

.ui-datepicker-group-middle {
	margin: 0 2%;
}


/* Buttons */


button {
	background: transparent;
}
button a {
	content: "\f45c" !important;
    margin-right: 10px;
    font-family: "font awesome 5 free" !important;
    font-weight: 900 !important;
    font-size: 24px;
    text-decoration: none;
}
button a:hover {
    text-decoration: none;
}

button.action {

/* 	background: url(../img/icon_sprites.png) no-repeat 0 0; */
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-size: auto 100%;


 
}

button.action a:hover {
	background: transparent !important;
}

button.edit a:before{
	content: "\f14b" !important;
}

button.company a:before {
	content: "\f1ad" !important;
}
button.calendar a:before {
	content: "\f073" !important;
}
button.time a:before {
	background-position: -75px 0;
	content: "\f017" !important;
}
button.search a:before {
	background-position: -100px 0;
	content: "\f002" !important;
}
button.add a:before{
	background-position: -125px 0;
	content: "\f0fe" !important;
}
button.delete a:before{
	background-position: -150px 0;
	content: "\f2ed" !important;
}
button.job a:before{
	background-position: -175px 0;
	content: "\f46d" !important;
}



/* QUICKSEARCH */

#quicksearchContainer [type='text'] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
