/*** Common ***/
body {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}

p, a, th, td, span, small, label, legend {
} 

th, td {
	font-size: 10pt;
}

p {
	margin: 0 0 15px;
	line-height: 1.5;
}

p.block {
	text-align: justify;
}

a {
	color: #002c57;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	/*color: #e2001a;*/
}

/* see common.js for ie6 fixes */
#contentpane a[href], a.decorated {
	background: url(/images/hpa/link.png) no-repeat left center;
	behavior: url(/css/iepngfix.htc);
	padding-left: 12px;
}

/* see common.js for ie6 fixes */
#contentpane a[href=''], #contentpane a.showcalendar, #contentpane td.tab a {
	background: none;
	padding: 0;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 5px 0 10px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	color: #002c57;
	margin: 20px 0 10px;
}

h2.overview {
	height: 30px;
	padding: 10px 0 0 50px;
	border-top: 3px solid #aac7e4;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0;
}

h3 {
	font-size: 10pt;
	margin: 2px 0 4px;
	text-decoration: underline;
}

address {
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
}

img {
	border: none;
	margin: 0;
}

hr {
	border: none;
	border-bottom: 1px solid #aac7e4;
}

div.clear {
	clear: both;
}

div.box {
	border: 1px solid #c2d8ee;
	padding: 20px;
	margin: 10px 30px 20px;
}

div.box h1, div.box h2 {
	margin-top: 0;
}

div.box-dark {
	text-align: left;
	background: #dae4f1;
	margin: 10px;
	padding: 15px 15px 10px;
	width: 188px;
	height: 140px;
	float: left;
}

div.box-dark h2 {
	margin-top: 0;
}

/*** Forms ***/
form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 1px solid #c2d8ee;
	margin: 10px auto 30px;
	padding: 15px 10px;
}

legend {
	font-weight: bold;
	border: 1px solid #c2d8ee;
	border-bottom: none;
	padding: 3px 8px;
	margin-top: -12px;
}

/* 
   IE ignores borders for select elements! no solution yet!
   
   see http://stackoverflow.com/questions/380037/ie6-ie7-css-border-on-select-element 
       http://swatelier.info/at/forms/selectExp.htm <<-- solution?!
*/
input, select, textarea {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #c2d8ee; /*#8F90A2;*/
	text-indent: 2px;
	margin: 0px 1px;
}

/* see common.js for ie6 fixes */
input[type=checkbox], input[type=radio] {
	border: none;
}

/* does not work with ie6, fix below */
input.button, input[type=submit], input[type=abort], input[type=button] {
	background-color: #dedede;
	color: #e2001a;
	border: 1px solid #aaa;
	font-weight: bold;
}

* html input.button, * html .button_ext, * html .button_print, * html .button_csv, * html .button_pdf, * html .button_export {
	background-color: #dedede;
	color: #e2001a;
	border: 1px solid #aaa;
	font-weight: bold;
}

input.loginUser {
	width: 94px;
	background-image: url('/images/user.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

input.loginPasswort {
	width: 94px;
	background-image: url('/images/schloss.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

.button_ext {
/*
	background-image: url('/images/pfeil_right_small.gif');
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 15px;
*/
}

.button_print {
	background-image: url('/images/export_print.gif');
	background-repeat: no-repeat;
	background-position: 9px 1px;
	padding-left: 26px;
}

.button_csv {
	background-image: url('/images/export_csv.gif');
	background-repeat: no-repeat;
	background-position: 9px 1px;
	padding-left: 24px;
}

.button_pdf {
	background-image: url('/images/export_pdf.gif');
	background-repeat: no-repeat;
	background-position: 9px 1px;
	padding-left: 24px;
}

.button_export {
	background-image: url('/images/export.gif');
	background-repeat: no-repeat;
	background-position: 7px 1px;
	padding-left: 20px;
}

.pflichtangabe {
	padding-right: 8px;
	background: url(/images/hpa/pflicht.jpg) no-repeat right top;
}

/*** Tables ***/
#contentpane table {
	background: #fff;
	border: 3px solid #fff;
}

#contentpane td a {
	text-decoration: underline;
}

#contentpane td.tablehead a {
	text-decoration: none;
	background: none;
	padding: 0;
}

td {
	margin-bottom: 8px;
	margin-top: 0px;
}

.tablehead {
	color: #002c57;
	background-color: #dedede;
	font-weight: bold;
}

td.tab, td.tab_current {
	border: 1px solid grey;
	font-size: 11px;
}

td.tab {
	background-color: #dedede;
}

#contentpane td.tab a, #contentpane td.tab_current a {
	text-decoration: none;
}

td.tab_current {
	border-bottom-style:none;
	font-weight: bold;
}

td.tab_space {
	border-bottom: 1px solid grey;
}

/*** Lists ***/
ul.errorlist, ul.successlist {
	margin: 5px auto 20px;
	padding: 10px 20px 10px 30px;
	width: 695px;
}
ul.errorlist {
	background-color: #fcc;
	border:1px solid #f88;
}
ul.successlist {
	list-style: none;
	background-color: #cfc;
	border:1px solid #8f8;
}
ul.errorlist li, ul.successlist li {
	font-size: 10pt;
}

.scroll_arrows_left {
	width: 10px;
	height: 100%;
	background-color: #dedede;
	background-image: url('/images/pfeil_left_scroll.gif');
}

.scroll_arrows_right {
	width: 10px;
	height: 100%;
	background-color: #dedede;
	background-image: url('/images/pfeil_right_scroll.gif');
}

.font_yellow {
	color: #ff3;
	background-color: #e25969;
}

.bg_red {
	color: #fff;
	background-color: #e2001a;
}

.bg_lightred {
	color: #fff;
	background-color: #e25969;
}

.bg_green {
	background-color: #30FF30;
}

.bg_lightgreen {
	background-color: #80FF80;
}

.bg_zeile1 {
	background-color: #F9F9FF;
}

.bg_zeile2 {
	background-color: #dae4f1;
}

.bg_zeile1_gruen {
	background-color: #CFFFCF;
}

.bg_zeile2_gruen {
	background-color: #B3FFB3;
}

.bg_zeile1_gelb {
	background-color: #f3f29f; 
}	

.bg_zeile2_gelb {
	background-color: #f6f459; 
}

.bg_zeile1_rot {
	background-color: #e2b7b7;
}

.bg_zeile2_rot {
	background-color: #e47f7f;
}

.headline {
	font-size: 42px;
}

.smallfont {
	font-size: 8pt;
}

.bigfont {
	font-size: 16px;
}

.white {
	color: #FFFFFF;
}

/*** Calendar ***/
#calendar {
	position:absolute;
	visibility:hidden;
	text-align: center;
	z-index: 1;
}

#caltable {
	border-collapse: collapse;
	border: 1px solid #ABBACB;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
}

#caltable th {
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	text-align: center;
	height: 20px;
	background-color: #C4D3E4;
}

#caltable th.select {
	font-weight: normal;
	cursor: pointer;
}

#caltable th.close {
	background-image: url('/images/calendar_close.gif');
	cursor: pointer;
}

#caltable td {
	font-weight: normal;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #0E224B;
	font-family: Arial;
	text-align: right;
}

#caltable td.days {
	font-weight: bold;
}