/* @override http://www.egdb.bientot.ch/ndxz-studio/site/egdb/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 36px 0px 20px 90px;
	font-size: 11px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 740px;
}

body.section-1 {
	
}

body.section-2 {
	
}

body.section-3 {
	
}

a {
	text-decoration: none;
	color: #000;
	padding: 0px 0px 1px 0px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 2px 0px;
}

li a {
	padding: 1px 2px 1px 2px;
}

li.active a,
a:active {
	text-decoration: none;
	background: url(traitjaune.png) repeat-x 0 2px;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	background: url(soulignejaune.png) repeat-x 0 7px;
}

a img {
	border: none;
}

.container {
	padding: 4px 4px 8px 8px;
}

#menu {
	
}

#menu .container {
}

a.homelink
{
	margin: 12px 0px 0px -48px;
	padding: 6px 0px 0px 4px;
	display: block;
	float: left;
	width : 215px;
}

a.homelink:hover {
	background: none;
}

#menu ul
{
	display: block;
	float: left;
	width : 100px;
	margin-left: 9px;
	list-style: none;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu ul li {	
	line-height: 14px;
	padding-left: 0px;
}

#menu ul li.section-title {
	padding-left: 0px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content {
	
}

p {
	margin: 0 0 9px 0;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
}

div.exhibit-title {
	font: bold 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#img-container {
	margin: 0;
	padding: 0;
	width: 600px;
	height: 510px;
	margin-bottom: 16px;
}

#img-container p {
	margin: 0;
	padding: 4px 0 4px 0;
}

#img-container div p {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

#img-container p.nav {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	padding: 0px 0px 2px 0px;
}

#img-container img.img-bot {
	max-width: 600px;
	max-height: 480px;
}

#content div.container div.text {
	/*
	column-count : 2;
	-moz-column-count : 2;
	-webkit-column-count : 2;
	*/
	width: 580px;
}

#once {
	clear: left;
}

.clear {
	clear: both;
}

div#footer div.container
{
	font: italic 9px Georgia, "Times New Roman", Times, serif;
	margin-right: 12px;
}

div#impressum
{
	font: italic 9px Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
}

div#impressum.static p
{
	display: inline;
	padding-right: 4px;
}

div#impressum.static br
{
	display: none;
}


div#impressum.dynamic {
	background: #ffffff url(impressum.png) no-repeat 0 0;
	padding: 4px 8px 4px 16px;
	border-top: 1px solid #fcd828;
	position: fixed;
	bottom: 20px;
	right: 0px;
	margin: 0px;	
	width: 140px;	
	z-index: 10000;
}

div#impressum.close {
	margin-right: -148px;
}


