* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #c1272d;
	min-width: 900px;
	padding: 50px;
	color: #eee;
}

#tile {
	display: none;
}

#wrap-width {
	margin: auto auto;
	position: relative;
	background-color: #fff;
	max-width: 1200px;
}

#head {
	position: relative;
	height: 100px;
}

#head-left{
	float: left;
}

#head-center {
	position: absolute;
	left: 220px;
	right: 140px;
	height: 100px;
	
	background-image: url(../images/header-back.gif);
	background-repeat: repeat-x;
	background-position: 0 20px;
	
	/*border: 1px solid #000;*/
}

#head-center-text {
	position: absolute;
	left: 100px;
	top: 73px;
}

#head-center-section {
	position: absolute;
	top: 20px;
}

#head-center-image img{
	position: relative;
	top: 20px;
	left: 28px;
}

#head-right {

	position: relative;
	float: right;
	height: 79px;
	width: 195px;
	right: 34px;
	top: 20px;
	
	background-image: url(../images/header-right.gif);

	z-index: 50;
}

#login {
	position: absolute;
	top: 45px;
	left: 10px;
}

#login #login-image {
	position: absolute;
	display: inline;
	left: 35px;
}

#login .loginBtnTxt {
	position: relative;
	left: 5px;
	top: 5px;
}

#lang {
	position: relative;
	display: inline;
	top: 30px;
	left: 120px;
}

#print {
	position: relative;
	top: 45px;
	left: 92px;
}

#left {
	width: 120px;
	float: left;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 60px;
	/*border-right: 1px solid #c1272d;*/
}

#left-bottom {
	position: absolute;
	bottom: 38px;
	left: 0px;
	height: 42px;
	width: 100px;
	background-image: url(../images/left-bottom.gif);
	background-repeat: 	no-repeat;
	z-index: 10;
}

#left-bottom #sitemap {
	position: absolute;
	top: 10px;
	left: 10px;
}

#content {
	margin-left: 215px;
	margin-right: 230px;
	min-height: 500px;
	padding: 20px;
	padding-left: 30px;
	/*border-left: 1px solid #c1272d;*/
	background-image: url(../images/randV.gif);
	background-repeat: repeat-y;
}

#right {
	position: absolute;
	width: 220px;
	right: 10px;
	float: right;
	top: 99px;
	bottom: 45px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;	
	
	background-image: url(../images/randV.gif);
	background-repeat: repeat-y;
	background-position: 190px;
}

#footer {
	position: relative;
	left: 20px;
	height: 40px;
	bottom: 5px;
	margin-right: 54px;
	clear: left;
	
	background-image: url(../images/randH.gif);
	background-repeat: repeat-x;
}

#footer-content {
	position: relative;
	left: 10px;
	top: 18px;
}

#footer-content p {
	float: left;
}

#footer-content #zitat {
	position: absolute;
	left: 100px;
	right: 0px;
	text-align: center;
}

#footer-left {
	position: absolute;
	top: 5px;
}

#footer-mid {
	position: absolute;
	left: 195px;
}

#footer-right {
	position: relative;
	float: right;
}

.news {
	width: 180px;
	height: 200px;
	background-image:url('../images/news.gif');
	background-repeat: no-repeat;
}


