/*    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%;
  background: #FFFFFF;
}

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 {
  background: #FCF9ED;
}

#header {
	height: 125px;
	width: 100%;
	background: url(../images/header-background.gif) repeat-x;
	display: block;
	clear: both;
	overflow: hidden;
}

#center {
  margin: 15px auto;
  width: 460px;
	display: block;
	clear: both;
}

.block {
  width: 100%;
  background: #F1E9C4;
}

.block_header {
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  background: #E8DBA5 url(../images/icon-close.gif) no-repeat right;
  cursor: pointer;
}

.invisible {
  background: #E8DBA5 url(../images/icon-open.gif) no-repeat right;
}

.block_number {
  margin: -5px 10px 0 -5px;
  padding: 7px 10px;
  color: #FFFFFF;
  background: #BE9A14;
}

.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%;
	color: #999999;
	text-align: center;
	background: #FFFFFF url(../images/footer-background.gif) repeat-x;
	display: block;
	clear: both;
}

/* ========== ELEMENTS ========== */

#footer a {
  color: #999999;
  text-decoration: none;
}

.highlight {
  background: #E8DBA5;
}

#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 {
  padding: 3px;
  margin-right: 20px;
  color: #FFFFFF;
  width: auto;
  background: #CC0000;
}

.bt_submit {
  padding: 3px;
  margin-right: 20px;
  color: #FFFFFF;
  width: auto;
  background: #006600;
}

.infobox {
  padding: 5px;
  width: 370px;
	position: absolute;
  background: white;
	border: 1px solid black;
	display: none;
}

.hidden {
	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: #F1E9C4;
  white-space: nowrap;
}

.datatable_td_value {
  padding: 0 10px;
  width: 100%;
  background: #F1E9C4;
}
