 @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: Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}

body.color1 #outer #inner #centrecontent b {
	color:#2F5431;
}

body.color2 #outer #inner #centrecontent b {
	color:#6E6502;
}

body.color3 #outer #inner #centrecontent b {
	color:#7D352D;
}

#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;
}
#inner {
	float:left;
	width:740px;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:1000px;
	height:141px;
	overflow:hidden;
	background: url(/fileadmin/images/header_bg.gif) no-repeat #FFF;
	color: #333;
	z-index:900;
}
#header1 {
	position:absolute;
	top:20px;
	left:0px;
	width:246px;
	height:117px;
	overflow: hidden;
}
#header2 {
	position:absolute;
	top:20px;
	left:251px;
	width:246px;
	height:80px;
	overflow: hidden;
}
#header3 {
	position:absolute;
	top:20px;
	left:502px;
	width:246px;
	height:80px;
	overflow: hidden;
}
#logo {
	margin: 40px auto 0 auto;
	width:100px;
	height:102px;
	overflow:hidden;
	color: #333;
	z-index:1000;
}
#icons {
	position:absolute;
	top:104px;
	left:251px;
	width:497px;
	height:33px;
	overflow:hidden;
	text-align: right;
	color: #333;
	z-index:100;
	background: url(/fileadmin/images/icons_bg.gif) no-repeat #E6E6E6;
	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:104px;
	right:0;
	width:247px;
	height:33px;
	overflow:hidden;
	text-align: left;
	color: #333;
	z-index:100;
	border-bottom: solid 4px #FFF;
	background: url(/fileadmin/images/grey_bg.gif) no-repeat #E6E6E6;
	background-position: top right;
}
#path {
	position:absolute;
	top:142px;
	left:260px;
	width:480px;
	height:30px;
	overflow:hidden;
	color: #333;
	z-index:100;
}

#search {
	position:absolute;
	top:20px;
	right:0;
	width:247px;
	height:80px;
	overflow:hidden;
	color: #333;
	z-index:100;
	background: url(/fileadmin/images/search_bg.gif) no-repeat;
}
.suchfeld {
	position: absolute;
	top: 20px;
	left: 20px;
	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: 20px;
	right: 40px;
}
#left {
	position:relative;
	width:246px;
	float:left;
	padding-top:141px;
	padding-bottom:60px;
	display: inline;
	z-index:250;
}
#right {
	position:relative;
	width:236px;
	float:right;
	padding-top: 170px;
	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:480px;
	float:right;
	padding-top:190px;
	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;
}
 }

