@charset "utf-8";
*{
	box-sizing: border-box;
}

html, body {
	margin:0;
	padding:0;
	height: 100%;
	min-height: 5em;
}
body {
	font-size: 16px;
	background-image: url(../../bilder/cerebro-bg.png);
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	padding: 0 1em;
}
#ITcent {
	width: 100%;
	max-width: 60em;
	min-width: 60em;
	margin: 0 auto;
	box-shadow: 0px 0px 3em rgba(50, 50, 50, 0.5);
    background-color: #f2f2f2;
	padding: 0 2em;
	min-height: 100%;
	position: relative;
}
#ITHead {
	margin: 0 auto;
	display: table;
	padding: 1.5em 0;
}
#ITcent header {
	display: table-cell;
	margin: 0 auto;
}
#ITcent header a {
	vertical-align: middle;
	font-size: 1.3em;
	color: #999999;
}
#ITcent header a:hover {
	color: #1d1d1b;
}
#ITcent .headan a:first-child {
color: #1d1d1b;
}
#ITcent .headan .cereblogcent {
	vertical-align: middle;
	margin: 0 1.2em;
	transition: transform linear 0.5s;
}
#ITcent .headan:hover > .cereblogcent {
	    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
#ITcent nav {
	display: table;
	margin: 0 auto;
	border-top: 0.05em solid #a9adaa;
	border-bottom: 0.05em solid #a9adaa;
}
#ITcent nav .ITnavi {
	display: table;
	margin: 0 auto;
	padding: 0;

}
#ITcent nav .ITnavi li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0.2em;
	padding: 0.3em;
}
#ITcent nav a { 
padding: 0.5em 1em;
text-decoration: none;
color: #668172;

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

#ITcent nav ul li a:hover,nav ul li a:active, nav ul li a:focus { 
background: #58665a;
color: #ffffff;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s forwards;
}
#ITcent nav ul li a {
	text-transform: uppercase;
}
#ITcent nav .ITactivenav1 li:nth-child(1) a,
.ITactivenav2 li:nth-child(2) a,
.ITactivenav3 li:nth-child(3) a,
.ITactivenav4 li:nth-child(4) a,
.ITactivenav5 li:nth-child(5) a,
.ITactivenav6 li:nth-child(6) a,
.ITactivenav7 li:nth-child(7) a,
.ITactivenav8 li:nth-child(8) a {
	background: #58665a;
	color: #ffffff !important;
}

#ITcent .ribbon{
	position: absolute;
	top: 0;
	right: -13px;
}


 .AGnaviEb1Li > .navbtz:hover ~ .AGnaviEb2, .AGnaviEb2:hover {
	 z-index: 9998;
 }
 .AGnaviEb1Li > .navbtz:active ~ .AGnaviEb2, .AGnaviEb2:active {
	 z-index: 7777;
 }
 .AGnaviEb1Li > .navbtz:focus ~ .AGnaviEb2, .AGnaviEb2:focus {
	 z-index: 8888;
 }
 
 
 .AGnaviEb1Li > .navbtz:hover ~ .AGnaviEb2, .AGnaviEb2:hover,
 .AGnaviEb1Li > .navbtz:active ~ .AGnaviEb2, .AGnaviEb2:active,
 .AGnaviEb1Li > .navbtz:focus ~ .AGnaviEb2, .AGnaviEb2:focus {
	 display: inline-block;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s forwards;
 }

#ITcent article {
	padding: 0 0 3em 0;
}
#ITcent article p {
	width: 680px;
}
#ITcent article ul {
	width: 600px;
}
#ITcent h1 {
	border-top: 0.05em solid #1D1D1B;
	border-bottom: 0.05em solid #1D1D1B;
	color: #7F8981;
}
#ITcent header a {
color: #999999;
text-decoration: none;
letter-spacing: 1px;
font-size: 20px;
}
.ITpartntbl {
    display: table;
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 10px;
    vertical-align: middle;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.ITpartntbl figure {
	display: table-cell;
	vertical-align: middle;
}

.ITpartntbl img {
	border: none;
	margin:0;
	padding:0;
	width: 100%;
}
#ITcent footer {
	
	position: fixed;
	bottom:1em;
	margin: 0 auto;
	width: 100%;
	max-width: 56em;
	min-width: 56em;
	text-align: center;
	border-top: 1px solid #A9ADAA;
    border-bottom: 1px solid #A9ADAA;
	background: #f2f2f2;
}
#ITcent footer a {
color: #7f8981;
text-decoration: none;
}
#ITcent footer a:hover {
color: #7f8981;
text-decoration: underline;
}
@media only screen and (max-height: 600px) {
	#ITcent footer {
		position: absolute;
	}
}