/* Link Styles */
a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0767ED;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #0767ED;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0767ED;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #0767ED;
	text-decoration: underline;
	font-weight: bold;
}

/* Content Layer (Scrollbars etc) */
#layercontent {
    overflow: auto;
    width: 100%;
    height: 85%;
	scrollbar-base-color: #D7E7FE; 
	scrollbar-track-color: #FFFFFF; 	
	scrollbar-face-color: #D7E7FE; 
	scrollbar-highlight-color: #D7E7FE; 
	scrollbar-3d-light-color: #104085; 
	scrollbar-dark-shadow-color: #000000; 
	scrollbar-shadow-color: #104085; 
	scrollbar-arrow-color: #104085;
}

/* Calendar Styles */
#calendar .calendar { /*background-color: #DAE7FC;*/ background-color: #CCE0F5; font-weight: normal; text-align: center; }
#calendar .year { text-align: left;color:#003378; font-weight: bold; background-color: #CCE0F5; padding: 1px; border-bottom: 1px solid #FFFFFF; }
#calendar .month { font-weight: bold; color:#003378; background-color: #CCE0F5; padding: 1px; border-bottom: 1px solid #000000; }
#calendar .prev-month { text-align: left;color:#003378; padding: 1px; border-bottom: 1px solid #FFFFFF; }
#calendar .next-month { text-align: right; color:#003378; padding: 1px; border-bottom: 1px solid #FFFFFF; }
#calendar .day-of-week { font-size: 8pt; color:#003378; font-weight: normal; padding: 1px; border-bottom: 1px solid #FFFFFF; }
#calendar .selected-day { font-weight: bold; color:#003378; background-color: #AAC8F8; padding: 1px; border-bottom: 1px solid #FFFFFF; }
#calendar .day { text-align: center; color:#003378; background-color: #CCE0F5; padding: 1px; border-bottom: 1px solid #FFFFFF; }
#calendar .today { background-color: #AAC8F8; color:#003378; font-weight: bold; padding: 1px; }
#calendar a:link,a:hover,a.visited { color:#003378;}
#calendar a.rot:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
}
#calendar a.rot:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#calendar a.rot:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#calendar a.rot:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

/* Search Result Styles */
#search .highlight {
    font-family: Arial, Verdana;
    font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
    background-color: #CCE0F5;
    color: #000000;
}

/* Table Styles */
table {
    font-family: Arial, Verdana;
    font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
}
.padded {
    padding: 2px;
}
.box {
	font-family: Arial, Verdana;
	//font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #DAE7FC;
}
.line {
	font-family: Arial, Verdana;
	font-size: 0px;
	font-style: normal;
    line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #DAE7FC;
    border-bottom: 1px dotted #003385;
    /*border: 1px;
    border-style: dotted;
    border-color: #000099;*/
}
.navline {
	font-family: Arial, Verdana;
	font-size: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #DAE7FC;
}
.calendarHeadline {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
    text-transform: none;
    color: #0A56A4;
    border-bottom: 1px #0A56A4 solid;
}
/* Text Styles */
.textGross {
    font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.textGrossBlau {
	font-family: Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color: #0A56A4;
}
.textHeadline {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #09227F;
    border-bottom: 1px dashed #A3A3A3;
}
.textKlein {
	font-family: Arial, Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.textKleinGrau {
	font-family: Arial, Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color: #AAAAAA;
}
.textFett {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
.textRot {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color: #FF0000;
}
.textBlau {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color: #0A56A4;
}
.textRotFett {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
    color: #FF0000;
}
.textKleinFett {
	font-family: Arial, Verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}
/* Form Styles */
input.text {
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color: #000000;
	background-color: #FCFCFC;
	border-width: 1px;
    border-color: #104085;
    border-style: solid;
    padding-left: 2px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top:4px;
    margin-right:4px;
}
select.text {
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    color: #000000;
	background-color: #FCFCFC;
	border-width: 1px;
    border-color: #104085;
    border-style: solid;
    padding-left: 2px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top:4px;
    margin-right:4px;
}
radio.text {
	border: 1px #ffffff solid;
}
select {
	font-family: Arial, Verdana;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FCFCFC;
	border: 1px #104085 solid;
}
textarea {
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000099;
	background-color: #FFFFFF;
	border: 1px #104085 solid;
	scrollbar-base-color: #D7E7FE; 
	scrollbar-track-color: #FFFFFF; 	
	scrollbar-face-color: #D7E7FE; 
	scrollbar-highlight-color: #D7E7FE; 
	scrollbar-3d-light-color: #104085; 
	scrollbar-dark-shadow-color: #000000; 
	scrollbar-shadow-color: #104085; 
	scrollbar-arrow-color: #104085;
}
.articleplaceholder {
  background-color: #F4F2F2;
  border: 1px dashed #A3A3A3;
  cursor: pointer;
}
.articleplaceholder td{
  text-align:center;
}

/* Shadow Handling */
.shadow {
	background-image: url(../images/shadow/shadow.jpg);
	background-repeat: repeat-x;
}
