/* @override http://www.heinzpeterknes.de/indexhibit/ndxz-studio/site/heinz/style.css */

/**
* CSS
* 
* @version 1.0s
* @author Vaska 
* @author Gregory Cadar
*/
* {
	padding: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	margin-bottom: 140px;
	overflow-y: scroll;
}

body.section-8 #content .container {
	margin-top: 120px;
}
body.section-8 div#img-container	{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
body.section-2 #content .container p{
	text-align: left;
}

body.section-2 #img-container{
	position: relative;
	width: 520px;
	margin-right: auto;
	margin-top: 128px;
	margin-left: auto;
	text-align: justify;
}

body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }

a img { border: none; }
#menu {
    width: 440px;
    overflow: hidden;
    top: 100px;
    bottom: 0;	
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#menu ul {
	list-style: none;
	font:  12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 0px 120px;
	float: left;
}
#menu ul a{
	font:  12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	
}
#menu ul a:hover{
	font:  12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}
#menu ul a:visited{
	font:  12px Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
}
#menu ul li {
	float: left;	
	padding-right: 10px;
}
#menu ul li.active a{	
	color: #000;	
}
#menu .container ul{
	font: 12px Georgia, "Times New Roman", Times, serif;	
}#menu .container p{
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin-left: 2px;
}


#content a{	
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;	
}
#content .container p a:visited {
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#content .container p a:hover {
	text-decoration: underline;	
}

.container p{
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#content p {	
	position: relative;
	margin-right: auto;
	margin-left: auto;
	
}
#content .container p{
	width:520px;
}

p {
    margin: 0 0 9px 0;
	
}

#TB_secondLine  {
	visibility: hidden;
}



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

#once { clear: left; }
