/* Global Style ---------------------------------------------------- */

hr {
	border:dotted #bf6d4d 1px;
	height:1px;
	border-left:0px; 
	border-right:0px;
	border-top:0px;
	width:100%;
}

img {
  border:0px;
}
	 
/* Content stuff ---------------------------------------------------- */

.rahmen {
	background-color:#5e080b;
	border:solid #D1D1D1 1px; 
	border-left:0px; border-right:0px;
	font-weight:bold;
	padding-left:5px;
	height:25px;
	vertical-align: middle;
}

.rahmen td {
  vertical-align: middle;
}

.red {
   color:#ff1111;
   font-size:12px;
   font-weight:bold;
   text-transform:uppercase;
   padding-bottom:3px;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.line {
  line-height:16px;
} 

/* Table stuff ---------------------------------------------------- */

table {
  
}

tr .bold {
	
}

td { 

}

.content_table{
  width:100%;
}

.sys_table { color: #000000; }

.tbl_row_1 td {
  background:#590000;
  vertical-align: middle;
}

.tbl_row_2 td {
  background:#5e080b;
  vertical-align: middle;
}

.auto_input {
  width:auto;
}
	 
.big_input {
  width:570px;
}

.medium_input {
  
}

.small_input {
  width:40px;
}

.big_textarea {
  width:670px;
  height:150px;
}

.small_textarea {
  width:200px;
  height:200px;
}

/* Small stuff ------------------------------------------------------ */

.small_center {
			color: #858585;
			font-size: 10px;	
			text-align: center;
		  }

.small_center a:link {	color: #858585;  }
.small_center a:visited {	color: #858585;  }
.small_center a:active {  color: #858585;	  }
.small_center a:hover { 	color: #858585; text-decoration: underline;  }			
.small { color: #858585; font-size: 10px;	}

.small_grey {
  font-size:9px;
  color:#CCCCCC;
  font-weight:normal;
}
	 
/* Form stuff ------------------------------------------------------- */

.fehler{
  border:2px #FF0000 solid;
}

/* Calendar Style ---------------------------------------------------- */

tr.s {font-family:helvetica;font-size:9pt;}
td.h {font-family:helvetica;font-size:10pt;text-align:right;}
td.d {font-family:helvetica;font-size:9pt;}
td.d0 {font-family:helvetica;font-size:9pt;border-style:solid;text-align:center;
    	 border-width:1px;border-color:gray;font-weight:normal;}
td.d1 {font-family:helvetica;font-size:9pt;border-style:solid;text-align:center;
   		 border-width:1px;border-color:gray;background-color:gold;font-weight:normal;}
td.d2 {font-family:helvetica;font-size:9pt;border-style:solid;text-align:center;
    	 border-width:1px;border-color:red;background-color:#ffeeee;font-weight:bold;}
.calender_link { color:#00FF00; }

