html {
	height: 100%;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #595959;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

/** Inputs **/
input, textarea, select {
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	min-width: 143px;
	min-height: 22px;
}

/** Bilder **/
img {
	border: none;
}

/** Links **/
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
}

/** Headings **/
h1 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}
h3 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 11px;
}

/** Wrapper **/
.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/** Header **/
#header {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.header_head {
	width: 990px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/head.png);
	background-repeat: no-repeat;
	background-position: center;
}
.header_main {
	width: 988px;
	background-color: #e8e8e8;
	padding: 1px;
	/*padding-top: 0px;*/
}

/** Login **/
#login {
	background-color: #ffffff;
	color: #000000;
	font-weight: normal;
	height: 140px;
	width: 175px;
	float: right;
	text-align: center;
	padding: 5px;
}
#login h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 1px;
	text-decoration: none;
}
.login_input {
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #e8e8e8;
	width: 143px;
	height: 22px;
}
.login_button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	background-color: #1d1d1d;
	border: 0;
	width: 95px;
	height: 24px;
}
.loginNavi {
	text-align: left;
}
.loginNavi .left {
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	width: 50%;
}
.loginNavi .right {
	padding: 0px;
	margin: 0px;
	float: right;
	display: block;
	width: 50%;
}

/** Menu **/
#menu {
	position: relative;
	float: left;
	padding: 0px;
	margin-left: 10px;
	text-align: center;
	width: 142px;
	height: 26px;
}
.menu_footer {
	background-image:url(images/menu_bg.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	width: 142px;
	height: 26px;
	cursor: pointer;
}
.menu_content {
	border: 1px solid #1c1c1c;
	border-top: 0px;
	margin: 0px;
	background-color: #333333;
	width: 140px;
	font-weight: normal;
	font-size: 10px;
	display: none;
	text-align: left;
}
.menuItem {
	text-decoration: none;
	background-color: #363636;
	border-top: 1px solid #1c1c1c;
}
.menuItem a {
	padding: 3px 20px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.menuItem a:hover {
	text-decoration: underline;
}

/** Serverstatus **/
.serverstatus {
	position: relative;
	float: left;
	padding: 0px;
	margin-left: 10px;
	text-align: center;
	width: 142px;
	height: 26px;
}
.serverstatus_footer {
	background-image:url(images/serverstatus_footer.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-weight: bold;
	width: 142px;
	height: 26px;
	cursor: pointer;
}
.serverstatus_details {
	border: 1px solid #e8e8e8;
	border-top: 0px;
	margin: 0px;
	padding: 5px;
	padding-top: 0px;
	background-color: #ffffff;
	width: 130px;
	font-weight: normal;
	font-size: 10px;
	display: none;
	text-align: left;
}
.serverstatus_details h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 1px;
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
.serverstatus_details p {
	margin: 0px;
	margin-bottom: 1px;
}
.serverstatus_details .progressbar_bg {
	border: 1px solid #55778a;
	background-color: #ffffff;
	position: relative;
	height: 12px;
	width: 128px;
}
.serverstatus_details .progressbar_progress {
	border-right: 1px solid #55778a;
	background-color: #2c88bb;
	height: 12px;
}
.serverstatus_details .progressbar_percent {
	position: absolute;
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	left: 35%;
}
.serverstatusonline {
	color: #77d74e;
}
.serverstatusoffline {
	color: #d74e4e;
}

/** Info **/
.info_header_main {
	background-image:url(images/content_header.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #ffffff;
}
.info_box_main {
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	width: 988px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
}
.info_cat_header {
	background-image:url(images/cat_bg.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 240px;
	margin-left: 6px;
	margin-top: 3px;
	color: #ffffff;
	float: left;
}
.info_cat_header p {
	font-weight: bold;
	padding: 0px;
	padding-top: 12px;
	padding-left: 15px;
	margin: 0px;
}
.info_cat_box {
	border-right: 1px solid #e8e8e8;
	background-color: #ffffff;
	width: 234px;
	padding: 5px;
	padding-right: 5px;
	padding-left: 6px;
	z-index: 1;
}
.info_cat_box a {
	text-decoration: none;
}

/* Content switching Backgrounds */
.bg1 {
	background-color: #f5f5f5;
}

/* Top 10 */
.top10 {
	font-weight: bold;
	text-decoration: underline;
}

/* Rangliste */
.charname, .charname a {
	color: #77add7;
	font-weight: bold;
	text-decoration: none;
}
.charname a:hover {
	color: #6898bd;
	text-decoration: underline;
}
.trend {
	color: #d9d9d9;
	padding: 0px;
	margin: 0px;
}

/** Content **/
.content_header {
	background-image:url(images/content_header.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	color: #ffffff;
}
.content_header p {
	font-weight: bold;
	padding: 0px;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0px;
}
.content_box {
	border: 1px solid #e8e8e8;
	background-color: #ffffff;
	width: 978px;
	min-height: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-top: 5px;
}

/** Footer **/
#footer {
	background-image:url(images/footer.png);
	background-repeat: no-repeat;
	position: relative;
	bottom: 0px;
	left: 50%;
	height: 24px;
	width: 990px;
	margin-left: -495px;
	color: #ffffff;
	margin-top: 45px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #d2d2d2;
	text-decoration: underline;
}
#footer div.left {
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0px;
	float: left;
}
#footer div.center {
	padding: 0px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0px;
	text-align: center;
}
#footer div.right {
	padding: 0px;
	padding-top: 5px;
	padding-right: 5px;
	margin: 0px;
	float: right;
}

/** Info & Error Boxen **/
.error {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	background-color: #ffa0a0;
	border: 1px solid #ff6262;
}
.info {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	background-color: #feffc2;
	border: 1px solid #fcff59;
}

/** Character Details **/
#inventory {
	width: 320px;
	float: left;
	margin-right: 20px;
}
#inventory div.left {
	float: left;
	margin-right: 10px;
}
#inventory div.right {
	float: right;
	margin-left: 10px;
}
#inventory div.center {
	text-align: center;
}
#inventory div.inventoryIcon {
	width: 32px;
	height: 32px;
	margin-bottom: 5px;
}
#characterInformation {
	float: left;
	margin-left: 10px;
}
#characterInformation p {
	margin: 0px;
	padding: 0px;
}

/** Votepanel **/
.votepanelModule {
	margin-top: 10px;
}
.votepanelModule_details {
	border: 1px dotted #e8e8e8;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fbfbfb;
}
.reward {
	border: 1px dotted #e8e8e8;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fbfbfb;
	margin-bottom: 10px;
}

/** Adminoptions **/
.adminoptions {
	border: 1px dotted #e8e8e8;
	padding: 5px;
	padding-top: 0px;
	margin-top: 10px;
	background-color: #fbfbfb;
	text-align: right;
}

/** Andere Style Klassen **/
.icon16 {
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
}
.icon16Links {
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	float: left;
	margin-right: 5px;
}
.iconLinks {
	float: left;
	padding-right: 5px;
}
.iconText16 {
	margin: 0px;
	margin-bottom: 5px;
	line-height: 16px;
	font-size: 11px;
}
.centerDiv {
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-align: left;
}
.spacer {
	clear: both;
	margin-top: 5px;
}
.clear {
	clear: both;
}


/* Item-Tooltips
	.q0 Poor
	.q1 Common
	.q2 Uncommon
	.q3 Rare
	.q4 Epic
	.q5 Legendary
	.q6 Artifact
	.q7 Red???
	.q8 Artifact???
*/
.q  { color: #ffd100 !important }
.q0, .q0 a { color: #9d9d9d !important }
.q1, .q1 a { color: #ffffff !important }
.q2, .q2 a { color: #1eff00 !important }
.q3, .q3 a { color: #0070dd !important }
.q4, .q4 a { color: #a335ee !important }
.q5, .q5 a { color: #ff8000 !important }
.q6, .q6 a { color: #e5cc80 !important }
.q7, .q7 a { color: #ff0000 !important }
.q8, .q8 a { color: #ffff98 !important }
.tooltip a { text-decoration: none }
.tooltip a:hover { text-decoration: underline }
.tooltip table { border-spacing: 0; border-collapse: collapse }

.tooltip td, .tooltip th { background: url(../images/tooltip/tooltip.png); font-family: Verdana, sans-serif; font-size: 12px; line-height: 17px; color: white }
.tooltip th { padding: 3px }
.tooltip td { padding: 8px 4px 1px 9px }

.tooltip b { font-size: 14px; line-height: 19px; font-weight: normal }
.tooltip div.indent { padding-left: 0.6em }

.tooltip td th, .tooltip td td { background: none }
.tooltip td th { padding: 0 0 0 4em; text-align: right; font-weight: normal }
.tooltip td td { padding: 0 }

.tooltip table.shrink b { font-size: 12px; line-height: 15px }
.tooltip table.shrink td, .tooltip table.shrink th { font-size: 10px; line-height: 14px }

.socket-meta   { padding-left: 26px; background: url(../images/tooltip/socket_meta.gif) no-repeat left center }
.socket-red    { padding-left: 26px; background: url(../images/tooltip/socket_red.gif) no-repeat left center }
.socket-yellow { padding-left: 26px; background: url(../images/tooltip/socket_yellow.gif) no-repeat left center }
.socket-blue   { padding-left: 26px; background: url(../images/tooltip/socket_blue.gif) no-repeat left center }

