body
{
	margin: 0;
	padding: 0;
	font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
	font-family: Univers,"Trebuchet MS",Helvetica,Arial,sans-serif;
}


.main
{
	min-height: 100vh;
	background-color: #396494;

}

.content
{
	background-color: #fff;
	border-radius: 25px;
	padding: 20px;
	padding-bottom: 0;
	margin: 15px auto;
	font-size: 120%;
	max-width: 1200px;
	height: 550px;
}

footer
{
	padding-bottom: 20px;
	background-color: #ccc;
	font-size: 120%;
	padding: 20px;
	margin: 0 auto;	
	margin-top: 20px;
	border-radius: 25px;
	max-width: 1200px;
}

footer a
{
	text-decoration: none !important;
	font-weight: bold;
}

section
{
	padding-bottom: 25px;
	clear: left;
}

.acib_header h1
{
	color: #fff;
	font-size: 190%;
	margin:20px 0;
	font-weight: normal;
	line-height: 1em;
	padding:0;
}

.content h2
{
	margin-top: 0;
}

.acib_header
{	
	height: 120px;
	background-image: url("img/headerbg.png");
	margin: 0;
	padding: 0;
}

.left
{
	color: #fff;
	float: left;
	padding: 10px;
	padding-bottom: 0;
}

.header_nav, #chrsel
{	
	padding-top: 20px;
	float: left;
}

.header_nav a
{
	text-decoration: none !important;
	font-variant: small-caps;
	font-size: 16px;
	color: #fff;
}

.header_nav a[href*="contact"]
{
	color: #f33;
}

#chrsel
{
	padding-top: 18px;
	float: left;
	text-decoration: none !important;
	font-variant: small-caps;
	font-size: 16px;
	color: #fff;
	margin-left: 40px;
}

.header_nav a:hover
{
	color: #ff0;
}

.header_nav a.actual
{
	color: #aaa;
	font-weight: bold;
}

.right
{
	position: absolute;
	left:750px;
	right: 15px;
}

.logo
{
	width: 0%;
	min-width: 330px;
	float: right;
	background-color: #fff;
	border-top-left-radius: 100px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
	animation: acib_header 3s ease forwards;
}

@keyframes acib_header {
    from { width: 100%; }
    to { width: 330px; }
}

.acib_header img
{
	height: 100px;
	float: right;
	padding: 10px;
}

.highlight
{
	font-size: 130%;
}

.highlight span
{
	color: #c7d300;
	font-weight: bold;
	font-style: italic;
}

.boku_logo
{
	-webkit-animation:spin 1s linear 3;
	-moz-animation:spin 1s linear 3;
	animation:spin 1s linear 3;
	margin-right: 15px;
}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.c2left
{
	width: 350px;
	float: left;
}

.c2right
{
	width: 350px;
	float: right;
}

#imprint
{
	overflow:auto;
}
#contact
{
	padding-top: 25px;
	overflow:auto;
}

figure img, figcaption
{
	margin:0 auto;
	display:block;
	text-align: center;
}


#GenomeBrowser
{
	position: absolute;
	top: 120px;
	bottom:0;
	margin: 0 auto;
}

.download
{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 970px) 
{
    .logo    
    {
        display: none;
    }
}

svg:hover #eye
{
	fill:#f00;
}
