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

body {
	font-size: 11px;
	font-family: Lucida Grande, Arial, sans-serif;
	line-height: 16px;
	letter-spacing:0.0em
	background: #fff;
}

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

a, a:link, a:active, a:visited { 
	text-decoration: none;	 
	color: #999;
}

a:hover { 
	text-decoration: underline; 
}

a.active { 
	text-decoration: underline; color: #999;
}


#menu ul li.active a:first-child {
	text-decoration: underline;
}

#menu ul li a, a:link, a:active, a:visited {
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

a img { border: none; }


#menu {
    width: 260px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	overflow: hidden;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 260px;
    top: 0;

}

.container {
    padding: 25px 25px 25px 25px;

}

#content div.container {
	
}



#content div.container a, #content div.container a:link, #content div.container a:active, #content div.container a:visited { 
	text-decoration: none;	 
	color: #999;
}

#content div.container a:hover { 
	text-decoration: underline; 
}

#content div.container a.active { 
	text-decoration: underline; color: #999;
}



.nicetitle {
	font-size: 30px;
	font-family: Times;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: 0.0em
	color:#000; 
	border-style:none none solid none; 
	border-width:0px; 
	border-color:#000; 
	padding-bottom:5px
}

.nicetitle_2 {
	font-size: 20px;
	font-family: Times;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.0em
	color:#ccc; 
	padding-bottom:5px
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }


	.container ul:first-child:before {
	content: "aktuelle Projekte";
	color: #000;
	font-weight: bold;
}


#english, #deutsch {
	position: fixed;
	top: 30px;
	left: 800px;
	cursor: pointer;
}


/*#menu .container ul:last-child:before {
	content: "Ausstellungen";
	color: #000;
	font-weight: bold;
}*/