body {
	background-color: #ffffff;
	background-image: url("../img/rheinsberg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% 100%;
}
#wrapper {
	margin: 10px auto 10px;
	height: 100%;
	width: 992px;
	background-color: rgba(255,255,255,0.95);
	border: 10px solid #fff;
	box-shadow: 0px 2px 26px 0px rgba(150, 150, 150, 0.55);
}
#centerwrapper {
	border: 1px solid #a06335;
	margin: 0pt auto;
	width: 990px;
	position: relative;
	height: 100%;
	min-width: 775px;
	background-image: url("../img/head_backgr2.gif");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 332px;
}
#header {
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url("../img/head.gif?xyz");
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 110px;
	
}
#maincontent {
	padding: 0pt;
	overflow: auto;
	position: relative;
	min-height: 35em;
	width: 100%;
	
}
#col2andcol1 {
	padding: 0px;
	width: 82%;
	position: relative;
	height: auto;
	float: left;
	
}
#leftside {
	overflow: visible;
	width: 25%;
	height: 100%;
	float: left;
	clear: left;
	padding-top: 15px;
	
}
#maincolumn {
	margin: 15px 0px 0px;
	padding: 5px 10px 5px 15px;
	overflow: visible;
	float: right;
	width: 70%;
	height: auto;
	
}
#rightside {
	margin: 15px 0pt;
	top: 0pt;
	right: 0pt;
	width: 18%;
	float: right;
	height: 100%;
	
}
#footer {

	clear: both;
	padding-left: 4px;
	font-size: 80%;
	margin-top: 10px;
	
}
#invisibleNaviLink {
	visibility: hidden;
	
}
* html #footer {
	margin-top: 200px;
	
}
#header_text {
	color: #ffffff;
	font-family: "Lucida Grande","Vera Sans","Lucida Sans",Helvetica,Arial,sans-serif;
	font-style: italic;
	font-size: 30px;
	text-align: right;
	padding-right: 10px;
	position: relative;
	padding-bottom: 2px;
	
}
#textrinum_made {
	display: inline;
	
}
#search_box {
	top: 0px;
	right: 80px;
	position: absolute;
	background-image: url("../img/search_backgr.gif");
	background-repeat: no-repeat;
	background-position: center -6px;
	width: 220px;
	height: 27px;
	padding-top: 4px;
	text-align: center;
	z-index: 124;
	font-size: 11px;
	
}
#search_box_input {
	border: 1px solid #afafaf;
	font-size: 11px;
	
}
