body {
	background: #4B8394;
	margin: 0px;
	padding: 0px;
	font-size: 100.01%;
	position: relative;
}

#all {
	text-align: center;
}

#wrapper {
	width: 1024px;
	margin: 0px auto;
	text-align: left;
	background: #F8E9B8;
	border-left: solid 3px #EAD959;
	border-right: solid 3px #EAD959;
	border-bottom: solid 3px #EAD959;
}

#header {
	width: 1024px;
	border-top: solid 3px #EAD959;
	border-bottom: solid 3px #EAD959;
}

.head {
	height: 188px;
}

/* hier kommen die CustomSections*/
#inwrapper {
	width: 1018px !important;
	width: 1024px;
	min-height: 355px;
	border-top: solid 3px #EAD959;
}

#menu {
  background: url('images/menu.png') repeat-x;
  width: 1024px;
  height: 30px;
	border-bottom: solid 3px #EAD959;
  }
  
 /*CustomSections Ende */
  
#left, #right {
	width: 150px;
	height: 345px;
	background: url('images/layer.png');
	top: 10px;
	position: relative;
}

#left {
	float: left;
	left:10px;
}

#main {
	width: 694px !important;
	width: 724px;
	float: left;
	position: relative;
	min-height: 350px;
}

#right {
	right: 10px;
	float: right;
}

.clear {
	width: 1024px;
	height: 0px;
	clear: both;
	float: none;
}

#footer {
	width: 1024px;
	height: 73px;
	background: #F8E9B8 url('images/footer.png') no-repeat;
}

.offset {
	padding: 10px 15px 15px 15px;
}

.foot_text {
	padding: 45px 45px 5px 45px;
	margin: 0px;
	font-size: 13px;
	text-align: center;
	color: #4D5491;
	font-weight: bold;
}

.foot_text a {
	color: #4D5491;	
	font-size: 13px;
	font-weight: bold;
}

#powered p, #powered a {
	padding: 0px;
	margin-top: 20px;
	font-size: 9px;
	text-align: center;
}

select,input,textarea {
	font-size: 99%;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

.inside {
	position: relative;
	text-align: left;
}

.block {
	overflow: hidden;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: none;
}