 @media all {

/* mac hide\*/

html, body {
	height:100%
}
/* end hide */

body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1000px;
	background: #FFF;
	color: #333;
	font-size: 72%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#outer {
	height:100%;
	min-height:100%;
	width:1000px;
	color: #333;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(/fileadmin/images/outer_bg.gif) repeat-y;
	position:relative;
}
html>body #outer {
	height:auto;
}
#banner {
	float:right;
	width:225px;
	height:180px;
	margin: -422px 10px 0 0;
}
#inner {
	float:left;
	width:720px;
}
#header {
	position:absolute;
	top:0;
	left:0;
	width:1000px;
	height:178px;
	overflow:hidden;
	background-image: url(/fileadmin/images/header_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#logo {
	position:absolute;
	top:22px;
	left:75px;
	width:100px;
	height:102px;
	overflow:hidden;
	color: #333;
}
#slogan {
	position:absolute;
	top:40px;
	left:270px;
	width:450px;
	height:82px;
	overflow:hidden;
	color: #333;
	background: #FFF;
	z-index:100;
}
#language {
	position:absolute;
	top:150px;
	left:270px;
	width: 150px;
	height:20px;
	color: #FFF;
}
#icons {
	position:absolute;
	top:140px;
	left:251px;
	width:497px;
	height:33px;
	overflow:hidden;
	text-align: right;
	color: #333;
	background: url(/fileadmin/images/icons_bg2.gif) no-repeat #B1B3B4;
	background-position: top right;
}
#iconset {
	margin: 5px 15px 0 0;
}
#icons form {
	display: inline;
	padding:0;
	margin:0;
}
#icons img {
	margin: 5px;
}
#newsheader {
	position:absolute;
	top:140px;
	right:0;
	width:246px;
	height:33px;
	overflow:hidden;
	text-align: left;
	color: #333;
	background: #FFF;
	background: url(/fileadmin/images/grey_bg.gif) no-repeat #E6E6E6;
	background-position: top right;
	z-index:200;
}
#path {
	position:absolute;
	top:180px;
	left:270px;
	width:480px;
	height:20px;
	overflow:hidden;
	color: #333;
}

#search {
	position:absolute;
	top:100px;
	right:0px;
	width:246px;
	height:30px;
	overflow:hidden;
	color: #333;
	background: #FFF;
	z-index: 300;
}
.suchfeld {
	position: absolute;
	top: 0px;
	left: 60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
	height: 16px;
	line-height: 15px;
	color: #999;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	background-color: #FFF;
	padding: 0 0 0 5px;
	margin:0;
}
.submitbutton {
	position: absolute;
	top: 0px;
	right: 0px;
}
#left {
	position:relative;
	width:246px;
	float:left;
	padding-top:141px;
	padding-bottom:60px;
	display: inline;
	z-index: 300;
}
#right {
	position:relative;
	width:236px;
	float:right;
	padding-top: 200px;
	padding-bottom:60px;
	overflow:hidden;
}
#footer {
	width:1000px;
	clear:both;
	height:80px;
	background: url(/fileadmin/images/footer_bg.gif) no-repeat;
	color: #333;
	text-align:left;
	left:0;
	bottom:0;
	position: absolute;
}
#footer p {
	position: absolute;
	bottom: 5px;
	left: 25px;
	margin: 0;
	padding: 0;
}
#footer .toplink{
	position: absolute;
	bottom: 50px;
	left: 707px;
	margin: 0;
	padding: 0;
}
* html #footer {
	/*only ie gets this style*/
	\height:82px;
	/* for ie5 */
	he\ight:80px;/* for ie6 */
}
#centrecontent {
	width:450px;
	float:right;
	padding-top:200px;
	padding-bottom:60px;
}
#clearfooter {
	width:100%;
	height:80px;
	clear:both
}
}

 @media print {
 #header,#right,
 #left {
 	display: none;
 }
 #centrecontent {
	width:100%;
	float:left;
	padding-top:0;
	padding-bottom:0;
}
 }
