/* Main_settings */

* {
	margin: 0;
	padding: 0;
  }

a:link img {
	border: none;
}

a img {
	border: none;
}

body {
	background-image: url("../images/hintergrund.jpg");
	background-repeat: repeat-x;
	background-color: #000000;
	color: #b2b5c3;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#top {
	position: relative;
	left: 100px;
}

input {
	background-color:#242424;
	color: #c4c4c4;
	border:1px solid #bdbec4;
	height: 18px;
}

ul {
	list-style-type: none;
}

/* Main_settings - end */


/* Content: top.inc.php */

#banner_2 {
  	background-image: url("../images/ban_2.png");
  	background-repeat: no-repeat;
  	margin-top: -4px;
  	width: 804px;
  	height: 53px;
}

#space_banner_1 {
    float: left;
    width: 64px;
}

#ep_anzeige {
    float: left;
    margin-top: 20px;
    width: 194px;
    text-align: center;
    color: #ffffff;
}

#name {
    float: left;
    margin-top: 20px;
    width: 298px;
    text-align: center;
    color: #ffffff;
}

#item_count {
    float: left;
    margin-top: 17px;
    margin-left: 5px;
    width: 210px;
    height: 30px;
    text-align: center;
    color: #ffffff;
	font-size: 70%;
}

#ep_balken {
    margin-top: -6px;
    margin-left: 20px;
}

#ep_balken img {
	margin-left: -2px;
	margin-right: -2px;
	padding: 0px;
	border: 0px;
}

#name a {
	text-decoration: none;
	color: #e0e3b8;
}

#name a:hover{
	text-decoration: none;
	color: #fbfbfb;
}

/* Content: top.inc.php - end */


/* RSS-Feed */

td.rss_item {
    text-align: left;
    color: #ffffff;
	font-size: 70%;
}

a.rss_item {
	text-decoration: none;
	color: #e0e3b8;
}

a.rss_item:hover{
	text-decoration: none;
	color: #fbfbfb;
}

li.rss_item {
	margin-left: 15px;
	list-style-type:disc;
}


/* RSS-Feed - end */


#content_main {
	position: relative;
	left: 100px;
    background-image: url("../images/content_bg.gif");
    float: left;
    margin-top: -3px;
    margin-left: 20px;
    width: 776px;
    min-height: 1150px;
}

#content_sites {
	position: static;
	margin-left: 100px;
	margin-top: 25px;
    float: left;
}


#bottom {
	margin-left: 120px;
    float: left;
}

#bottom2 {
	margin-left: 100px;
    float: left;
}

/* Navigation */

div.navigation {
	background-image: url("../images/navi_bg.png");
	color: #ffffff;
	margin-left: 4px;
	height: 27px;
	width: 768px;
}

table.navigation_bg {
	width: 768px;
	margin-top: -4px;
}

div.navigation_button {
	float: left;
	width: 400px;
}

a.navigation_bg {
	text-decoration: none;
	color: #b2b5c3;
}

a.navigation_bg:hover {
	text-decoration: none;
	color: #fdfdfd;
}

input.navigation_bg {
	margin-top: -2px;
}

table.form_navigation {
	margin-left: 50px;
	width: 380px;
	text-align: right;
}

table.form_navigation2 {
	margin-left: 50px;
	width: 280px;
	text-align: right;
}

td.form_navigation {
	padding-top: 4px;
	font-size: 70%;
}


div.form_navigation_register {
	position: relative;
	left: 450px;
	top: -30px;
	width: 120px;
}

div.form_navigation_login {
	position: relative;
	left: 500px;
	top: -59px;
}

div.form_navigation_logout {
	position: relative;
	left: 690px;
	top: -56px;
	z-index: 20;
}

div.form_navigation_profile {
	position: relative;
	left: 620px;
	top: -79px;
}

div.form_navigation_welcome {
	position: relative;
	left: 530px;
	top: -32px;
	width: 120px;
	font-size: 70%;
}

input.form_navigation_button {
	position: relative;
	left: 20px;
	top: 6px;
	visibility: visible;
}

input.form_navigation_text {
	position: relative;
	left: 16px;
	width: 90px;
}

/* Navigation - end */



/* Search */

div.search_input {
    float: left;
    margin-left: 230px;
}

input.search_input {
    width: 200px;
}

div.search {
    width: 804px;
    margin-top: 10px;
}

div.abstand_search {
    margin-left: 10px;
    float:left;
}

div.hdrologo {
	margin-top: 40px;
	margin-left: 275px;
}

/* Search - end */


#home {
	position: relative;
	width: 670px;
	float: left;
	color: #ffffff;
}

#detail {
    color: #ffffff;
}

#detail_links {
	position: relative;
    padding: 4px;
    float: left;
    margin-top: 4px;
    width: 240px;
    border: 1px solid #bdbec4;
    background-color:#1e1e1e;
    overflow: hidden;
}

#detail_links_item {
	position: relative;
    padding: 4px;
    float: left;
    margin-top: 0px;
    width: 240px;
    border: 0px solid #bdbec4;
    background-color:#1e1e1e;
    overflow: hidden;
}


#detail_links_item_data {
    padding: 4px;
    margin-bottom: 4px;
    width: 230px;
    border:1px solid #bdbec4;
    background-color:#1e1e1e;
}


#detail_links_item_links {
    padding: 4px;
    margin-bottom: 4px;
    width: 230px;
    border:1px solid #c6b036;
    background-color:#1e1e1e;
}


#detail_links_table {
  text-align: left;
  height: 19px;
  width: 100%;
}

#detail_links_weiss {
  text-align: left;
  height: 19px;
  font-size: 90%;
}

#detail_links_weiss a {
	text-decoration: none;
	color: #e0e3b8;
}

#detail_links_weiss a:hover {
	text-decoration: none;
	color: #f1f4ca;
}

#detail_rechts {
	position: relative;
	padding: 4px;
    float: left;
    margin-top: 4px;
    margin-left: 5px;
    width: 383px;
    border:1px solid #c6b036;
    background-color:#1e1e1e;
}

#detail_links_recipe {
    padding: 4px;
    float: left;
    margin-top: 4px;
    width: 240px;
    border:0px solid #bdbec4;
    background-color:#1e1e1e;
}

#detail_recipe_result {
    padding: 4px;
    margin-bottom: 4px;
    width: 230px;
    border:1px solid #bdbec4;
    background-color:#1e1e1e;
}


#detail_recipe_result_prime {
    padding: 4px;
    margin-bottom: 4px;
    margin-top: -4px;
    width: 230px;
    border:1px solid #c6b036;
    background-color:#1e1e1e;
}
/* werbung_1 */

#stats {
    margin-top: 320px;
    margin-left: -625px;
    width: 176px;
    float: left;
}

#subnavi_stats {
    margin-left: 20px;
    width: 162px;
}

#wer_content {
    width: 162px;
    color: #ffffff;
}
/* werbung_1 - end */

/* werbung_2 */

#com_right {
	position: absolute;
	top: 125px;
	left: 780px;
    margin-left: 0px;
    margin-top: 0px;
    width: 120px;
    height: 600px;
    float: left;
}

#com_right_content {
    width: 120px;
}
/* werbung_2 - end */


/* subnavi */

#subnavi {
	position: absolute;
	top: 115px;
	left: -110px;
    width: 176px;
    float: left;
}

#subnavi_bg {
    background-image: url("../images/subnavi_bg.png");
    margin-top: -4px;
    width: 204px;
}

div.plus_button {
    float: left;
    width: 16px;
    height: 16px;
}

div.subnavi_links {
    float: left;
    color: #e0e3b8;
}

div.subnavi_links a{
	font-size: 80%;
	text-decoration: none;
	color: #e0e3b8;
}

div.subnavi_links a:hover{
	font-size: 80%;
	text-decoration: none;
	color: #fbfbfb;
}

div.subnavi_links_2 {
    float: left;
    color: #e0e3b8;
}

div.subnavi_links_2 a{
	text-decoration: none;
	color: #e0e3b8;
}

div.subnavi_links_2 a:hover{
	text-decoration: none;
	color: #fbfbfb;
}

#subnavi_content {
    margin-left: 20px;
    width: 162px;
}


/* subnavi - end */

/* anzeige */

div.an_links {
  float: left;
  width: 5px;
}

div.an_rechts {
  float: left;
  width: 5px;
}

td.an_bg {
  background-image: url(../images/an_bg.gif);
  background-repeat: no-repeat;
  height: 18px;
  width: 647px;
  padding-left: 2px;
  text-align: center;
}

/* anzeige - end */


/* Tabs in content */

td.tab_bg {
  background-image: url("../images/tab_bg.gif");
  background-repeat: repeat-x;
  font-size: 90%
}

table.tab_main {
  margin-bottom: -7px;
}

table.tab_main a{
	text-decoration: none;
	color: #b2b5c3;
}

table.tab_main a:hover{
	text-decoration: none;
	color: #fdfdfd;
}

span.highlight a {
  color: #f1bf20;
}

span.highlight a:hover {
  color: #f1d620;
}




#global_item_name a {
	text-decoration: none;
	color: #e0e3b8;
}

#global_item_name a:hover {
	text-decoration: none;
	color: #f1f4ca;
}

#global_item_name_weiss a {
	text-decoration: none;
	color: #FFFFFF;
}

#global_item_name_weiss a:hover {
	text-decoration: none;
	color: #f1f4ca;
}

#global_item_name_gelb a {
	text-decoration: none;
	color: #FEE13F;
}

#global_item_name_gelb a:hover {
	text-decoration: none;
	color: #f1f4ca;
}

#global_item_name_lila a {
	text-decoration: none;
	color: #9D3BA8;
}

#global_item_name_lila a:hover {
	text-decoration: none;
	color: #f1f4ca;
}

#global_item_name_tuerkis a {
	text-decoration: none;
	color: #1BD1DC;
}

#global_item_name_tuerkis a:hover {
	text-decoration: none;
	color: #f1f4ca;
}

#global_item_name_orange a {
    text-decoration: none;
    color: #f1ab0b; 
}

#global_item_name_orange a:hover {
    text-decoration: none;
    color: #f1f4ca;
}

#global_item_dps a {
	text-decoration: none;
	color: #e0e3b8;
}

#global_item_dps a:hover {
	text-decoration: none;
	color: #f1f4ca;
}

#global_item_bonus a {
	text-decoration: none;
	color: #e0e3b8;
}

#global_item_bonus a:hover {
	text-decoration: none;
	color: #f1f4ca;
}
/* Tabs in content - end */



/* FAQ */

a.faq {
	text-decoration: none;
	color: #f0f3a8;
}

a.faq:hover {
	text-decoration: none;
	color: #f1f4fa;
}

ul.faq {
	list-style-type: circle;
	list-style-position: inside;
}

/* FAQ - end */



/* Crafting Links */

a.profession_link {
	text-decoration: none;
	color: #e0e3b8;
}

a.profession_link:hover {
	text-decoration: none;
	color: #f1f4ca;
}

/* Crafting Links - end */


/* Crafting Main */

div.crafting_list_head_entry {
	float: left;
	width: 639px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

div.crafting_list_head {
	background-image: url(../images/itemrahmen_25_m.gif);
	background-repeat: repeat-x;
	float: left;
	width: 639px;
	height: 25px;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

div.crafting_list_head_left {
	background-image: url(../images/itemrahmen_25_l.gif);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	width: 4px;
	height: 25px;
	font-size: 90%;
	text-align: center;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

div.crafting_list_head_right {
	background-image: url(../images/itemrahmen_25_r.gif);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height: 25px;
	font-size: 90%;
	text-align: center;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

div.crafting_list_entry_left {
	position: relative;
	float: left;
	left: 250px;
	top: 8px;
}

div.crafting_list_entry_right {
	position: relative;
	float: left;
	left: 270px;
	top: 17px;
}

div.crafting_list_data_left {
	background-image: url(../images/crafting_bg_l.gif);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	width: 4px;
	height:49px;
	font-size: 90%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.crafting_list_data_right {
	background-image: url(../images/crafting_bg_r.gif);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height:49px;
	font-size: 90%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.crafting_list_data {
	background-image: url(../images/crafting_bg_m.gif);
	background-repeat: repeat-x;
	float: left;
	width: 639px;
	height:49px;
	font-size: 90%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.crafting_list_recipe_entry_left {
	float: left;
	margin-left: 10px;
}

div.crafting_list_recipe_entry_right {
	float: left;
	margin-left: 30px;
}


a.crafting_list_link {
	text-decoration: none;
	color: #e0e3b8;
}

a.crafting_list_link:hover{
	text-decoration: none;
	color: #f1f4ca;
}

a.crafting_list_head_entry_link {
	text-decoration: none;
	font-weight: normal;
	color: #e0e3b8;
}

a.crafting_list_head_entry_link:hover{
	text-decoration: none;
	color: #f1f4ca;
}

/* Crafting Main - end */



/* Sets Main */

div.crafting_list_set_entry_left {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
	width: 250px;
}

div.crafting_list_set_entry_right {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 100px;
	text-align: center;
}

div.crafting_list_set_entry_middleleft {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 100px;
	text-align: center;
}

div.crafting_list_set_entry_middleright {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 120px;
	text-align: center;
}

/* Sets Main - end */


/* Region Main */

div.region_list_head_entry {
	position: relative;
	float: left;
	left: 0px;
	top: 4px;
	text-align: center;
	width: 639px;
}

div.region_list_head {
	background-image: url(../images/itemrahmen_25_m.gif);
	background-repeat: repeat-x;
	float: left;
	width: 639px;
	height: 25px;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

div.region_list_head_left {
	background-image: url(../images/itemrahmen_25_l.gif);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	width: 4px;
	height: 25px;
	font-size: 90%;
	text-align: center;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

div.region_list_head_right {
	background-image: url(../images/itemrahmen_25_r.gif);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height: 25px;
	font-size: 90%;
	text-align: center;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding: 0px;
}

div.region_list_data_leftmost {
	background-image: url(../images/crafting_bg_l.gif);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	width: 4px;
	height:49px;
	font-size: 90%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.region_list_data_left {
	background-image: url(../images/crafting_bg_l.gif);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height:49px;
	font-size: 90%;
	margin-top: 0px;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.region_list_data_right {
	background-image: url(../images/crafting_bg_r.gif);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height:49px;
	font-size: 90%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.region_list_data {
	background-image: url(../images/crafting_bg_m.gif);
	background-repeat: repeat-x;
	float: left;
	width: 205px;
	height:49px;
	font-size: 90%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}


div.region_list_entry {
	position: relative;
	float: left;
	left: 0px;
	top: 17px;
	text-align: center;
	width: 200px;
}

a.region_list_link {
	text-decoration: none;
	color: #e0e3b8;
}

a.region_list_link:hover{
	text-decoration: none;
	color: #f1f4ca;
}


/* Region Main - end */




/* Set Detail Link */

a.set_details_link {
	text-decoration: none;
	color: #FF7F00;
}

a.set_details_link:hover {
	text-decoration: none;
	color: #FFBF30;
}

/* Set Detail Link - end */




/* Recipe Details Link */

div.recipe_details_left {
	background-image: url(../images/crafting_bg_l.gif);
	background-repeat: no-repeat;
	float: left;
	clear: left;
	width: 4px;
	height:49px;
	font-size: 90%;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.recipe_details_right {
	background-image: url(../images/crafting_bg_r.gif);
	background-repeat: no-repeat;
	float: left;
	width: 4px;
	height:49px;
	font-size: 90%;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.recipe_details_data {
	background-image: url(../images/crafting_bg_m.gif);
	background-repeat: repeat-x;
	float: left;
	width: 205px;
	height:49px;
	font-size: 90%;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px;
}

div.recipe_details_entry {
	position: relative;
	float: left;
	left: 60px;
	top: 15px;
}

a.recipe_details_link {
	text-decoration: none;
	color: #f0f000;
}

a.recipe_details_link:hover {
	text-decoration: none;
	color: #f1f4ca;
}

/* Recipe Details Link - end */

#tool_image {
  width: 32px;
  height: 32px;
}

div.item_werte_1 {
  float: left;
  margin-left: 5px;
  color:#e0e3b8;
  height: 49px;
}



table.global_item_stats {
  font-size: 90%;
}

table.global_item_stats_head {
  font-size: 90%;
}

#global_item_name {
  text-align: center;
  width: 185px;
  height: 49px;
  line-height: 100%;
}

#global_item_name_weiss {
  text-align: center;
  width: 185px;
  height: 49px;
  line-height: 100%;
}

#global_item_name_gelb {
  text-align: center;
  width: 185px;
  height: 49px;
  line-height: 100%;
}

#global_item_name_lila {
  text-align: center;
  width: 185px;
  height: 49px;
  line-height: 100%;
}

#global_item_name_tuerkis {
  text-align: center;
  width: 185px;
  height: 49px;
  line-height: 100%;
}

#global_item_name_orange {
  text-align: center;
  width: 185px;
  height: 49px;
  line-height: 100%;
}


#global_item_name_klein {
  text-align: center;
  height: 49px;
  width: 170px;
  font-size: 85%;
  line-height: 100%;
}


#global_item_name_klein a{
	text-decoration: none;
	color: #e0e3b8;
}

#global_item_name_klein a:hover{
	text-decoration: none;
	color: #f1f4ca;
}


#global_item_name_comment {
  text-align: left;
  padding-left: 10px;
  height: 40px;
  width: 320px;
  font-size: 85%;
  line-height: 100%;
}

#global_item_name_comment a{
	text-decoration: none;
}

#global_item_name_comment a:hover{
	text-decoration: none;
}



#global_item_dps {
  width: 71px;
  height: 49px;
  text-align: center;
}

#global_item_dmg {
  width: 71px;
  height: 49px;
  text-align: center;
}

#global_item_lvl {
  width: 71px;
  height: 49px;
  text-align: center;
}

#global_item_bonus {
  width: 190px;
  height: 49px;
  text-align: center;
}






#global_item_name_head {
  text-align: center;
  width: 220px;
  height: 18px;
}



#global_item_dps_head {
  text-align: center;
  width: 71px;
  height: 18px;
}

#global_item_dmg_head {
  text-align: center;
  width: 71px;
  height: 18px;
}

#global_item_lvl_head {
  text-align: center;
  width: 71px;
  height: 18px;
}

#global_item_bonus_head {
  width: 190px;
  height: 18px;
  text-align: center;
}






span.middle {
	vertical-align: middle;
}


div.tool_bg_red {
	background-image: url(../images/icon_bg_red.gif);
	float: left;
	margin-top: 9px;
	width: 32px;
	height: 32px;
}



td.tool_bg {
	background-image: url(../images/tool_bg.gif);
	background-repeat: no-repeat;
	height:49px;
	width: 637px;
	padding-left: 4px;
}

td.detail_bg {
	background-image: url(../images/detail_bg.gif);
	background-repeat: no-repeat;
	height:49px;
	width: 210px;
	padding-left: 4px;
}


td.detail_bg_tro {
	background-image: url(../images/detail_bg_tro.gif);
	background-repeat: no-repeat;
	height:49px;
	width: 210px;
	padding-left: 4px;
}



div.tool_bg_mitte_2 {
	background-image: url(../images/tool_bg_mitte.png);
	float: left;
	height:49px;
	width: 200px;
}

#a.tool {
	text-decoration: none;
}


a.tool:hover {
	position: relative;
}


a.tool span {
	display: none;
}


a.tool:hover span {
	border: 1px solid #ffffff;
	display: block;
	position: absolute;
	color: #ffffff;
	top: 10px;
	left: 0;
	margin: 10px;
	z-index: 100;
	background: #000000;
}

div.tooltip_content {
	text-align: left;
	font-size: 90%;
	margin: 5px;
	width: 210px;
	color: #ffffff;
}

div.farbe_normal {
	color: #e0e3b8;
}

div.farbe_armorvalue {
	color: #F1BF20;
}

div.farbe_class {
	color: #C60000;
}

div.farbe_geschwindigkeit {
	color: #4d99da;
}

div.farbe_dps {
	color: #fdff33;
}

div.farbe_boni {
	color: #31dd31;
}

div.wertigkeit_weiss {
	font-weight: bold;
	color: #FFFFFF;
}

div.wertigkeit_weiss a{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

div.wertigkeit_weiss a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #f1f4ca;
}

div.wertigkeit_gelb {
	font-weight: bold;
	color: #FEE13F;
}

div.wertigkeit_gelb a{
	font-weight: bold;
	text-decoration: none;
	color: #FEE13F;
}

div.wertigkeit_gelb a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #f1f4ca;
}

div.wertigkeit_lila {
	font-weight: bold;
	color: #9D3BA8;
}

div.wertigkeit_lila a{
	font-weight: bold;
	text-decoration: none;
	color: #9D3BA8;
}

div.wertigkeit_lila a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #f1f4ca;
}

div.wertigkeit_tuerkis {
	font-weight: bold;
	color: #1BD1DC;
}

div.wertigkeit_tuerkis a{
	font-weight: bold;
	text-decoration: none;
	color: #1BD1DC;
}

div.wertigkeit_tuerkis a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #f1f4ca;
}


div.wertigkeit_orange {
	font-weight: bold;
	color: #f1ab0b;
}

div.wertigkeit_orange a{
	font-weight: bold;
	text-decoration: none;
	color: #f1ab0b;
}

div.wertigkeit_orange a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #f1f4ca;
}

#detail_rechts_craft {
	width: 383px;
}



#detail_rechts_quest {
  width: 383px;
}

#detail_rechts_drop {
  width: 383px;
}


#detail_rechts_mob {
  width: 383px;
}

#detail_rechts_mob_weiss {
  text-align: left;
  width: 380px;
  height: 19px;
}

#detail_rechts_mob_weiss a {
	text-decoration: none;
	color: #e0e3b8;
}

#detail_rechts_mob_weiss a:hover {
	text-decoration: none;
	color: #f1f4ca;
}

div.strich_1 {
	border: 1px solid #c6b036;
	height: 0px;
}

hr.detail_rechts_line {
  color: #c6b036;
}


#global_mob_name_weiss {
  text-align: center;
  width: 275px;
  height: 19px;
}

#global_mob_name_weiss a {
	text-decoration: none;
	color: #e0e3b8;
}

#global_mob_name_weiss a:hover {
	text-decoration: none;
	color: #f1f4ca;
}


#bottom_im_bg {
    background-image: url("../images/bottom_im_bg.gif");
    background-repeat: repeat-y;
    color: #383838;
    font-size: 70%;
    text-align: justify;
    float: left;
    margin-top: -5px;
    margin-left: 20px;
    width: 776px;
}

#impressum_text {
    padding-left: 9px;
    padding-right: 9px;
}

#impressum_text a {
	color: #383838;
}

#impressum_text a:hover {
	color: #5c5c5c;
}

#abstand_bottom {
	float: left;
	height: 40px;
}

#bottom_2 {
	float: left;
	margin-left: 20px;
	margin-top: 2px;
}

#bottom_3 {
	float: left;
	margin-left: 20px;
	margin-top: -7px;
}


#detail_quest_head {
	text-align: center;
	color: #b05614;
	font-weight: bold;
}

#detail_mob_head {
	text-align: center;
	color: #b05614;
	font-weight: bold;
}

p.detail_text_yellow {
	color: #ffd801;
	font-weight: bold;
	font-size: 90%;
}

p.detail_text_yellow_2 {
	color: #ffc000;
	font-size: 90%;
}

a.detail_text_yellow_2 {
	text-decoration: none;
	color: #e0e3b8;
}

a.detail_text_yellow_2:hover {
	text-decoration: none;
	color: #ffc000;
}

img.mob_picture {
	border: 3px solid #7a7a7a;
	margin-top: 5px;
}

#detail_stufe {
	font-weight: bold;
}

#detail_moral {
	color: #158e02;
	font-weight: bold;
}

#detail_kraft {
	color: #417ce7;
	font-weight: bold;
}

#detail_mob_name {
	color: #ffc000;
	font-weight: bold;
}

span.detail_mob_name_klein {
	color: #ffc000;
	font-weight: bold;
	font-size: 90%;
}

span.detail_quest_name_klein {
	color: #ffc000;
	font-weight: bold;
	font-size: 90%;
}

span.detail_mob_name_klein a{
	color: #ffc000;
}

td.comments_head {
	background-color: #1e1e1e;
	padding: 10px;
	color: #ffffff;
	border: 1px solid #c6b036;
	width: 627px;
}

td.comments_head a {
	text-decoration: none;
	color: #ffc000;
}

td.abstand_comments_head {
	height: 30px;
}

td.abstand_comments_head_2 {
	height: 10px;
}

td.comments_content {
	background-color: #1e1e1e;
	padding: 10px;
	color: #ffffff;
	border: 1px solid #c6b036;
}

table.comments {
	background-color: #1e1e1e;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	color: #ffffff;
	border: 1px solid #6d696a;
}

table.comments_answer {
	background-color: #1e1e1e;
	padding-left: 50px;
	color: #ffffff;
}

td.comments_bg_grey {
	background-color: #6d696a;
	height: 18px;
	padding-left: 4px;
	width: 619px;
}

td.posted_comment {
	padding-left: 5px;
}

p.comments_bold {
	font-size: 110%;
	font-weight: bold;
}

td.map_align {
	text-align: center;
}

td.post_mistake {
	width: 347px;
}



td.melden {
	color: #ffffff;
	text-align: center;
}


td.melden a{
	text-decoration: none;
	color: #0e6f75;
}

td.melden a:hover{
	text-decoration: none;
	color: #34d6e0;
}

td.melde_button {
	width: 620px;
}


div.impressum_links {
	color: #666666;
	margin-left: 300px;
}

div.impressum_links a{
	text-decoration: none;
	font-size: 90%;
	color: #383838;
	text-align: center;
}

div.impressum_links a:hover{
	text-decoration: none;
	font-size: 90%;
	color: #6c6c6c;
	text-align: center;
}

td.impressum {
	width: 650px;
	color: #eeeeee;
	font-size: 90%;
	text-align: justify;
}

span.bold {
	font-weight: bold;
}


/* tooltip_item_mistakes */

a.item_mistake:hover {
	position: relative;
}


a.item_mistake span {
	display: none;
}


a.item_mistake:hover span {
	border: 1px solid #ffffff;
	display: block;
	position: absolute;
	color: #fdff33;
	top: -32px;
	left: 0;
	margin: 10px;
	z-index: 100;
	background: #000000;
	font-size: 90%;
	width: 90px;
	font-weight: normal;
}

/* tooltip_item_mistakes - end */


/* tooltip_comments */

a.comment_mistake:hover {
	position: relative;
}


a.comment_mistake span {
	display: none;
}


a.comment_mistake:hover span {
	border: 1px solid #ffffff;
	display: block;
	position: absolute;
	color: #fdff33;
	top: -32px;
	left: 0;
	margin: 10px;
	z-index: 100;
	background: #000000;
	font-size: 90%;
	width: 120px;
	font-weight: normal;
}

/* tooltip_comments - end */




/* Item links in item_detail.inc.php */

div.item_links_title {
	color: #C8C9CF;
	font-weight: bold;
	margin-bottom: 10px;
}

td.item_links_entry {
	padding-bottom: 10px;
}

/* Item links in item_detail.inc.php - end */



/* Content: register.inc.php */

#reg {
	color: #b2b5c3;
	width: 630px;
}

#reg_content {
	padding: 8px;
	border: 1px solid #c2c2ba;
	background-color: #1e1e1e;
}

p.bold {
	color: #c2c2ba;
	font-weight: bold;
}

tr.reg_abstand {
	height: 5px;
}

/* Content: register.inc.php - end */





/* Content: home.inc.php */

#main_page {
	color: #c8c9cf;
	width: 630px;
}

td.justi {
	text-align: justify;
}

#news_image {
	position: relative;
	float: none;
	top: -35px;
	left: 550px;
	width: 40px;
}

#news_text {
	position: relative;
	float: left;
	top: 18px;
	left: 20px;
	width: 500px;
}

td.home_item {
	line-height:1.3em;
}

span.home_weiss a {
	color: #FFFFFF;
}

span.home_weiss a:hover {
	color: #FFFFFF;
}

span.home_gelb a {
	color: #FEE13F;
}

span.home_gelb a:hover {
	color: #FEE13F;
}

span.home_lila a {
	color: #9D3BA8;
}

span.home_lila a:hover {
	color: #9D3BA8;
}

span.home_tuerkis a {
	color: #1BD1DC;
}

span.home_tuerkis a:hover {
	color: #1BD1DC;
}

span.home_orange a {
	color: #f1ab0b;
}

span.home_orange a:hover {
	color: #f1ab0b;
}


/* Content: home.inc.php */




/* Mailencoding */
span.mail_hide a {
	color: #c8c9cf;
}

span.mail_hide a:hover {
	color: #e4e4e4;
}
/* Mailencoding - end */



/* Content: search */

#search_column1 {
	position: relative;
	left: 10px;
	width: 200px;
}

#search_column2 {
	position: absolute;
	width: 200px;
	left: 230px;
	top: 0px;
}

#search_column3 {
	position: absolute;
	width: 210px;
	left: 450px;
	top: 0px;
}

#search_name {
	position: relative;
}

input.search_name {
	width: 170px;
}

#search_armortype {
	position: relative;
	top: 25px;
}

select.search_armortype {
	width: 200px;
}

#search_weapontype {
	position: relative;
	top: 25px;
}

select.search_weapontype {
	width: 200px;
}

#search_classitemtype {
	position: relative;
	top: 25px;
}

select.search_classitemtype {
	width: 200px;
}

#search_tradeitemtype {
	position: relative;
	top: 25px;
}

select.search_tradeitemtype {
	width: 200px;
}

#search_classes {
	position: relative;
	top: 45px;
}

#search_craftable {
	position: relative;
	top: 0px;
}

#search_slot {
	position: relative;
	top: 15px;
}

select.search_slot {
	width: 200px;
}

#search_location {
	position: relative;
	top: 35px;
}

select.search_location {
	width: 200px;
}

#search_dps {
	position: relative;
	top: 55px;
}

#search_speed {
	position: relative;
	top: 75px;
}

#search_damage {
	position: relative;
	top: 95px;
}

select.search_damage {
	width: 200px;
}

#search_level {
	position: relative;
	top: 0px;
}

#search_binding {
	position: relative;
	top: 25px;
}

#search_armorvalue {
	position: relative;
	top: 45px;
}

#search_bonus {
	position: relative;
	top: 85px;
}

select.search_bonus {
	width: 100px;
}

#search_button {
	position: relative;
	top: 40px;
	left: 30px;
	align: center;
}

/* Content: search - end */
