/* copyright 2012 by Büro für Software Design - Udo Bremer, creation 120412 */

html {
	height: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Open Sans";
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	background-color: #ffffff;
	}
body.imageBG {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	background-color: #ffffff;
	background-image: url("netzwerk.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	line-height: 140%;
	color: #094da1;
	}
h1 {
	margin: 60px 0px 0px 0px;
	font-size: 26px;
	line-height: 30px;
	}
.footerBox h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	color: #666666;
	}

div.pageTitle {
	display: inline-block;
	padding: 5px;
	font-family: "Open Sans", sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #ffffff;
	background: #094da1;
	}

p {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #000000;
	}
p.grayText {
	color: #666666;
	}
p.greenText {
	color: #00adba;
	}
p.grayBigText {
	font-size: 20px;
	line-height: 26px;
	color: #666666;
	}

a {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #0764c3;
	text-decoration: underline;
	}

a.pageAnchor {
	color: #777777;
	text-decoration: none;
	}

a.index {
	margin: 0px 5px 0px 5px;
	}

.footerBar a {
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}
.footerBar a:hover {
	text-decoration: underline;
	}

ul.grayText {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	}
ul.greenDots {
	list-style-type: square;
/* 	list-style-image: url('greenListDot.png'); */
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 24px;
	}

img {
	margin: 0px;
	border-style: none;
	}

/***** main layout *****/

div.loginBar {
	width: 100%;
	height: 24px;
	margin: 6px 0px 0px 0px;
	border-width: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: right;
	}

div.headBar {
	width: 100%;
	height: 80px;
	margin: 0px;
	border-style: solid;
	border-color: #ccdade;
	border-width: 1px 0px 1px 0px;
	padding: 0px;
	text-align: center;
	background-color: #f4f5f6;
	}
div.khLogo {
	display: inline-block;
	width: 50%;
	height: 80px;
	text-align: left;
	background-image: url("title.png");
	background-position: left;
	background-repeat: no-repeat;
	}
div.ownerLogo {
	display: inline-block;
	width: 50%;
	height: 80px;
	background-image: url("logo.png");
	background-position: center;
	background-repeat: no-repeat;
	}

.pageBox {
	margin: 60px 0px 40px 150px;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
/* 	min-height: 100%; */
	}
.pageImageBox {
	max-width: 900px;
	margin: 140px 0px 40px 150px;
	border-style: solid;
	border-width: 0px;
	padding: 0px;
/* 	min-height: 100%; */
	}
.footerBox {
	left: 0px;
	right: 0px;
	height: 400px;
	margin: 0px;
	border-style: solid;
	border-color: #ccdade;
	border-width: 1px 0px 0px 0px;
	background: #f4f5f6;
	padding:  50px 0px 0px 300px;
	}
.footerBar {
	left: 0px;
	right: 0px;
	height: 40px;
	margin: 0px;
	padding: 15px 50px 0px 50px;
	font-family: "Open Sans", sans-serif;
	font-size: 10px;
	color: #ffffff;
	background: #094da1;
	}

div.sideBar {
	position: fixed;
	z-index: 5;
	left: 50px;
	top: 130px;
	margin: 0px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-top-color: #eeeeee;
	border-right-color: #ccdade;
	border-bottom-color: #ccdade;
	border-left-color: #eeeeee;
	padding: 10px;
	width: 190px;
	border-radius: 7px;
	box-shadow: 0px 3px 5px #aaaaaa;
	background-color: #f4f5f6;
	}
div.sideBar p {
	font-size: 11px;
	}

/***** sideBar *****/

div.sectionTitle {
	margin: 0px 0px 10px 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
div.section {
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
}
div.subSection {
	margin: 10px 0px 10px 0px;
	text-align: center;
	font-size: 11px;
}
div.separated { /* separator */
	border-top: 1px solid;
	padding-top: 10px;
}
div.warning { /* separator */
	border-top: 1px solid;
	border-top-color: #aa0000;
	padding-top: 10px;
	}
div.subSeparated { /* subSeparator */
	border-top: 1px solid;
	border-color: #888888;
	padding-top: 10px;
}
input.loginInput {
	margin-left: 5px;
	width: 175px;
	background-color: #d9e2ea;
}
div.loginAction {
	margin-bottom: 10px;
	text-align: right;
}
p.loginMsg {
	display: none;
	padding-left: 12px;
	text-indent: -12px;
	font-size: 10px;
	/* diffuses Ausrufezeichen im Hintergrund */
}
div.loginOption {
	margin-top: 5px;
	font-size: 12px;
}

/***** sidebar menu *****/

.mainMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
.mainMenu li {
	margin: 4px 0px 4px 0px;
	}

/***** content area *****/

.contentBox {
	display: inline-block;
	margin: 0px 40px 0px 150px;
	vertical-align: top;
	}
.contentBox h3 {
	margin-top: 0px;
	}

fieldset {
	display: block;
	border: solid 1px #bbbbbb;
	border-radius: 10px;
	}

legend {
	font-size: 10px;
	color: #666666;
	}

.warningBox {
	display: inline-block;
	margin: 30px 0px 0px 0px;
	width: 400px;
	border: solid 1px #aa0000;
	border-radius: 10px;
	padding: 20px;
	background-color: #ffffff;
	}

/***** form *****/

label {
	display: inline-block;
	width: 140px;
	height: 20px;
	text-align: left;
	}
label.after {
	display: inline;
	height: 20px;
	}
label.afterLink {
	display: inline;
	height: 20px;
	text-decoration: underline;
	color: #0764c3;
	}
.inputText {
	display: inline;
	height: 20px;
	font-weight: bold;
	}
.listText {
	display: inline;
	height: 20px;
	color: #0764c3;
	}
.errorText {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 10px;
	font-size: 10px;
	color: #aa0000;
	}

div.label_left {
	display: inline-block;
	width: 140px;
	height: 20px;
	text-align: left;
	}
div.label_right {
	display: inline-block;
	width: 140px;
	height: 20px;
	text-align: right;
	}
div.label_error {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 10px;
	text-align: left;
	}

/***** list *****/

.listSeparator {
	margin: 10px 0px 0px 0px;
	text-align: center;
	}

fieldset.listArea {
	display: inline;
	margin-top: 12px;
	border: solid 1px #bbbbbb;
	border-radius: 10px;
	vertical-align: top;
	}

ul.listField {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	list-style-type: none;
	}
ul.listField li {
	margin: 0px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-top-color: #ffffff;
	border-bottom-color: #cccccc;
	padding: 5px 0px 5px 0px;
	min-width: 180px;
	}

ul.linkList {
	padding: 0px 0px 0px 20px;
	}

ul.linkList li {
	margin: 2px 0px 2px 0px;
	}

.numberedList {
	color: #aaaaaa;
	background-color: #ffffff;
	}

.verticalSeparator {
	display: inline;
	margin: 0px 7px 0px 7px;
	width: 0px;
	vertical-align: top;
	}

.charIndex {
	padding: 0px 0px 8px 0px;
	}

.longService {
	margin: 0px 0px 0px 18px;
	padding: 3px;
	font-size: 11px;
	}

/***** table *****/

.listTable {
	margin: 0px;
	border-width:0px;
	padding: 0px;
	}
.listTable thead th {
	margin: 0px;
	border-style: solid;
	border-width: 0px 1px 2px 0px;
	border-color: #999999;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	}
.listTable td {
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #aaaaaa;
	padding: 3px 6px 3px 6px;
	text-align: center;
	color: #000000;
	}
.listTable tfoot th {
	margin: 0px;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #999999;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	}

.listTable .leftAdjusted {
	text-align: left;
	}
.listTable .rightAdjusted {
	text-align: right;
	}
.listTable .idKind {
	text-align: left;
	color: #888888;
	}
.listTable .idNum {
	text-align: right;
	color: #888888;
	}

.interestMarker1 {
	background-color: #eeeeee;
	}
.interestMarker2 {
	background-color: #e5ff99; /* e3e6d3; */
	}
.interestMarker3 {
	background-color: #a2ff9a; /* c5ecd0 */
	}

/***** zone *****/

table.zone {
	margin-top: 6px;
	margin-bottom: 6px;
	}
.marginCell {
	padding-left: 4px;
}
.titleCell {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	font-weight: bold;
}
.contentCell {
	padding-left: 10px;
	padding-bottom: 2px;
	width: 100%;
}
.partner {
	background-color: #FFC520;
	}
.account {
	background-color: #FFC520;
	}
.attendance {
	background-color: #C0C0F0;
	}
.process {
	background-color: #D0D080;
	}
.document {
	background-color: #99CCFF;
	}
.service {
	background-color: #AADDFF;
	}
.history {
	background-color: #E0E0E0;
	}
.followUps {
	background-color: #D0D0E0;
	}
.admin {
	background-color: #F0C0C0;
	}
