/*    CSS    */

/*
* @author	Sebastian Müller <post produktivbuero de>
* @version	Versionsnummer (1.0)
*/

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 180%;
}

h1 {
  margin-bottom: 0;
  font-size: 16px;
}

h2, h3, h4, h5, h6 {
  font-size: 14px;
}

a {
  color: #000000;
}

p {
  margin: 0;
  padding: 10px 0;
}

#blockbody05 table {
	font-size: 12px; /* IE */
	padding: 10px 0; /* siehe p */
}

#blockbody05 td {
  padding: 10px 0; /* siehe p */
}

input, select, textarea {
	font-family: Verdana, sans-serif;
  font-size: 12px;
	width: 250px;
	overflow: auto;
}

textarea {
  height: 100px;
}

img {
  border: none;
}

label {
  font-weight: bold;
}

/* ========== LAYOUT ========== */

#position {
  padding: 0 10%;
  width: 80%;
}

#header {
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	text-align: right;
}

#center {
  margin: 15px auto;
  display: block;
	clear: both;
}

.block {
  width: 100%;
  border: 1px solid #000000;
}

.block_header {
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #000000;
}

.invisible {
}

.block_number {
  margin: -5px 10px 0 -5px;
  padding: 7px 10px;
}

.block_body {
  padding: 0 30px 0 40px;
  margin: 0;
}

#footer {
  padding-top: 20px; /* muss für IE größer sein */
  bottom: 0;
  left: 0;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
}

/* ========== ELEMENTS ========== */

#footer a {
  text-decoration: none;
}

.highlight {
  text-decoration: underlined;
}

#fehlerheader {
  padding: 10px;
  color: #FF0000;
  border: 2px solid #FF0000;
  background: #FFBFBF;
}
.fehler {
  background: #FFBFBF;
}

.radiobutton {
  width: auto;
}

.checkbox {
  width: auto;
}

.option {
  width: auto;
}

.button {
  width: auto;
}

.bt_cancel {
  width: auto;
}

.bt_submit {
  width: auto;
}

.infobox {
  padding: 5px;
  width: 370px;
	position: absolute;
  background: white;
	border: 1px solid black;
	display: none;
}

.datatable_table {
  width: 100%;
  font-size: 12px;
}

.datatable_tr {
  
}

.datatable_th {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #000000;
}

.datatable_td_info {
  padding: 0 10px;
  font-weight: bold;
  background: #DFDFDF;
  white-space: nowrap;
}

.datatable_td_value {
  padding: 0 10px;
  width: 100%;
}

.noprint {
	display: none;
}
