* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ABB0B5;
	font-size: 62.5%;
	margin: 0;
}

#wrapbody {
	background-color: #FFFFFF;
}

#verytop {
	height: 23px;
	background-image: url('./images/top_bg.gif');
	background-repeat: repeat-x;
	border-top: 10px solid #ABB0B5;
	text-align: right;
	padding-right: 4px;
}

#wrapheader {
	height: 130px;
}

#logo {
	position: relative;
	float: left;
	width: 182px;
	z-index: 1;
	height: 109px;
}

#headertop {
	background-image: url('./images/panel_1_bg.gif');
	background-repeat: repeat-x;
	height: 109px;
	/* text-align: center; */
}

#geldbild {
	background-image: url('./images/geld.jpg');
	background-repeat: repeat-x;
	width: 708px;
	height: 76px;
	position:relative;
	top: 4px;
}

#geldbild_ie {
	background-image: url('./images/geld.jpg');
	background-repeat: repeat-x;
	width: 526px;
	height: 76px;
	position:relative;
	top: 4px;
	float: left;
}

#banner {
	height: 81px;
	
}

#register {
	position: relative;
	float: right;
	width: 110px;
	z-index: 1;
	height: 81px;
}

#menubar {
	background-image: url('./images/panel_2_bg.gif');
	background-repeat: repeat-x;
	height: 28px;
	position: relative;
	text-align: center;
	width: 100%;
}

#menudiv {
	height: 28px;
	position: absolute;
	top: 114px;
	left: 0px;
	width: 100%;
}

#menubar td {
	padding: 0pt;
}

#wrapoverall {
	/*Selbst eingefuegter Div zwecks Hintergrundbild*/
	background-image:url('./images/bg.jpeg');
	background-repeat: repeat;
	background-position:center center;
	background-color:#FFFFFF;
	background-attachment:fixed;
}

#wrapgeneralinfo {
	/*Selbst eingefuegter Div um den Infos oben einen Hintergrund zu verpassen*/
	background-color:#EFEFEF;
	padding: 4px;
}

#wrapmenuleft {
	/*Unsere Menuleiste links, selbst reingepfuscht*/
	position: absolute;
	left:0px;
	top:173px;
	width:120px;
	background-color: #EFEFEF; /* #D3D4D6 */
	border: 1px solid #EF6616;
}

.leftmenubar {
	width: 100%;
	height: 20px;
	text-align: center;
	border-bottom: 1px solid #EF6616;
	margin-top: 5px;
}

#wrapcentre {
	margin: 10px 25px 0 150px;
	/*Original:
	margin: 15px 25px 0 25px;*/
}

#wrapsimple {
	margin: 15px 25px 0 25px;
}

#wrapfooter {
	height: 62px;
	clear: both;
	background-image: url('./images/footer_bg.gif');
	background-repeat: repeat-x;
}

#footerlink {
	position: absolute;
	padding-top: 2px;
	width: 60px;
	height: 0px;
	right: 20px;
	z-index: 2;
}

#verybottom {
	height: 25px;
	background: #ABB0B5 url('./images/footer_2_bg.gif') repeat-x;
	text-align: center;
	padding-top: 25px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
}

#headerbottom {
	background-color: #F9F9F9;
	height: 16px;
	border-bottom: 2px solid #EEEEEE;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	margin-bottom: 14px;
	width: 100%;
	position: relative;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.catheadline {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-align: center;
}

.forumrules {
	background-color: #ECD5D8;
	border: 3px solid #BC2A4D;
	padding: 10px 30px 10px 30px;
	margin-left: 50px;
	margin-right: 50px;
	color: #BC2A4D;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

hr.rules {
	color: #BC2A4D;
	background-color: #BC2A4D;
	height: 1px;
}