body {
margin: 0px;
text-align:center;
background-color: #0073C4; 
font-family: Arial;
font-size: 13px;

}

a{
    text-decoration: none;
    color: #000000;
 }
a:hover{
    color: #2989CC;
    font-weight: bold;
}

.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

input[ type="submit"] {
    background-color: #D4D4D4;
}
input {
    border: thin solid #000000;
}
button{
    background-color: #D4D4D4;
	border: thin solid #000000;
	
} 

#head{
    background-color: #AB00AB;
	width:1200px;
	border: solid black 1px;
	margin:0px auto;
	text-align:left;
	background-image: url(Bilder/Header.png);
    }

#menuband{
    background-color:#dbdbdb;
	width:1200px;
	border: solid black 1px;
	height: 25px;
	margin:0px auto;
}

#content{
    background-color:#dbdbdb;
	width:1200px;
	border: solid black 1px;
	margin:0px auto;
    min-height: 500px;
    }

#contentlinks{
    background-color:#dbdbdb;
    min-height: 500px;
	width: 200px;
	border-right: 2px solid black;
	text-align: left;
    }

#menuelinks{
    text-indent: 8px;

}

#menuelinks p{
    margin: 0px;

    
}
    
#hauptcontent{
    background-color:#dbdbdb;
	width:998px;
	min-height: 500px;
}

#foot{
    background-color:#dbdbdb;
	width:1200px;
	min-height: 10px;
	border: solid black 1px;
	margin:0px auto;
    }
    
#useranzeige{

    width: 200px;
    min-height: 125px;
    }

#user_anzeigename{
    text-align: center;
    padding: 2px 0 0 2px;
    background-color: #C0C0C0;
    border-bottom: 1px solid black;
    }


#loginanzeige{

    width: 200px;
    height: 135px;


    padding: 2px 0 0 0;
    border-bottom: 1px solid black;

    }

#platzhalter{
        height: 5px;
    }
    
#lp_rahmen_fight {
    background-color: #FFFFFF;
    border: thin solid #000000;
    font-size: 10px;
    height: 16px;
    margin-left: 5px;
    text-align: center;
    width: 130px;
}

#lp_fight {
    font-size: 11px;
    height: 16px;
    max-width: 100%;
    text-align: center;
}

#kp_rahmen_fight {
    background-color: #FFFFFF;
    border: thin solid #000000;
    font-size: 10px;
    height: 16px;
    margin-left: 5px;
    text-align: center;
    width: 130px;
}

#kp_fight {
    font-size: 11px;
    height: 16px;
    max-width: 100%;
    text-align: center;

}    

#newskopf{
    background-image: url(Bilder/News_BG.png);
    width: 898px;
    height: 100px;
    border: solid black 1px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 5px 0 0 5px;
}

#news{
    background-color: #bfbfbf;
    width: 898px;
    min-height: 150px;
    border: solid black 1px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 5px 0 0 5px;
    color: #000000;

    font-size: 13px;
}


#n1{
    text-shadow: 2px 2px #000000;
    color: #FFFFFF;
    font-size: 15px;
    font-style: italic;
}

#n2{
    text-shadow: 2px 2px #000000;
    color: #FFFFFF;
    font-style: italic;
    font-size: 13px;
    font-weight: bold;
}

/*Kampagne*/

#ks_top{
    background-image: url(Bilder/Dokkanmode.png);
    height: 20px;
    width: 890px;
}

#dokkan_meter{
    width: 888px;
    height: 5px;
}

#dokkanbar{
background-color: #FFFFFF;
border: thin solid #000000;
font-size: 10px;
height: 14px;
margin-top: 1px;
text-align: center;
width: 300px;
}

#rage {
font-size: 10px;
height: 14px;
max-width: 100%;
text-align: center;

}

#links{
    width: 200px;
    height: 250px;
}

#mitte{
    width: 786px;
    min-height: 200px;
}

#rechts{
    width: 200px;
    height: 250px;


}

#kampfbericht{
    width: 100%;
    height: 200px;
}

#kampfberichtdesign{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 986px;
    min-height: 200px;
    background-color: #bbbbbb;

    border-left: solid black 2px;
    border-right: solid black 2px;
    border-bottom: solid black 2px;
}



#runde{
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top : solid black 2px;
    border-bottom: solid black 2px;
	width: 986px;
	background-image: url(Bilder/Rundenverlauf.png);
	height: 30px;
	font-family: Arial;
	font-size: 18px;
	margin-right: 50px;


}

#kampfberichtdesign2{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 796px;
    min-height: 200px;
    background-color: #bbbbbb;
    text-align: center;
    border-left: solid black 2px;
    border-right: solid black 2px;
    border-bottom: solid black 2px;
}

#runde2{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top : solid black 2px;
    border-bottom: solid black 2px;
    width: 796px;
    background-image: url(Bilder/Rundenverlauf.png);
    height: 30px;
    font-family: Arial;
    font-size: 18px;
    margin-right: 50px;


}

#tab_rechts{
    width: 200px;
    height: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-height: 200px;
    background-color: #bbbbbb;
    border: solid black 1px;

}

#tab_links{
    height: 200px;
    width: 200px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-height: 200px;
    background-color: #bbbbbb;
    border: solid black 1px;

}


#f_lp_rahmen_fight {
background-color: #FFFFFF;
border: thin solid #000000;
font-size: 10px;
height: 14px;
margin-left: 30px;
text-align: center;
width: 150px;
-webkit-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);

-webkit-transform-origin:0 0;
-ms-transform-origin:0 0;
transform-origin:0 0;
}



#f_lp_fight {
font-size: 10px;
height: 14px;
max-width: 100%;
text-align: center;
 }

#f_kp_rahmen_fight {
background-color: #FFFFFF;
border: thin solid #000000;
font-size: 10px;
height: 14px;
margin-left: 30px;
text-align: center;
width: 150px;

-webkit-transform: skewX(-20deg);
-ms-transform: skewX(-20deg);
transform: skewX(-20deg);

-webkit-transform-origin:0 0;
-ms-transform-origin:0 0;
transform-origin:0 0;

}

#f_kp_fight {
font-size: 10px;
height: 14px;
max-width: 100%;
text-align: center;

}

#flp_rahmen_fight {
background-color: #FFFFFF;
border: thin solid #000000;
font-size: 10px;
height: 14px;

text-align: center;
width: 160px;
}

#flp_fight {
font-size: 10px;
height: 14px;
max-width: 100%;
text-align: center;
 }

#fkp_rahmen_fight {
background-color: #FFFFFF;
border: thin solid #000000;
font-size: 10px;
height: 14px;

text-align: center;
width: 160px;
}

#fkp_fight {
font-size: 10px;
height: 14px;
max-width: 100%;
text-align: center;

}

#f_aus_rahmen_fight {
background-color: #FFFFFF;
border: thin solid #000000;
font-size: 10px;
height: 14px;
margin-left: 20px;
text-align: center;
width: 160px;
}

#f_aus_fight {
font-size: 10px;
height: 14px;
max-width: 100%;
text-align: center;

}

#f_rage_rahmen_fight {
background-color: #FFFFFF;
border: thin solid #000000;
font-size: 10px;
height: 14px;
margin-left: 20px;
text-align: center;
width: 160px;
}

#f_rage_fight {
font-size: 10px;
height: 14px;
max-width: 100%;
text-align: center;

}

#ks_auswahl{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: solid black 2px;
    margin-top: 40px;
    width: 400px;
    min-height: 155px;
    background-color: #aeaeae;

}

#belohnung{
	margin: auto;
	padding: 4px;
	background-color: #000000;
	width: 300px;
	min-height: 70px;
    color: #FFFFFF;
}

#kampa_bel{
    margin: auto;
    padding: 4px;
    background-color: #aeaeae;
    border: solid black  1px;
    width: 200px;
    min-height: 70px;
}

#shop{
    background-color: #aeaeae;
    width: 600px;
    border: solid black 1px;
}

#shopitems{
	border-top : 1px;
}

.grey_dark {
    background-color: #c2c2c2;
}

#anzeigerechts{
    background-image: url(Bilder/traininganzeige.png);  
    height: 100px;
    width: 200px;  
    float: left;
    margin-right: -50px;
}

/*Kampfbereich*/

#Kampfleiste_huelle{
    margin-top: 20px;
}

#Kampfleiste{
    width: 800px;
    height: 20px;
    background-color: #FF0000;

}

#russiaussen{
    width: 775px;

}

#ruestungscontainerout{
    width: 970px;
    background-image: url(Bilder/shenlong.png);
    height: 620px;
    background-repeat: no-repeat;
    
}

#ruestungscontainer{
    width: 970px;
    height: 120px;
}

#ruessianzeige1{

background-color: #000000;
width: 310px;
min-height: 90px;
margin-top: 10px;
margin-left: 30px;
padding: 5px;
text-align: left;
color: #FFFFFF;
float: left;

}

#ruessianzeige2{

background-color: #000000;
width: 310px;
min-height: 90px;
margin-top: 10px;
margin-left: 20px;
padding: 5px;
text-align: left;
color: #FFFFFF;
float: right;

}

#ruestungscontainerout2{
    width: 775px;
    height: 400px;
    background-repeat: no-repeat;

}

#ruestungscontainer2{
    width: 770px;
    height: 120px;
}

#ruessianzeige3{

background-color: #000000;
width: 350px;
min-height: 90px;
margin-top: 10px;
margin-left: 5px;
padding: 5px;
text-align: left;
color: #FFFFFF;
float: left;

}

#ruessianzeige4{

background-color: #000000;
width: 350px;
min-height: 90px;
margin-top: 10px;
margin-left: 5px;
padding: 5px;
text-align: left;
color: #FFFFFF;
float: right;

}

/*Spezi Training*/

#strainname{
	background-image: url(Bilder/Training/trainingsverlauf.png);
	border: solid black 1px;
	border-radius: 5px;
}

#straintext{
	border-bottom: solid black 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	height: 150px;
	background-color: #c2c2c2;
	border-radius: 5px;
}

/*Traningsbereich*/
#trainhuelle{
margin-top: 25px;
}
#training{
width: 700px;
min-height: 200px;




}

#rt{

	background-color: #acacac;

	border-top: solid black 1px;
	border-bottom: solid black 1px;
	/*text-shadow: 2px 0px #ffffff; */
}

#gtrain{
    background-color: #acacac;
    height: 30px;
}

#techhuelle{
background-color: #aeaeae;
border: solid black 1px;
}

#avatar{
    max-width: 400px;
    max-height: 400px;

}

#admincontrol{
    font-size: 15px;
}

#user{
   /* background-image: url(Bilder/user.png); */
    background-color: #aeaeae;
    border-top :  solid black 1px;
    border-bottom :  solid black 1px;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 20px;

}
#username{
    font-size: 20px;

}
#infobox{
    border: solid black 1px;
    width: 400px;
    background-color: #aeaeae;

}

#infos{
    width: 500px;
}

#daten{
    border-top:1px solid;
    border-bottom:1px solid;

}

#bbcodes{
text-align: left;
    width: 400px;
    background-color: #bbc;
    border: solid black 1px;
    height: 17px;
    margin-left: 170px;
    margin-bottom: 2px;
}
#regeln{
    text-align: left;
    padding-left: 4px;
    width: 500px;
    height: 100%;
    border: solid black 1px;
}
#kampfer{
    width: 804px;
    min-height: 200px;
    text-align: left;
    font-size: 14px;
}

#action{
    min-height: 50px;
}

#dungeon_out{
    width: 988px;   
    height: 150px;
    margin-top: 10px;
}

#dungeon_infos{
    width: 498px;
    height: 100px;
    background-color: #aeaeae;
    border: solid black 1px;
    color: #FFFFFF;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
    box-shadow:5px 5px 5px black;

}

#dungeons{
    width: 800px;
    min-height: 100px;
    margin-top: 10px;
    margin-left: 100px;

}

#dungeon{
    width: 700px;
    min-height: 100px;
    background-color: #aeaeae;
    border: solid black 1px;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
    box-shadow:5px 5px 5px;

}

#invite_box{

    min-height: 40px;
    width: auto;
}

#invite_box_data{
    padding-top: 2px;
    padding-left: 2px;
    border: solid black 1px;
    background-color: #acacac;
    width: 220px;
    min-height: 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow:5px 5px 5px;

}

#nachrichten{
    width: 100%;
	background-color: #aeaeae;
	background-repeat: repeat;
    border-top: solid black 1px;
    border-bottom: solid black 1px;

}


#nachrichtenausgang{
    width: 100%;
	background-color: #aeaeae;
    border-top: solid black 1px;
    border-bottom: solid black 1px;
}


#pmlesen{
    min-width: 700px;
    border : solid 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow:3px 3px 3px;
    background-color: #C0C0C0;
}
#pmbetreff{
    width: 100%;
     border-bottom: solid 1px;
     background-color: #8B8B8B;
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#pmdaten{
    min-width: 700px;
}


#npc_tab_aussen{
    margin-top: 20px;
    margin-bottom: 50px;

}

#npc_tab{
    width: 900px;
    min-height: 200px;
    background-color: #aeaeae;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
    border: solid black 1px;
    box-shadow:5px 5px 5px;


}

#npc_tabelle{
 margin-top: 10px;

}
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden; 
    width: 240px;
    top: 100%;
    left: 50%;
    margin-left: -110px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Tooltip text */
#tooltiptext {
    width: 300px;
    top: 100%;
    left: 50%;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;


}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Tooltip container */
.tooltipskills {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltipskills .tooltiptextskill {
    visibility: hidden;
    width: 400px;
    top: 100%;
    left: 50%;
    margin-left: -110px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Tooltip text */
#tooltiptextskill {
    width: 400px;
    top: 100%;
    left: 50%;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;


}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipskills:hover .tooltiptextskill {
    visibility: visible;
}


#mpitems{
    width: 996px;
}

#shoutbox{
    width: 1198px;
    height: 200px;
    overflow: auto;
    text-align: left;
    background-color: #000000;
    
    
}

#shoutbox2{
    width: 996px;
    height: 200px;
    overflow: auto;
    text-align: left;
    background-color: #000000;


}

#shoutbox.a{
    color: #0068FF;    
}

#sbleiste{
    width: auto;
    height: 20px;
    background-color: #c2c2c2;
    text-align: left;
    padding: 4px;
}

#userlist{
    width: 800px;
    text-align: left;
    border: solid black 1px;  
}

#avataranzeige{
    max-width: 800px;
}

#tr_container{
    width: 200px;
    height: 100px;
    position: fixed;
    background-color: #0068FF;
    margin-top: 50px;
    margin-left: 50px;
}

#tr_content{
    width: 200px;
    height: 100px;
    position: fixed;
    background-color: #acacac;
    border-radius: 10px;
    border: solid black 1px;

}

#group_container{
    min-width: 200px;
    min-height: 100px;
    position:absolute;
    right:100px;
    top: 200px;
}

#group_content{
    min-height: 200px;
    min-height: 100px;
    position: fixed;


}

#group_box{

    min-height: 40px;
    width: auto;
}

#group_box_data{
    padding-top: 2px;
    padding-left: 2px;
    border: solid black 1px;
    background-color: #c7c7c7;
    width: 220px;
    min-height: 60px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow:5px 5px 5px;

}

#informationen{
    width: 600px;
}

#infobox1{
    text-align: left;
    width: 600px;
    min-height: 100px;
    background-color: #acacac;
    border: solid black 1px;
    padding: 5px;
}

#infobox2{
    text-align: left;
    width: 600px;
    min-height: 100px;
    background-color: #D4D4D4;
    border: solid black 1px;
    padding: 5px;
}

#streifen {
    background-color: #acacac;
    width: 990px;
    padding: 3px;
    text-align: center;
    font-size: 18px;
    border-top : solid black 1px;
    border-bottom : solid black 1px;
}

.streifen {
    background-color: #B6B6B6;
    width: 990px;
    padding: 3px;
    text-align: center;
    font-size: 18px;
    border-top : solid black 1px;
    border-bottom : solid black 1px;
}

.streifen2 {
    background-color: #B6B6B6;
    width: 990px;
    padding: 3px;
    text-align: center;
    border-top : solid black 1px;
    border-bottom : solid black 1px;
}

#loginwahl{
    background-color: #acacac;
    border: solid black 1px;
}

#mats_container{
    width: 988px;
    height: 150px;
    margin-top: 10px;
}

#mats{
    width: 498px;
    height: 100px;
    padding-top: 2px;
    padding-left: 5px;
    background-color: #c2c2c2;
    border: solid black 1px;
    -webkit-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-radius: 8px;
    box-shadow:5px 5px 5px black;

}

#mats a:hover{
    background: rgba(41,137,204,0.75);
    color: #000000;
    transition: all 0.25s;
    
}

#skilltree_out{
    width: auto;
    height: 1000px;
    background-color: #1b4676;
}

#skilltree{
    width: 800px;
    height: 700px;
    background-color: #007fff;


}

.btn{
    display: inline-block;
    background-color: #AB00AB;
    width: 100px;
    height: 18px;
    text-align: center;   
    padding-top: 3px;         
}

.btn_o{
    display: inline-block;
    background-color: #dbdbdb;
    width: 110px;
    height: 14px;
    text-align: center;
    
}

.btn_m{
    display: block;
    background-color: #dbdbdb;
    width: 200px;
    height: 14px;
    text-align: left;
    padding-top: 1px;
    padding-bottom: 1px;
}

#menuelinks a:hover{
    background: rgba(41,137,204,0.65);
    color: #000000;
    transition: all 0.25s;
}

.btn_a{
    display: inline-block;
    background-color: #B6B6B6;
    width: 80px;
    height: 14px;
    text-align: left;
    padding-top: 3px;
}

.btn_back{
    display: inline-block;
    background-color: #acacac;
    width: 80px;
    height: 16px;
    text-align: center;
    padding-top: 3px;
    margin-top: 4px;
    border: solid black 1px;
    border-radius: 10px;
    box-shadow:3px 3px 3px black;
}

.btn_market{
    display: inline-block;
    background-color: #B6B6B6;
    width: 150px;
    height: 16px;
    text-align: left;
    text-indent: 6px;
    padding-top: 3px;
    margin-top: 4px;
    border: solid black 1px;
    border-radius: 10px;
    box-shadow:3px 3px 3px black;
}


#market a:hover{
    background: rgba(41,137,204,0.65);
    color: #000000;
    transition: all 0.25s;

}

.ksstreifen {
    background: rgba(41,137,204,0.65);
    width: auto;
    padding: 3px;
    text-align: center;
    border-top : solid black 1px;
    border-bottom : solid black 1px;
    font-size: 18px;
    box-shadow:0px 3px 3px black;
}

.uksstreifen {
    background: rgba(91,10,242,0.65);
    width: auto;
    padding: 3px;
    text-align: center;
    border-top : solid black 1px;
    border-bottom : solid black 1px;
    font-size: 18px;
    box-shadow:0px 3px 3px black;
    margin-top: 20px;
}


#turncounter{
    background: rgba(41,137,204,0.65);
    width: 120px;
    height: 16px;
    padding: 3px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    box-shadow:0px 3px 3px black;
}

.left{
    min-height: 300px;
    width: 250px;
}

.middle{
    min-height: 300px;
    width: 698px;
}

.right {
    min-height: 300px;
    width: 250px;
}

.tab_left{
    background-color: #B6B6B6;
    border: solid black 1px;
    width: 200px;
    min-height: 250px;
    margin-left: auto;
    margin-right: auto;
    box-shadow:3px 3px 3px black;
    border-radius: 8px;
    text-indent: 4px;
   
}

.tab_left p{
    padding-top: 2px; 
    margin-left: 2px;
    text-indent: -4px;
}

.tab_right{
    background-color: #B6B6B6;
    border: solid black 1px;
    width: 200px;
    min-height: 260px;
    margin-left: auto;
    margin-right: auto;
    box-shadow:-3px 3px 3px black;
    border-radius: 8px;
    text-indent: 4px;

}

.tab_right p{
    padding-top: 2px;
    margin: 0;
    text-indent: -4px;
}

.tab_middle{
    background-color: #B6B6B6;
    border: solid black 1px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    box-shadow:0px 3px 3px black;
    border-radius: 8px;
    overflow: hidden;
    margin:auto;
}      

.tab_middle p{
    padding-top: 2px;
    margin: 0px;
    text-indent: -4px;
}   
           
.tab_middle form {
    width: 500px;
    margin:auto;
}


.tab_middle form select{
    border-radius: 3px;
    text-indent:5px;
    border: none;
    border-bottom: 1px solid #aaaaaa;
    background-color: #f4f4f4;
    outline: none;
    width: 180px;
    font-size: 12px;
    position:relative;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.tab_middle form #fastbar{
    width:100%;
    text-align: center;

}


.tab_middle form #fastbar .tech {
    border: none;
    background-color: #dbdbdb;
    outline: none;
    width: 300px;
    font-size: 14px;
    position:relative;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #222222;
    border-right: 2px solid #222222;
    margin-left:100px;
    margin-bottom: 4px;
    transition: all 0.5s;
    float:left;
}

.tab_middle form  #fastbar .tech:hover {
    background: rgba(41,137,204,0.65);
    font-style: italic;
    font-weight: bold;
}


.tab_middle form #fastbar fieldset{
    border:0;
    float:left;
    margin-left: -10px;
    width: 498px;
}

.tab_middle form #fastbar .tech2 {
    border: none;
    background-color: #dbdbdb;
    outline: none;
    width: 300px;
    font-size: 14px;
    position:relative;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #222222;
    border-right: 2px solid #222222;
    margin-left:100px;
    margin-bottom: 4px;
    transition: all 0.5s;
    float:left;
}



.btn_reload{
    display: inline-block;
    background-color: #dbdbdb;
    width: 150px;
    height: 16px;
    text-align: center;
    padding-top: 3px;
    margin-top: 4px;
    border: solid black 1px;
    border-radius: 10px;
    box-shadow:3px 3px 3px black;
}



.btn_reload_a{
    display: inline-block;
    background-color: #B6B6B6;
    width: 150px;
    height: 16px;
    text-align: center;
    padding-top: 3px;
    margin-top: 4px;
    border: solid black 1px;
    border-radius: 10px;
    box-shadow:3px 3px 3px black;
}

.craft a:hover{
    background: rgba(41,137,204,0.65);
    color: #000000;
    transition: all 0.25s;
}

.btn_inv{
    display: inline-block;
    background-color: #dbdbdb;
    width: 150px;
    height: 22px;
    text-align: center;
    margin-top: 4px;
    border: solid black 1px;
    border-radius: 10px;
    box-shadow:3px 3px 3px black;
}

input[type="submit"].btn_inv:hover{
    background: rgba(41,137,204,0.65);
    color: #000000;
    transition: all 0.25s;
    font-weight: bold;
}


#reload a:hover{
    background: rgba(41,137,204,0.65);
    color: #000000;
    transition: all 0.25s;

}
 
.kampfbericht{
    width: 100%;
}

.kampfberichtdesign{

    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 900px;
    min-height: 200px;
    background-color: #bbbbbb;

    border-left: solid black 2px;
    border-right: solid black 2px;
    border-bottom: solid black 2px;
    
    margin-left: auto;
    margin-right: auto;
}



.runde{
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;                                           
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top : solid black 2px;
    border-bottom: solid black 2px;
	width: 900px;
	background: linear-gradient(to top, #0493E5, #0097D7);
	height: 26px;
	font-family: Arial;
	font-size: 18px;
	padding-top: 4px;

}

#kampa_trys{
    width: 600px;
    text-align: center;

}

.sell_mats{
    width: 400px;
    height: 140px;
    background-color: #acacac;
    border: solid black 1px;
    border-radius: 10px;
}

.btn_r_inv{
    display: inline-block;
    background-color: #c2c2c2;
    width: 90px;
    height: 16px;
    text-align: center;
    padding-top: 3px;
    margin-top: 4px;
    margin-right: 10px;
    border: solid black 1px;
    border-radius: 10px;
    box-shadow:3px 3px 3px black;

}

#inv_sort a:hover{
    background: rgba(41,137,204,0.65);
    color: #000000;
    transition: all 0.25s;
}

#upgrade_container{
    margin-top: 20px;
    width: 100%;
    min-height: 100px;
}

.upgrade{
    background-color: #000000;
    color: #FFFFFF;
    width: 400px;
    min-height: 100px;
    text-align: left;
    border-radius: 8px;
    display: inline-block;
    margin: 5px;
}

.upgrade #sec_one{
    width: 100%;
    height: 25px;
    border-bottom: solid white 1px;
}

.upgrade #sec_one span{
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}

.upgrade #sec_two{
    width: 100%;
    height: 85px;
    border-bottom: solid white 1px;
}

.upgrade #sec_two_one{
    width: 290px;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.upgrade #sec_two_one span{
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}

.upgrade #sec_two_two{
    width: 100px;
    height: 85px;
    vertical-align: middle;
    display: inline-block;
}

.upgrade #sec_two_two .btn_buy{
    display: inline-block;
    background-color: #FFFFFF;
    width: 80px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
    margin-top: 4px;
    border: solid black 1px;
    border-radius: 15px;
    box-shadow:3px 3px 3px black;
}

.upgrade #sec_two_two .btn_buy:hover{
    background: rgba(41,137,204,1);
    transition: all 0.25s;
    cursor: pointer;
}

.upgrade #sec_two_two span{
    height: 85px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}


.upgrade #sec_three{
    width: 100%;
    height: 25px;

}

.upgrade #sec_three span{
    height: 25px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}

.btn_cc{
    display: inline-block;
    background-color: #c2c2c2;
    min-width: 90px;
    height: 16px;
    text-align: center;
    padding-top: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 4px;
    margin-right: 10px;
    border: solid black 1px;
    border-radius: 10px;
    box-shadow:3px 3px 3px black;

}

#craft_sites a:hover{
    background: rgba(41,137,204,0.80);
    color: #000000;
    transition: all 0.25s;
}

.level_wahl
{
    width: 100%;
    min-height: 25px;
    margin-top: 25px;
}

.level_auswahl {
    width: 600px;
    height: 48px;
    background-color: #f3f3f3;
    border: 1px solid #000000;
    border-radius: 5px;
    border: solid black 1px;
    margin-top: 5px;
    display: grid;
    grid-template-columns: 49px 70px 400px 81px; /* Erste Spalte 50px, zweite 500px, dritte 50px */
}

.level_auswahl_d {
    width: 600px;
    height: 48px;
    background-color: #037037;
    border: 1px solid #000000;
    border-radius: 5px;
    border: solid black 1px;
    margin-top: 5px;
    display: grid;
    grid-template-columns: 49px 70px 400px 81px; /* Erste Spalte 50px, zweite 500px, dritte 50px */
}

.level_auswahl_item {
    display: flex;
    align-items: center; /* Vertikale Zentrierung */
    text-align: left;
    font-size: 14px;
}

.level_auswahl_item:nth-child(1) {
    border-right: solid black 1px;
}
.level_auswahl_item:nth-child(2) {
    padding-left: 10px;
    font-weight: bold;
}
.level_auswahl_item:nth-child(3) {
    border-right: solid black 1px;
    padding-left: 5px;
    display: flex;
    flex-direction: column; /* Elemente in der dritten Spalte untereinander anzeigen */
    justify-content: center; /* Vertikale Zentrierung der Inhalte */
}

.level_auswahl_item:nth-child(4) {
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    text-align: center; /* Text in der Mitte ausrichten */
    display: flex; /* Flexbox verwenden, um Zentrierung zu ermöglichen */
    position: relative; /* Für die Positionierung des Bildes und des Textfeldes erforderlich */
}

.positioned-image {
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    cursor: pointer; /* Zeigt an, dass das Bild interaktiv ist */
}

.hover-text {
    display: none; /* Standardmäßig versteckt */
    position: absolute; /* Absolut positioniert relativ zum .grid-item */
    top: 50%; /* Startet bei 50% der Höhe des Containers */
    transform: translateY(-50%); /* Verschiebt das Textfeld um die Hälfte seiner eigenen Höhe nach oben */
    left: calc(100% + 5px); /* 5px rechts außerhalb des Containers */
    background-color: rgba(0, 0, 0, 0.7); /* Dunkler Hintergrund für das Textfeld */
    color: #fff; /* Weiße Textfarbe */
    padding: 5px; /* Innenabstand für das Textfeld */
    border-radius: 5px; /* Abgerundete Ecken */
    white-space: nowrap; /* Verhindert, dass der Text umbricht */
}

.level_auswahl_item:nth-child(4):hover .hover-text {
    display: block; /* Textfeld anzeigen beim Hover über das Bild */
}

.level_auswahl_d:hover .level_auswahl_item{
    /* background-color: rgba(41,137,204,0.80);  Hintergrundfarbe wird bei Hover blau */
    background-color: #69ba2b; /* Hintergrundfarbe wird bei Hover blau */
    font-weight: bold;
}

.level_auswahl_d:hover .level_auswahl_item:nth-child(3){
    /* background-color: rgba(41,137,204,0.80);  Hintergrundfarbe wird bei Hover blau */
    background-color: #69ba2b; /* Hintergrundfarbe wird bei Hover blau */
    font-size: 16px;
    font-weight: bold;
}

.level_auswahl:hover .level_auswahl_item{
    /* background-color: rgba(41,137,204,0.80);  Hintergrundfarbe wird bei Hover blau */
    background-color: #69ba2b; /* Hintergrundfarbe wird bei Hover blau */
    font-weight: bold;
}

.level_auswahl:hover .level_auswahl_item:nth-child(3){
    /* background-color: rgba(41,137,204,0.80);  Hintergrundfarbe wird bei Hover blau */
    background-color: #69ba2b; /* Hintergrundfarbe wird bei Hover blau */
    font-size: 16px;
    font-weight: bold;
}



.ladebalken-co-container
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.ladebalken-container {
    width: 700px;
    height: 30px;
    background-color: #f3f3f3;
    border: 1px solid #000000;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ladebalken {
    height: 100%;
    width: 0;
    background: rgba(41,137,204,0.65);
    animation: laden 2s forwards;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ladebalken-text {
    position: relative;
    z-index: 1;
    color: #333;
    font-size: 20px;
}

@keyframes laden {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.btn_uks1{
    width: 400px;
    height: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Für die Textzentrierung innerhalb der Divs */
    margin-top: 10px;
}

.btn_uks1:hover{
    color: #000000;
    font-weight: normal;
    font-size: 16px;

}
