* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
}
body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
}
div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}
html, body {
	height: 100%;
}
div#wrapper {
	position: absolute;
	top:0px;
	left:0px;
	width: 1250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#header {
	width:100%;
	height: 100px;
}
div#centerColNorm {
	width: 835px;
	margin: 50px 65px 0px 80px;
}
div#centerCol {
	float:left;
	width: 325px;
	margin: 50px 30px 0px 80px;
}
div#rightCol {
	float:left;
	width: 750px;
	margin: 50px 0px 30px 65px;
}
div#rightCol, div#centerCol {
	padding-bottom: 45px;
}
div#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 1250px;
	height: 25px;
}
div.copyright {
	position: absolute;
	top: 0px;
	left: 80px;
	font-size : 11px;
}
div.copyright a, div.copyright a:link, div.copyright a:visited, div.copyright a:hover{
	font-size : 11px;
	color : #808080;
	text-decoration: none;
}
div.getup {
	position: absolute;
	top: 0px;
	left: 1100px;
}
div.getup a, div.getup a:link, div.getup a:visited, div.getup a:hover {
	font-size : 11px;
	color : #808080;
	text-decoration: none;
}
/*RESET ALL: */
* {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height:18px;
	color : #808080;
}
a {
	color: #003C68;
	text-decoration: underline;
}
a:link {
	color: #003C68;
	text-decoration: underline;
}
a:visited {
	color: #003C68;
	text-decoration: underline;
}
a:hover {
	color: #003C68;
	text-decoration: underline;
}
a:active {
	color: #003C68;
	text-decoration: underline;
}
/*im Firefox keine gepunktete Outline bei klick */
a:focus {outline:0;}
/*Liste passend einrücken */
ul {
	margin-left:0.5em; 
	padding-left:0.5em;
}
div.content-right p.bodytext {
	padding-right:60px;
	text-align:justify;
	width:460px
}
div.content-right table.contenttable tbody tr td p {
	padding-right:60px;
	text-align:justify;
}
img {
	padding-bottom:2px;
}
h1 {
	margin-bottom:20px;
}
/* Logo ------------------------------------------------------------- */
#logo {
	position: absolute;
	top:55px;
	left:80px;
	width:150px;
	height: 20px;
	font-weight:normal;
}
#logo a, #logo a:link, #logo a:visited, #logo a:hover {

	text-decoration: none;
	color: #808080;
	display:block;
}
/* ---------- */
/* Hauptnavigation ------------------------------------------------------------- */
#topNav {
	position: absolute;
	top:55px;
	left:245px;
	width:975px;
	height: 20px;
}
span.navNormal a, span.navNormal a:link, span.navNormal a:visited{
	color: #808080;
	text-decoration: none;
	margin-right:7px;
	margin-left:7px;
}
span.navNormal a:hover{
	color : #003C68;
	text-decoration: none;
	margin-right:7px;
	margin-left:7px;
}
span.navPressed a, span.navPressed a:link, span.navPressed a:visited, span.navPressed a:hover{

	color : #003C68;
	text-decoration: none;
	margin-right:7px;
	margin-left:7px;
}
.navpipe {
	color: #1A171B;
}
.navpipeL {
	color: #1A171B;
	margin-right:9px;
}
/* ---------- */
/* ----Inhalt Rchts wird von .content-right gewrappt------ */
.content-right {
	clear: both;
	margin-bottom:30px;

}
/* ----Sprachumschalter------ */
.lang {
	width:50px;
	height: 20px;
}
.lang a, .lang a:link, .lang a:visited{
	color: #808080;
	text-decoration: none;
}
.lang a:hover{
	color : #003C68;
	text-decoration: none;
}