
/* --------------------------- 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; /* IE 5/Win hack */ 
	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: 19px;
	margin-right: 10px;
	background: url(/img/artwork/left.gif) top left no-repeat;
}
a.right {
	width: 19px;
	background: url(/img/artwork/right.gif) top left no-repeat;
}





/* -------------------- 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;
}


