/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, arial, sans-serif;
        font-size: 12px;
        margin-top: 50px;

        color: #000;
        background-color: #FFF ;
}


a:link		{text-decoration: none;color: #000 ;background-color: transparent;}

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

a:hover		{text-decoration: none;color: #555;background-color: transparent;}

a:active	{text-decoration: none;color: #000;background-color: transparent;}

a img { border: none; }


#menu {
color: #000;
    background-color: transparent;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    text-align:left;
    width: 250px;
    overflow: auto;
    top: 50px; 
    bottom: 0px;
    left: 60px;
    position: fixed;
}


#menu ul {
	list-style: none;
	margin: 0 0 0 0;
}

#menu ul li {
	margin: 0 0 0 0px;
}

#menu ul li.section-title {
	
	margin: 0 0 0 0;
}
#menu ul li.sub {
	
	margin: 0 0 0 22px;
}
#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}

#menu li.sub:last-child {
	margin-bottom: 5px;
}
.container {
 /*   padding: 5px 5px 25px 5px; */
}

h3 ~ p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 16px;
	line-height: 17px;
	font-weight:normal;
	margin: 0 0 15px 0;
}

/* h2 wird auch noch in plugins/exhibit.Bilderserie.php geändert */
h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight:normal;
	padding: 16px 0px 10px 0px;
	}
	
h3 { 	font-size: 12px;
	font-weight:bold;
	padding: 30px 0px 0px 0px;}


.nav {
	font-size: 50px;
	line-height: 47px;
	height: 47px;
	position: absolute;
	top: 30px;
	background-color: white;
	margin-left: 7px;
	padding: 3px 10px 3px 5px;
	z-index: 1001;
}

#project-text {
	position: relative;
	top: 82px;
	margin-left: 7px;
	background-color: white;
	padding: 3px 10px 3px 5px;
}

/*
{
	position: relative;
	top: 40px;
	width: 300px;
	margin-left: 7px;
	padding: 3px 10px 3px 5px;
}
*/

#project-text p {
	width: 300px;
}

#img-container	{
	margin: 0;
	padding: 0;
	float:left;
}
.img-bot, .video {
	background-color: white;
	padding: 7px;
	border: solid #000 1px;
}

.video {
	margin-top: 15px;
	margin-bottom: 15px;
}

#overlay {
	opacity:0.8;
	z-index: 999;
	position: absolute;
}


#once { clear: left; }