/* Animation */
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-webkit-keyframes move_enter{
 0%{}
 100%{transform: rotateY(180deg);}
}

@keyframes move_enter{
 0%{}
 100%{transform: rotateY(180deg);}
}

@-webkit-keyframes hideme{
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes hideme{
	from { opacity: 1; }
    to { opacity: 0; }
	
}

/* RESET */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul{
	list-style-type: none;
}

a{
	text-decoration: none;
}

/* ALLGEMEIN */
.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}

.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}
.left{float: left;}
.right{float: right;}

/* HEADER */
#logo{
	display: inline;
}
#logo li:hover ul{
	display: block;	
}
#logo ul ul{
	background-color: #222;
    color: #9d9d9d;
    display: none;
	margin-left: -15px;
    padding-left: 15px;
    padding-top: 20px;
}
#logo li a{
	display: block;
	color: #9d9d9d;
	background-color: #222;
}
#logo li, #logo p{
	background-color: #222;
}
#logo .active > a, #logo a:hover{
	background-color: #222;
}
#logo ol, #logo ul {
    margin-bottom: 0px;
}

#MenuInsolite{
	font-size: 14px;
	width: 100px;
}
#MenuInsolite li{
	background-color:black;
	height: 40px;
	line-height: 40px;
	color: #00FF33; 
	float:left;
	width: 85px;
}

.nav {
	 float: right;
}
.navbar-brand, .navbar-inverse .navbar-nav > li > a{
	color: #9d9d9d;
}
.colortechnick .navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover{
	color: #000;
	background-color: #00FF68;
}
a:hover{
	color: #000;
	background-color: #00FF68;
}

/* MAIN */
body{
	background-size: 100vw 100vh;
	background-color: #222;
	background: url(../images/wallpaper.jpg) no-repeat;	
}

section{
	padding-top: 132px;
	margin-left: 2%;
	margin-right: 2%;
}

/* Home */
.home{
	color:#00FF68;
}

.homebody{
	background: url(../images/wallpaper.jpg) no-repeat;
	background-size: 100vw 100vh;	
}
#homeh1{
	left: 32.8%;
    position: absolute;
    top: 22.6%;
}
#ArkCounter{
	left: 1%;
    position: absolute;
    top: 15%;
}
#enter{
	height: 7%;
    left: 47.8%;
    position: absolute;
    top: 46.6%;
    width: 4.4%;
}
#enter:hover{
	animation : move_enter 1s linear 0s;	
}



#navhome li{
	float:left;
}

li{
	background-color: black;
	height: 35px;
	//line-height: 65px;
	color: #00FF33; 
	float:left;
}

#counter{
	width:95px;
	//height:65px;
}

.kontakt{
	color: #00c8ff;
}
.kontaktbody{
	background: url(../images/wallpaper_kontakt.png) no-repeat 50% 50% #222;
	background-size: cover;
	height: 100vh;
	color: #00c8ff;
}
#myNavbarkontakt .active > a, 
#myNavbarkontakt a:hover{
	color: #000;
	background-color: #00c8ff;
}
.form-control{
	min-width: 250px;
}
#postdiv{
	font-size: 16px;
	margin-top: -57px;
    max-height: 30px;
	padding-left: 5px;
	opacity: 1;
	-moz-animation: hideme 0s ease-in 10s forwards;
	-webkit-animation: hideme 0s ease-in 10s forwards;
	animation:hideme 0s ease-in 10s forwards;
}
#formular{
	float: left;
	height: 450px;
	background-color: transparent;
	width: 33%;
}
#googlemap{
	float: right;
    overflow: hidden;
}

.tableau
{
	font-family: Tahoma;
	border: thin outset #33FF33;
}
.divtab {
	cursor: hand;
	filter:alpha(opacity=80); 
	height: 348px;
	margin-top: 48px;
	opacity:0.8;
	overflow:scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 0px;
	padding-top: 7px;
	scrollbar-face-color:#666666;
	width: 1071px;
}


.joueur {
	font-family: Tahoma;
	font-size:8px;
	color: #99FF66;
}
.civ {
	font-family: Tahoma;
	color: #FFFF99;
	font-size: smaller;
}
.date {
	font-family: Tahoma;
	font-weight: bold;
	width:1050px;
	filter:alpha(opacity=80); 
}
.date td{	
	border-spacing:0px;
  	border-bottom-style: thin;
    border-left: medium none;
    border-right: medium none;
}


.backgroundtab {
	background-image: url(../images/00008960.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;

}
.transparence{
	opacity:0.4;
	filter:alpha(opacity=40);
}
     
.TableLogin {
	text-align: center;
	vertical-align: middle;
	height: 400px;
	width: 100%;
	border: thin none #00FF33;

}
.connection {
	background:url(../images/connection.jpg) top right no-repeat;
	width:98px;
	height: 50px;
	padding: 0 0 0 10px;
	cursor: pointer;
	border:0;
}
.nouvellePartie {
	background:url(../images/Btn_Nouvelle_Partie.jpg) top left no-repeat;
	width:98px;
	height: 50px;
	padding: 0 0 0 10px;
	cursor: hand;
	border:0;
}

.retourinsolite{
	background:url(../images/capuche.gif) top left no-repeat;
	width:50px;
	height: 52px;
	padding: 0 0 0 0px;
	cursor: help;
	border:0;
}
.divscore{
	float:left;
	height: 135px;
	overflow:scroll;
	overflow-x: hidden;
	overflow-y:auto;
	scorllbar-face-color:#666666;
	display: inline-table;
	scrollbar-face-color:#666666;
	position:absolute;
	top: 186px;
}
.refresh{
	background-image: url(../images/refresh.jpg);
	height: 50px;
	width: 50px;
	cursor: hand;
}
/*
#starcraft {
	background-image: url(images/starcraft_cover.jpg)
	width: 330px;
}
*/
#starcraft  :hover {
	filter:alpha(opacity=50);
	cursor: hand;
}

#sup:hover {
	filter:alpha(opacity=50);
	cursor: hand;
}


div#nomJoueur a:hover span {display: block;
   position: absolute; top: 200px; left: 0; width: 125px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #AAA; background: black;
   font: 10px Verdana, sans-serif; text-align: center;
}

#space {
	height:138px;
}

