@CHARSET "UTF-8";

body  {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: rgb(50, 50, 50); 
	font-family: Calibri ,Arial,sans-serif; 
	color: rgb(190, 190, 190); 
}
.container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 1027px;
	}
img {border:none;}
h1 {
	font-weight: normal;
	font-size: 34px;
	margin: 10px 5px;
	color: rgb(53, 73, 198);
	line-height: 1em;
}
* html h1 { 
	margin: 10px 5px;
}
a {
	color: rgb(190, 190, 190);
  	text-decoration: underline;
  	outline-style: none;
}
.blk-links {
	position: fixed;
	width: 47px;
	height: 100%;
	background: url(../img/balken.gif) repeat-y;
	z-index:10; 
	/*
	border-left: dashed rgb(190, 190, 190)  1px;
	border-right: dashed rgb(190, 190, 190)  1px;
	*/
}
* html .blk-links {
	position: absolute;
	}
.content {
	position: absolute;
	top: 100px;
	margin-left: 47px;
	padding-bottom: 55px;
}
* html .content {
	position: relative;
	padding-left: 47px;
	padding-bottom: 135px;
	}
.utext1 { 
/*	height: 10px; */
	width: 940px;
	text-align: right;
	padding-top: 10px;
/*	line-height: 1em; */	
}
.utext2 { 
/*	height: 10px; */
	width: 980px;
	text-align: right;
	padding-top: 5px; 
/*	line-height: 1em;	*/	
}
.cont-txt {padding: 0 5px; }
.blk-unten {
	position: fixed;
	left: 0;
	bottom: 0; 
	height: 48px;
	border-top:dashed rgb(190, 190, 190) 1px;
	width: 100%;
	text-align:right;
}
* html .blk-unten {
	position: relative;
	left: 94px;
	width: 980px;
	border-top: none;
	}
* html .footer {
	background: transparent;
	padding: 20px 0 10px 5px;
	}
.footer {
	margin-left:47px;
	padding: 20px 10px 10px;
	background: rgb(50, 50, 50);
	}
