body, html {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	margin:					0px;
	padding:				0px;
	background-color:		transparent;
}

#mainframe {
}

#header {
	position:				relative;
}

#title {
	font-size:				13px;
	font-weight:			bold;
	color:					#666666;
	margin:					0;
	margin-bottom:			10px;
	margin-left:			10px;
	padding:				0;
	text-align:				left;
	border-bottom:			1px solid #666666;
}

#menue {
	display:				none;
}

a.menue {
	display:				none;
}

a.menue .hammer {
	display:				none;
}

a.home .hammer {
	display:				none;
}

a.active {
	display:				none;
}

a.menue:hover {
	display:				none;
}

a.menue:hover .hammer {
	display:				none;
}

#claimbar {
	height:					16px;
}

#claimbar ul {
	margin:					0;
	margin-left:			7px;
	margin-top:				-5px;
	padding:				0;
	list-style-type:		none;
}

#claimbar li {
	display:				block;
	float:					left;
	font-size:				10px;
	display:				inline;
	color:					#666666;
	text-align:				center;
	margin:					0;
	margin-left:			3px;
	margin-right:			3px;
	padding:				0;
	background-image:		none !important;
	background-position:	center 20px;
	background-repeat:		no-repeat;
	cursor:					default;
}

#content_left {
	display:				none;
}

#content_main {
	margin-left:			0px;
}

#footer {
	display:				none;
}

.clear {
	visibility:				hidden;
	width:					0;
	height:					0;
	border:					0px none;
	clear:					both;
}

h1 {
	background-image:		none !important;
}
