@import url('stylesdiv.css');
@import url('stylestbl.css');
@import url('stylesfrm.css');
@import url('styleslinks.css');

* {
  font-family:Arial,Tahoma,Verdana,Helvetica;
}

html {
	height:100%;
	width:100%;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial,Tahoma,Verdana,Helvetica;
	background-color:#FFFFFF;
	height:100%;
	width:100%;
  font-size:12px;
}

td {
  font-size:12px;
  color:#183455;
}

legend {
	font-weight:bold;
	color:#4b729a;
}

fieldset {
	border:1px solid #9aabb5;
	background-image:url(../img/light_box.gif);
	text-align:center;
	padding:0px 10px 10px 10px;
}

h1 {
  margin:0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

.boldblue { /* Wenn diese Klasse geändert wird, dann auch stylesfck.css ändern */
  font-size:12px;
  font-weight:bold;
  color:#4b729a;
}

.blue {
  font-size:12px;
  color:#4b729a;
}

.boldlightblue {
  font-size:12px;
  font-weight:bold;
  color:#9aabb5;
}

.bolddarkblue { /* Wenn diese Klasse geändert wird, dann auch stylesfck.css ändern */
  font-size:12px;
  font-weight:bold;
  color:#183455;
}

.boldorange {
  font-size:12px;
  font-weight:bold;
  color:#f8932d;
}

.orange {
  font-size:12px;
  color:#f8932d;
}

.boldlightorange {
  font-size:12px;
  font-weight:bold;
  color:#f9b25a;
}

.boldred {
  font-size:12px;
  font-weight:bold;
  color:#de1e29;
}

.termine {
	font-weight:bold;
	color:#f68c2c;
	text-decoration:underline;
}

.termin_datum {
	font-weight:bold;
	color:#FFFFFF;
}

.arrowblue {
  background-image:url(../img/arrowblue.gif);
  background-position:left;
  background-repeat:no-repeat;
}

.arroworange {
  background-image:url(../img/arroworange.gif);
  background-position:left;
  background-repeat:no-repeat;
}

.trenner {
  height:10px;
  background-image:url(../img/linie_h.gif);
  background-position:center;
  background-repeat:repeat-x;  
}

.trenner_v {
  width:10px;
  background-image:url(../img/linie_v.gif);
  background-position:center;
  background-repeat:repeat-y;  
}

.trenner_orange {
  height:10px;
  background-image:url(../img/linie_orange_h.gif);
  background-position:center;
  background-repeat:repeat-x;  
}

.hinweis {
  font-weight:normal;
  color:#9aabb5;
}

.error {
  background-color:#e33030;
  padding:0px 5px 0px 5px;
  vertical-align:middle;
  font-weight:bold;
  color:#FFFFFF;
}

.ok {
  background-color:#179414;
  padding:0px 5px 0px 5px;
  vertical-align:middle;
  font-weight:bold;
  color:#FFFFFF;
}

.prioritaet_1 { 
  color:#de1e29;
}

.prioritaet_2 { 
  color:#179414;
}

.prioritaet_3 { 
  color:#f47a0b;
}

.platz_1 { /* Wenn diese Klasse geändert wird, dann auch stylesfck.css ändern */
  color:#de1e29;
  font-weight:bold;
}

.platz_2 { /* Wenn diese Klasse geändert wird, dann auch stylesfck.css ändern */
  color:#179414;
  font-weight:bold;
}

.platz_3 { /* Wenn diese Klasse geändert wird, dann auch stylesfck.css ändern */
  color:#f47a0b;
  font-weight:bold;
}

.small {
  font-size:11px;
}

.boldbig { /* Wenn diese Klasse geändert wird, dann auch stylesfck.css ändern */
  font-size:14px;
  font-weight:bold;
  color:#183455;
}

.blaettern_akt{
  color:#f8932d;
  text-decoration:none;
  background-color:#faead8;
  border:1px #f8932d solid;
  padding:1px 5px 0px 5px;
  font-size:10px;
  line-height:10px;
  height:14px;
}

* html .blaettern_akt {
  height:15px;
  margin-bottom:1px;
  padding-top:2px;
}
