/**
* CSS
* 
* @version 1.0
*/
* {
	margin: 0;
	padding: 0;
	
}

*:focus
{
  -moz-outline: none;
}

a:focus
{
  -moz-outline: none;
}


body {
	font-size: 12px;
	font-family: Georgia, serif;
	color: #000;
	background: #fff;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a { text-decoration: none; font-size: 11px; color: #000; font-style: italic; }
a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none }
a:hover { text-decoration: none; color: #d1d20d}

a img { border: none; }



#menu {

	display: block;
	list-style:none;
	float: none;
	
    position: fixed;
	z-index: 200;
    top: 0;
    bottom: 0;
	left: 0;
	margin-left: 0px;
	height: 100%;
	padding-left: 6px;
	border-left: dotted #ccc 1px;
	background-color: #fff;
}

.main_section_container {
	position: fixed;
	z-index: 200;
	background-color: #fff;
	padding-top: 150px;
	padding-right: 0px;
	border-right: dotted #ccc 1px;
	height: 100%;
}

.subsections_container {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
	left: 138px;
	padding-top: 155px;
	height: 100%;
	padding-left: 10px;
	border-right: dotted #ccc 1px;
	background-color: #fff;
	padding-right: 0px;
	line-height: 22px;
	width:130px;
}

.main_section_container ul {
	list-style: none;
	margin: 0 0 -3px 0;
	display: block;
	cursor: pointer;
	float: none;
	line-height: 43px;
}

.main_section_container ul li.section-title { 
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline;
}

#test { 
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: inline;
}

.subsections_container ul li {
	cursor: pointer;
		display: block;
	list-style:none;
	float: none;
}

#content {
	position: absolute;
    height: 740px;
    left: 280px;
	width: 718px;
    top: 0;
	/*border-right: dotted #ccc 1px;*/
	padding-right: 0x;
	padding-top: 0px;
	z-index:300;

}

#contentL {
	position: absolute;
    height: 100%;
    left: 380px;
	width: 770px;
    top: 0;
	/*border-right: dotted #ccc 1px;*/
	padding-right: 0x;
	padding-top: 0px;
}

#contentM {
	position: absolute;
    height: 100%;
    left: 380px;
	width: 763px;
    top: 0;
	/*border-right: dotted #ccc 1px;*/
	padding-right: 0x;
	padding-top: 0px;
}

.logo1 {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 5000;
}




.container {
    position: relative;
	width:100%;
	height:740px;
	z-index:300;
}

em {
	color: #000;
	text-decoration: none;
}

p {
    margin: 0;
    color: #aaa;
    text-align: left;
}

.indexhibitlink a:visited {
	text-decoration: none;
}

.indexhibitlink a:hover {
	text-decoration: underline;
}


#content .container p a:not(#prev, #next):before {
	content: "– ";
}

h1 { font-size: 32px; }
h2 { font-size: 32px; }
h3 { font-size: 32px; }
h4 { font-size: 32px; }

#img-container	{ margin: 0; padding: 0; width: 570px;}
#img-container p	{ width: 570px; margin: 0; padding: 0 0 12px 0;}

#img-container img {
	width: 570px;
	margin-top: 10px;
}

#once { clear: left; }

#prev:visited {
	text-decoration: none;
}

#next:visited {
	text-decoration: none;
}


.standardlink { text-decoration: none; color: #999; font-style: normal;}
.standardlink:link { text-decoration: none; font-style: normal;}
.standardlink:active { text-decoration: none; font-style: normal;}
.standardlink:visited { text-decoration: none; font-style: normal;}
.standardlink:hover { text-decoration: underline; color: #999; font-style: normal;}

#showmenu {
	cursor: pointer;
	margin-top: 80px;
	margin-left: 10px;
}

#showmenu ul li em:hover {
	text-decoration: none;
	color: #DDDE01;
}


.bild {
	position: static;
}