.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0;
	padding: 0;
	background: transparent;
}

#standard {
	margin-bottom: 15px;
}

#standardContainerHeader {
	height: 31px;
	overflow: hidden;
}

#standardContainerHeaderLeft {
	background: url(images/HeaderLeft.gif) no-repeat top left;
	float: left;
	height: 100%;
	width: 2%;
}

#standardContainerHeaderRight {
	background: url(images/HeaderRight.gif) no-repeat right top;
	float: right;
	height: 100%;
	width: 98%;
}

#ContainerContent {
	width:100%;
}

#Content {
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	padding: 5px;
}

#Content ul li {
	list-style-type: none;
	list-style-position: inside;
	font-size: 14px;
	font-weight: bold;
}

#standardContainerFooter {
	overflow: hidden;
	height: 11px;
}

#standardContainerFooterLeft {
	background: url(images/FooterLeft.gif) no-repeat top left;
	float: left;
	height: 100%;
	width: 2%;
}

#standardContainerFooterRight {
	background: url(images/FooterRight.gif) no-repeat top right;
	float: right;
	height: 100%;
	width: 98%;
}

#gradientContainerFooter {
	height: 27px;
	overflow: hidden;
}

#gradientContainerFooterLeft {
	background: url(images/GradientFooterLeft.gif) no-repeat top left;
	float: left;
	height: 100%;
	width: 2%;
}

#gradientContainerFooterRight {
	background: url(images/GradientFooterRight.gif) no-repeat top right;
	float: right;
	height: 100%;
	width: 98%;
}

#standard .Head {
	color:#666666;
	display:block;
	font-family:Arial;
	font-size:1.3em;
	font-weight:bold;
	height:23px;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	text-decoration:none;	
}



/* Gray Box */
#gray_box {
border: 1px solid #CDCDCD;
margin-top: 0px;
background: #efefef;
padding:5px;
}


#gray_box .Normal, .NormalDisabled {
font-family:Arial;
font-size:10pt;
font-weight:bold;
text-align:left;
text-decoration:none;
}

#gray_ContainerContent {background: #efefef;}


#gray_Content {background: #efefef; }

/* Gray Box mit festern Breite*/
#gray_box_width {
border: 1px solid #CDCDCD;
margin-top: 10px;
background: #efefef;
padding:5px;
width: 500px;
margin-left: auto;
margin-right: auto;
}

#gray_box_width .Normal, .NormalDisabled {
font-family:Arial;
font-size:10pt;
font-weight:bold;
text-align:left;
text-decoration:none;
}

