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

#all {
	text-align: center;
}

#wrapper {
	width: 1026px;
	margin: 0px auto;
	text-align: left;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #640D0E;
}

#header {
	width: 1024px;	
	border-right: 1px solid #640D0E;
	border-bottom: 1px solid #640D0E;
}

.head {
	height: 271px;
}

/* hier kommen die CustomSections*/
#custom {
	width: 1024px;
	height: 25px;
	background: #FFF;
	clear: both;
	float: none;
}

#left {
	width: 200px;
	background: #640D0E;
	float: left;
}

#main {
	width: 764px !important;
	width: 824px;
	background: #FFFFFF url('images/shadow.png') repeat-y left top;
	float: right;
	min-height: 1525px;
	position: relative;
	border-right:1px solid #640D0E;
}

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


#footer {
	width: 1024px;
	background: #640D0E;
	position: relative;
}

.offset {
	padding: 10px 30px;
}


.foot_text {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}

.foot_text a {
	color: #FFFFFF;	
	font-size: 11px;
}

#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;
}
