@import url("//fnt.webink.com/wfs/webink.css/?project=EA6C29FA-0BA2-48BC-8BA5-C63C655A7995&fonts=FED7BA4D-9940-546C-184F-B8A8B98DE86B:f=HermesOptimoTypewriter");


/* --------------------------- NAVI --------------------------- */



@media screen{
	body > div#navicont {
		position: fixed;
	}
}


/* Footer elements */

#logo {
	width: 300px;
	height: 56px;
	line-height: 18px;
	margin: 10px 0px 0px 40px;
}


#navi {
	float: left;
	color: #ffffff;
	width: 350px;
	height: 56px;
	line-height: 18px;	
	margin: 10px 0px 0px 0px;
}



@media print {
	#navicont {
		background: #ffffff;
		clear:all;
		width: 100%;
		padding-top: 10px;
		height: 66px;
		position: static;
	}
}

@media screen {

	#navicont {
		background: #ffffff;
		width: 100%;
		height: 66px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: 900;
	}
}



/* --------------------------- NAVI BUTTONS --------------------------- */





/*
#logo a, #navi a, #navi span, #imgnavi a {
	float: left;
	height: 0px !important;
	height :16px; 
	padding: 16px 0 0 0;
	overflow: hidden;
}
*/

/*
#navi a, #navi span {
	float: left;
}

a.logo {
	width: 244px;
	background: url(/img/artwork/logo.gif) top left no-repeat;
}
a.logo_h {
	width: 244px;
	background: url(/img/artwork/logo.gif) top left no-repeat;
}
a.about {
	width: 53px;
	background: url(/img/artwork/about.gif) top left no-repeat;
}
a.contact {
	width: 68px;
	background: url(/img/artwork/contact.gif) top left no-repeat;
}
a.news {
	width: 45px;
	background: url(/img/artwork/news.gif) top left no-repeat;
}
a.search {
	width: 54px;
	background: url(/img/artwork/search.gif) top left no-repeat;
}
span.slash {
	width: 13px;
	background: url(/img/artwork/slash.gif) top left no-repeat;
}

*/



a.left {
	width: 24px;
	margin-right: 10px;
	background: url(/img/artwork/left.gif) top left no-repeat;
	display: inline-block;
	text-indent: -99999px;
	color: white;
}
a.right {
	width: 24px;
	background: url(/img/artwork/right.gif) top left no-repeat;
	display: inline-block;
	text-indent: -99999px;
	color: white;
}





/* -------------------- SPLASH PAGE -------------------- */


#splashcontainer {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 233px;
	display: block;
	float: none;
	margin-top: -270px;
	margin-left: -116px;
}

#splashcontainer img {
	text-align: center;
}

