* {
  font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #5E5F65; 
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-y: visible;
  color: #444;
  background: #fff;
}


h1, h2, h3, h4 {
	clear: both;
	margin: 0;
	padding: 0;
}

p {
	margin: 0.2em 0 0.2em 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000066;
	font-style: normal;
}

a:hover, a:focus, a:active,
a:hover *, a:focus *, a:active * {
	text-decoration: underline;
	font-style: normal;
}

.divider {
	clear: both;
	margin: 0 0 0.6em 0;
	padding: 0.75em 0 0 0;
	border-bottom: 1px solid #CDCDCF;
}

.divider hr {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
  background: #FFF;
	position: relative;
	width: 520px;
	margin: 10px auto;
	padding: 15px;
	border: 1px solid #D2D2D2;
}

#button_close {
  position: absolute;
  top: 7px;
  right: 8px;
  background: url(../img/button_close.jpg) no-repeat;
  width: 18px;
  height: 18px;  
}

h2 {
  font-size: 18px;
  font-weight: normal;
  color: #000066;
  padding: 8px 0 11px 0;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #707173;
  padding-bottom: 12px;
}

.singlecol {
  clear: both;
  width: 520px;
  padding-bottom: 10px;
  line-height: 18px;  
  vertical-align: top;
  font-size: 11px;
  /*border: 1px solid red;*/
}

*+html .singlecol {
  margin: 0;
  padding-bottom: 8px;
}

.spacer {
  clear: both;
  height: 10px;
  line-height: 10px;
}

*+html .spacer {
  height: 5px;
  line-height: 5px;
}

.multicol {
  clear: both;
  padding-bottom: 29px;
  line-height: 18px;
}

.singlecol label span {
  display: block;
  text-align: right;
  float: left;  
  width: 128px;
  padding-right: 5px;
  font-size: 11px;
}

.singlecol label span.radio {
  width: 60px;
  text-align: left;
}

.multicol label span {
  display: block;
  text-align: right;
  float: left;
  font-size: 11px;
}

.multicol .col.odd {
  width: 278px;
  float: left;
  text-align: right;
}

.multicol.submit .col.odd {
  text-align: left;
}

.multicol .col.even {
  width: 240px;
  text-align: right;
  float: right;
}

.multicol .col.odd label span {
  display: block;
  text-align: right;
  float: left;  
  font-size: 11px;
  width: 128px;
}

.multicol .col.even label span {
  display: block;
  text-align: right;
  float: left;  
  font-size: 11px;
  width: 90px;
}

.multicol.choose .col.odd label span {
  float: left;
  width: 67px;
}

.multicol.choose .col.even label span {
  text-align: left;
  padding-left: 5px;
  width: 170px;
  }

.multicol.choose .col.odd {
  width: 238px;
  text-align: right;
  padding-left: 40px;
}

.multicol.choose .col.even {
  float: right;
  width: 215px;
  text-align: left;
}


input.radiobutton {
  /*float: left;*/
}


input.checkbox {
  padding: 0;
  margin: 0;
}

select {
  padding: 0;
  margin: 0;
}

select,
.select {
  text-align: left;
  width: 145px;
  height: 17px;
  line-height: 17px;
  font-size: 11px;
  vertical-align: middle;
}

input {
	font-size: 11px;
}

input.text,
textarea,
select,
.select .options {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
}

select.normal, 
.select.normal {
	border: 1px solid #CCCCCC;
}

select.fehler, 
.select.fehler {
	border: 2px solid red;
}

.select {
  background-image: url(../img/icon_dropdown.jpg);
  cursor: pointer !important; 
}

.select .value {
  margin-right: 20px; 
}

.select .option.selected,
.select .option:hover {
  background: #EEEEEE;
}

.toggle {
  display: block;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 9px 0 8px 5px;
  margin: 16px 0 25px 0;
}

button.control, .button {
  left: 0;
  background: url(../img/icon_add.jpg) no-repeat;
  height: 18px;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0;
  border: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer !important; 
}

*+html button.control {
  padding: 0;
}

button.control.delete, .button.delete {
  background: url(../img/icon_delete.jpg) no-repeat;
}

button {
  position: relative;
  left: -3px;
  background: none;
  border: 0 none;
  cursor: pointer !important;
  height: 32px;
  margin: 0;
  padding: 0;
}

button.conclude, .conclude {
  position: relative;
  left: 6px;
}

*+html button.conclude {
  left: 50px;
}

button div {
  float: left;
  background: url(../img/button_back_left.jpg) no-repeat scroll left top transparent;
  height: 32px;
  padding: 0 0 0 10px;
  margin: 0;
  text-align: left;
  vertical-align: top;
  color: white;
}

button div strong {
  float: left;
  background: url(../img/button_back_right.jpg) no-repeat scroll right top transparent;
  line-height: 28px;
  height: 32px;
  padding: 0 33px 0 0;
  margin: 0;
  font-size: 12px;
  color: #FFF;
  white-space: nowrap;  
}

input.result {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #CCC;
  border-left: none;
  width: 144px;
}

/* LINKS */

.links {
  clear: both;
  float: left;
  display: block;
  margin: 10px 0 23px 0;
  font-size: 11px;
}

.links span.more {
  display: inline;
  margin: 0 23px 0 0;
}

.links a span {
  padding: 0 12px 0 0;
  font-weight: bold;
  background: url(../img/arrow_link_blue.gif) no-repeat right 4px;
  color: #000066;
}

.hint {
  clear: both;
  font-size: 11px;
  margin: 28px 0 7px 0;
}

.fehlertext {
	color: #DD0000;
}

.formularfeld {
	font-size: 10px;
	margin-left: 135px;
}




/***********************************/
table.uebersicht {
	width: 100%;
}

table.uebersicht td {
	font-size: 11px;
	/*border: 1px solid red;*/
	text-align: center;
}

table.uebersicht td.luecke {
	width: 70px;
}



.left {
	float: left;
}

.right {
float: right;
}

input.submittext, input.submitsymbol, input.submitright, input.submitleft
{	
	height: 36px;
	margin: 0;
	vertical-align: top;
	color: white;
	font-weight: bold;
	border: 0;
	/*border: 1px solid red;*/
	cursor: pointer !important;
}

input.submittext {
	background: url(../img/button_back.jpg) no-repeat scroll left bottom transparent;
	padding: 0 3px 0 3px;
}

input.submitsymbol {
	background: url(../img/button_back.jpg) no-repeat scroll left bottom transparent;
	padding: 0 3px 0 3px;
	font-size: 15px;
}

input.submitright
{	
	background: url(../img/button_back_right_small.jpg) no-repeat scroll left bottom transparent;
	width: 10px;
}

input.submitleft
{	
	background: url(../img/button_back_left_small.jpg) no-repeat scroll right bottom transparent;
	width: 10px;
}

