html, body {
	height: 100%;
}

html, body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	background-color: #F9F9F9;
	font-size: 14px;
	margin: 0;
	padding: 0 0 50;
	background-attachment: fixed;
	background-image: url(pictures/body_bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;

}

#bodycontent {
	padding: 0px 10px 10px;
	margin: 10px 0px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-image: url(pictures/whiteblank_1x1x256.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left top;
	z-index: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF9900;

}

a img {
  background-color: #FFFFFF;
}

.exampleimage {
	font-size: 10px;
	float: none;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.listtable {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
.listtable th {
	font-weight: bold;
	background-color: #E5E5E5;
	text-align: center;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.listtable td {
	font-weight: normal;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.listtable_leftalign {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	text-align:left;
}
.listtable_leftalign th {
	font-weight: bold;
	background-color: #E5E5E5;
	text-align: center;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.listtable_leftalign td {
	font-weight: normal;
	text-align: left;
	height: 20px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 5px;
}
.imagediv_left {
	float: left;
	text-align: center;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding: 5px 5px 3px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: left;
}
.image {
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.warnbox {
	background-attachment: scroll;
	background-color: #FFF2F2;
	background-image: url(pictures/warnung.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
	border: 2px solid #FFAEAE;
	clear: both;
	vertical-align: top;
	min-height: 40px;
}
.infobox {
	background-attachment: scroll;
	background-color: #E8EDF8;
	background-image: url(pictures/info.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 50px;
	border: 2px solid #7693CF;
	clear: both;
	vertical-align: top;
	min-height: 35px;
}
.imagediv_right {
	float: right;
	text-align: center;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	padding: 5px 5px 3px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.imagediv_center {
	text-align: center;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	margin-top: 3px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
p {
	cursor: default;
	margin-top: 0px;
	padding-top: 0px;
}
.flatedit {
	background-color: #F9F9F9;
	border: 1px solid #999999;
}
.windowtable {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
.windowtable th {
	font-weight: bold;
	background-color: #E5E5E5;
	text-align: center;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.doscode {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	width: 670px;
	padding: 5px 5px 5px 7px;
	border: 4px solid #CCCCCC;
}
.doscode strong {
	color: #FFFF00;
}
.doscode em {

	color: #93E7FF;
}
.toc {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	display: table;
	width: 0;
	overflow: visible;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
}

.toc p {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	display: table-caption;
}

.toc ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	white-space: nowrap;
}

dl {
	margin: 0 0 0 30px;
	padding: 0;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

dd {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 5px;
}
