.bl {background: url(img/bl.gif) 0 100% no-repeat #dddddd}
.bl-hl {background: url(img/bl-hl.gif) 0 100% no-repeat #3D5A7D}
.br {background: url(img/br.gif) 100% 100% no-repeat}
.br-hl {background: url(img/br-hl.gif) 100% 100% no-repeat}
.tl {background: url(img/tl.gif) 0 0 no-repeat}
.tl-hl {background: url(img/tl-hl.gif) 0 0 no-repeat}
.tr {background: url(img/tr.gif) 100% 0 no-repeat; padding:10px}
.tr-hl {background: url(img/tr-hl.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.DASHED {
				background-color : #EFEFEF;
				border : 1px dashed #999;
				padding : 8px;
				display : block; 
}

BODY {
	background: #f5f5f5;
	margin: 0px; padding: 0px;
	height: 100%;
}

.oben {
	font-size: 14px;
  color: #111111;
  text-align: justify;
	line-height: 120%;
}

p {
	font-size: 14px;
  color: #111111;
  text-align: justify;
	line-height: 150%;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}

A,A:link,A:visited, A:active,A:hover {
  color: #555555;# text-decoration: none;
}

ol {
	font-size: 14px;
}

ul.eck {
	font-size: 14px;
	list-style-image:url(/img/eck.gif);
	line-height: 140%;
}


/* HEADER */

.shadow1 {
	background-color: #999999;
	border-bottom: 1px solid #BBBBBB;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.shadow2 {
	background-color: #DDDDDD;
	height:1px;
	font-size: 1px;
	width: 100%;
}

.header {
	background: #3D5A7D;
	border-bottom: 1px solid #333333;
	padding: 3px 10px 3px 10px;
}

.framework {
	width: 100%;
}

.head {
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}


/* FOOTER */

.footer {
	background: #8DAACD;
	colorcolor: #444444;
	border-top: 1px solid #333333;
	font-family: Verdana;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 40px;
}

.footertext {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}


