html, body {
	font-family: Arial, sans-serif, Courier;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	min-height: 101%;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px transparent none;
}

#blockError {
	position: absolute;
	top: 10%;
	left: 15%;
	background-color: #CCCCCC;
	z-index: 99999;
	width: 70%;
	height: 80%;
	overflow: auto;
	border-width: 2px;
	border-color: #333333;
	border-style: solid;
	padding: 3px;
	text-align: left;
	}

#root {
	min-height: 100.1%;
	position: relative;
	display: inline-block;
	width: inherit;
}

#rootOuter {
	position: relative;
}

.defaultFull {
  height: 100%;
}	

.blockTitleOne {
  clear: both;
	text-align: left;
	overflow: hidden;
}

.blockTitleOne_empty {
  text-align: left;
	overflow: hidden;
	height: 0px;
}

.blockTitleOne_inner {
  text-align: left;
	overflow: hidden;
	height: 100%;
}

.blockTitleTwo {
  clear: both;
}

.blockTitleTwo_empty {
  text-align: left;
	overflow: hidden;
	height: 0px;
}

.blockTitleTwo_inner {
  text-align: left;
	overflow: hidden;
	height: 100%;
}

.mainContent {
  clear: both;
}

#blockGeneralContent_inner {
  height: 100%;
}

.blockLeft {
	float: left;
}

.blockLeft_empty {
  min-height: 100px;
}

/*evtl. margin-left und margin-right konfigurierbar machen*/
.blockLeft_inner {
	text-align: left;
  min-height: 100px;
  height: 100%;
}

.generalCenter {
  text-align: left;
}

.generalCenterContent_inner {
  height: 100%;
}

.generalCenterFormPage_inner {
  height: 100%;
}

.blockRightOne {
	float: left;
}

/*evtl. margin-left und margin-right konfigurierbar machen*/
.blockRightOne_inner {
	text-align: left;
	height: 100%;
}

.blockRightOne_empty {
  min-height: 200px;
}

.blockRightTwo {
	float: left;
}

.blockRightTwo_empty {
  height: 200px;
}

.blockRightTwo_inner {
  text-align: left;
  height: 100%;
}

/*style für blockliste*/
.blocksysOuter {
  text-align: left;
}
/*style für block*/
.blocksysInner {
  text-align: left;
	overflow: hidden;
}
/*style für blockheader*/
.blockHeaderText {
  text-align: left;
}

.blockHeaderImage {
  text-align: left;
}

.blockAdd {
  text-align: left;
}

.blockAdd_empty {
	height: 0px;
}

.blockAdd_inner {
  text-align: left;
  overflow: hidden;
  height: 100%;
}

.blockBottom {
  text-align: left;
}

.blockBottom_empty {
  height: 20px;
}

.blockBottom_inner {
  text-align: left;
  overflow: hidden;
  height: 100%;
}

/*END ALLGEMEINES BLOCKDESIGN*/


/* Definitionen für Requester-System */
.requesterSmall {
	position: fixed;
	left: 25%;
	top: 25%;
	background-color: #D8D9D9;
	border-width: 2px;
	border-color: #333333;
	border-style: solid;
	visibility: hidden;
	max-width: 480px;
  width: 480px;
/*  height: 370px;*/
  margin: auto auto;
  text-align:left;
}

.requesterBig {
	position: fixed;
	background-color: #D8D9D9;
	border-width: 2px;
	border-color: #333333;
	border-style: solid;
	visibility: hidden;
	left: 10%;
	top: 10%;
  width: 640px;
  height: 480px;
  text-align:left;
}

.requesterBackground {
  background-image: url(../images/site/transgray.gif);
  background-repeat: repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.requester:hover {
	background-color: #DFDFDF;
}

.requesterTitleBar {
	height: 21px;
	background-image: url(../images/site/list/headerMiddle.gif);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.requesterOptionMain {
	background-color: #d8d9d9;
	padding: 0px;
}

.requesterOptionMain:hover {
	background-color: #e5e5e5;
}
/*
.requesterMessageSpacer {
	height: 20px;
}

.requesterOptionSpacer {
	height: 20px;
}
*/
/*
.requesterOptionPic {
	width: 40px;
	vertical-align: top;
	padding-right: 10px;
}

.requesterOptionDescription {
	font-size: 11px;
	font-style: italic;
}
*/
.helptext {
	color:#333333; 
  font-family: Arial, sans-serif; 
  font-size: 12px; 
  line-height: 17px;
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  text-decoration: none; 
/*
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 17px 0px;
  height: 278px;
	width: 400px;
	border: 1px solid #464646;
*/
  background-color: white;
  z-index: 40;
  position: absolute;
  text-align: left;
  vertical-align: top;
}

.input_readonly {
  background-color: #DEDBDE; 
  border: 1px solid transparent;
}

.input_editable {
  background-color: #FFFFFF; 
  border: 1px solid #464646;
}
