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

body {
  	margin:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
}
		  
A:link    { color: #000000; text-decoration: underline; }
A:visited { color: #000000; text-decoration: underline; }
A:active  { color: #000000; text-decoration: underline; }
A:hover   { color: #000000; text-decoration: underline; }

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

ul {
	display: block; 
	list-style-type: disc; 
   	margin: 1em 0; 
	padding-left: 40px; 
   	counter-reset: -html-counter 0;
}

h1 {
			font-size: 15px;
			font-weight: bolder;
			margin-top:0px;
			margin-bottom:1em;
}

h2 {
      margin:0px;
      font-size: 14px;
      margin-top:20px;
      margin-bottom:0px;
      padding-left:5px;
      width:100%;
      line-height:25px;
      background-color:#eeeeee;
}

h3 {
      margin:0px;
      padding:0px;
      font-size: 12px;
      margin-bottom:10px;
}

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

.header_content {
  height:184px;
  background-repeat:no-repeat;
}

.left_navigation {
  font-size:13px;
  font-weight:bolder; 
  width:180px;
  line-height:20px;
}

.left_navigation .space { margin-left:10px; }

.left_navigation A:link    { color:#025DA7; text-decoration:none; }
.left_navigation A:visited { color:#025DA7; text-decoration:none; }
.left_navigation A:active  { color:#025DA7; text-decoration:none; }
.left_navigation A:hover   { color:#025DA7; text-decoration:none; }

.left_navigation hr        {
  border:dotted #000000 1px;
	height:1px;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	width:170px;
	margin-left:0px;
	text-align:left;
}

.left_sub_navigation {
  font-size:11px;
  font-weight:normal;
  line-height:18px
}

.left_sub_navigation A:link    { margin-left:0px; color:#025DA7; text-decoration:none; }
.left_sub_navigation A:visited { margin-left:0px; color:#025DA7; text-decoration:none; }
.left_sub_navigation A:active  { margin-left:0px; color:#025DA7; text-decoration:none; }
.left_sub_navigation A:hover   { margin-left:0px; color:#025DA7; text-decoration:none; }

.left_sub_navigation ul {
  list-style-type:disc;
  color:#025DA7;
}

.left_sub_navigation li {
  margin-left:15px;
}

.center_content {
  width:600px;
  background-color:#F7F4F3;
  padding:20px;
  min-height:500px;
}

.right_navigation {
  font-size:12px;
  font-weight:bolder;
  width:130px;
  padding-left:15px;
  line-height:20px;
  overflow:visible;
}

.right_navigation A:link    { color:#025DA7; text-decoration:none; }
.right_navigation A:visited { color:#025DA7; text-decoration:none; }
.right_navigation A:active  { color:#025DA7; text-decoration:none; }
.right_navigation A:hover   { color:#025DA7; text-decoration:none; }

.rahmen {
	background-color:#E8E8E8; 
	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;
} 

.highlight {
	background-color:rgb(255,255,153);
}

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

table {
 	padding: 0px;
 	border: 0px;
 	border-collapse: collapse;
 	border-spacing: 0px;
  	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

tr .bold {
	width: 150px;
	padding-left:5px;
}

.content_table { 
		font-size:11px;
		width:100%;
}

.content_table h2 {
      margin:0px;
      font-size: 14px;
      margin-top:20px;
      margin-bottom:10px;
      padding-left:0px;
      width:100%;
      line-height:25px;
      background-color:transparent;
}

td { 
  vertical-align: top; 
}

.sys_table { color: #000000; }

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

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

.box {
	font-size:11px; 
	background:#E1E1E1;
	width:100%; 
	height:225px; 
	border:1px solid #cccccc;
}

.box td{
 	vertical-align:top;
 	padding:10px;
 	padding-right:0px;
}

.auto_input {
  width:auto;
}

.preis{
	border: 1px solid rgb(145, 147, 142); 
	height: 16px; 
	width: 80px; 
	background-color: 
	#cccccc; 
	font-size: 12px; 
	text-align: right; 
	vertical-align: middle; 
	padding-right:10px; 
	padding-top: 2px;
}

.full_input {
  width:100%;
}

	 
.big_input {
  width:440px;
}

.small_input {
  width:40px;
}

.big_textarea {
  width:580px;
  height:250px;
}

.frontpage_textarea{
  width:125px;
  height:130px;
}

.big_rte_textarea {
  width:620px;
  height:300px;
}

.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 ------------------------------------------------------- */

FORM {
  display:inline;
}
		 
TEXTAREA, INPUT, SELECT {
	border:1px solid #5e5e5e; 
  border-right-color:#c7c7c7; 
  border-bottom-color:#c7c7c7;
	color:#000000;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:1px;
	background-color:#e9edf6;

}

.input_button {
	border:1px solid #c7c7c7;
  border-right-color:#5e5e5e;
  border-bottom-color:#5e5e5e;
}


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


.suche  { cursor:pointer; color:#025DA7; font-weight:bolder; text-decoration:none; }

/* 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; }

/* Tooltip ------------------------------------------------------------ */

.tool-tip {
	width: 650px;
	z-index: 13000;
}
 
.tool-title {
	background-image: url(../images/interface/leiste_rot.jpg);
	background-repeat: no-repeat;
	color: white;
	padding-top: 1px;
	padding-left: 2px;
	margin: 0px;
	border-top: 1px solid #7C4445;
	border-left: 1px solid #7C4445;
	border-right: 1px solid #7C4445;
}
 
.tool-text {
	color: #7C4445;
	background-image: url(../images/interface/pk_tooltip_text_back.gif);
	background-repeat: repeat-x;
	background-color: #bcbcbc;
	padding: 2px;
	min-height: 48px;
	margin: 0px;
	border-left: 1px solid #7C4445;
	border-right: 1px solid #7C4445;
	border-bottom: 1px solid #7C4445;
}
