@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#2D486A;
	font-size: 9px;
	color:#CCCCCC;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#base {
	position: fixed;
	}

.hide {
	display: none;
	}
	
h1, h2, ul, li {
	list-style: none;	
	}
h1 {
	font-size: 0;}
h3 {
	list-style: none;
	font-size: 3px;
}
/* ------------------------------------HEADER */

#base #header {
	position: absolute;
	z-index: 4;
	left: -106px;
	top: -14px;
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	}

#base h1 a {
	display: block;
	width: 120px;
	height: 30px;
	font-size: 2px;
	text-indent: -2000em;
	background-image:url(zrz.png);
	background-repeat: no-repeat;
	}
	
#base h1 a:hover {
	width: 120px;
	}
	
	/*--------------------------------------- NAVIGATION */

#nav {
	position: fixed;
	width: 93px;
	top: 160px;
	left: -38px;
	z-index: 2;
	border-top-style: solid;
	border-top-color: #66FF00;
	padding-right: 116px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-top: 5px;
	}	

#nav ul {width: 93px;}
	
#nav li {float: left; position: relative;}
	
#nav li a {
	display:block;
	font-size: 2px;
	text-indent: -1000em;
	background-position: 0 -14px;
	width: 93px;
	height: 14px;
	margin-bottom: 5px;
	}
#nav li strong a { background-position: 0 0px;}
#nav li a:hover { background-position: 0 0px; }

#nav a#exhib{background-image:url(zrz-exhibition.png); }
#nav a#symp{background-image:url(zrz-symp.png); }
#nav a#infos{background-image:url(zrz-info.png); }
#nav a#press{background-image:url(zrz-press.png); }
#nav a#theo{background-image:url(zrz-theo.png); }
#nav a#shop{background-image:url(zrz-shop.png); }

/*-------------------------------SUBNAV level1-------------------------*/

#nav ul.level1 {
	display: block;
	position: relative;
	width: 140px;
	margin: 0;
	padding-left: 25px;
	padding-bootom: 5;
	padding-right: 0;
	padding-top: 0;
	line-height: 12px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	}

#nav ul.level1  li {
	float: none;
	width: 140px;
	padding: 0;
	margin:0;
	line-height: 12px;
	vertical-align: top;
	}
		
#nav ul.level1  li a {
	font-size: 10px;
	text-indent: 0;
	text-decoration: none;
	color:#CDF2BD;
	font-weight:normal;
	line-height: 12px;
	height: 12px;
	padding: 0; margin: 0;
	width: 140px;
	}

#nav ul.level1  li strong a {	
	color:#A0DA1B;
	padding: 0; margin: 0;
	width: 140px;
	}

#nav ul.level1  li a:hover {
	color:#a9d361;
	width: 140px;
	}
	
a:link {
	color: #ABEC4A;
	text-decoration: none;
}
a:visited {
	color: #BCEC62;
	text-decoration: none;
}
a:hover {
	color: #BCEC62;
	text-decoration: none;
	background-color: #17284F;
}
^

/*-------------------------------SUBNAV level2-------------------------*/

#nav ul.level2 {
	display: block;
	position: relative;
	width: 100px;
	left: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0;
	line-height: 12px;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	}

#nav ul.level2  li {
	float: none;
	width: 100px;
	padding: 0;
	margin-left:-10px;
	line-height: 12px;
	vertical-align: top;
	}
		
#nav ul.level2  li a {
	font-size: 10px;
	text-indent: 0;
	text-decoration: none;
	color:#CDF2BD;
	font-weight:normal;
	line-height: 12px;
	height: 12px;
	padding: 0; margin: 0;
	width: 100px;
	}

#nav ul.level2  li strong a {	
	color:#A0DA1B;
	padding: 0; margin: 0;
	width: 100px;
	}

#nav ul.level2  li a:hover {
	color:#a9d361;
	width: 100px;
	}
	
a:link {
	color: #ABEC4A;
	text-decoration: none;
}
a:visited {
	color: #BCEC62;
	text-decoration: none;
}
a:hover {
	color: #BCEC62;
	text-decoration: none;
	background-color: #17284F;
}

