/**
* CSS
* 
* @version 2.0
* @author Simon Maris
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	line-height: 22px;
	color: #000;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background: #fff;
}

.grey {
	color: #777;
}

.black {
	color: #000;
}

ul { margin-left: 0px; padding-left: 0px; list-style: none outside; }
ul ul { margin-top: 5px; margin-bottom: 5px; }

p {
    margin: 0 0 9px 0;
}

h1, h2 { font-size: 14px; margin: 0; padding: 0; text-transform: uppercase;}
h3 { font-size: 12px; }
h4 { font-size: 11px; }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }

a img { border: none; }

#index {
	width: 210px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	text-align: right;
	font-weight: bold;
}

#logo {
	width: 210px;
}

#index ul#section_2 {
	margin-top: 43px;
}

#index ul li { 
	padding: 0;
	display: block;
	font-size: 1.1em;
	margin-top: 11px;
	margin-bottom: 11px;
	font-weight: bold;
}

#index ul#section_2 .section_title { 
	display: block;
	margin-bottom: 11px;
}


#index ul#section_2 ul li {
	padding: 0;	
	font-size: 1em;
	margin: 0;
	font-weight: normal;
}
#index ul#section_2 li.exhibit_title a {
	color: #777;
}

#index ul#section_2 li.active a {
	color: #000;
}

#index ul li #navigation-highlight-active {
	display: none;
	padding-left: 3px;
}

#index ul li.active #navigation-highlight-active {
	display: inline;
}

#index ul#Hauptseiten li #navigation-highlight-active {
	font-size: 0.8em;
}

#copyright {
	text-align: right;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 210px;
	line-height: 14px;
	height: 69px;
	font-weight: normal;
	font-size: 0.8em;
}

.hiddentitle {
	display:none;
}

div.fb-like {
	float: right;
}

.connect_widget_interactive_area {
	float:right;
}


#LikePluginPagelet > div {
	float:right;
}

#exhibit {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
    padding-top: 58px;
    overflow: hidden;
}

#exhibit p { 
	width: 500px;
	margin-bottom: 0.5em;

	line-height: 1.4em;
}

#exhibit p strong {
	font-size: 1.2em;
	line-height: 3.9em;
	height: 2.5em;
	display: block;
}

#once { clear: left; }