/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Columner Theme by Mathieu Hardiviller (www.hmplus.net)

*/
* {
margin : 0;
padding : 0;
}

body { /* ALLGEMEINE TEXTEIGENSCHAFTEN angezeigt, wenn nicht anders definiert */
	font-size: 10pt; 
	font-family: Georgia; 
	color: black; 
	font-weight: normal;
	line-height : 150%;
	letter-spacing: 0.3px;
	text-align: left;
	background-color: white; /* HINTERGRUNDFARBE ALLGEMEIN */
}

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


/* LINKS allgemein */
a:link {
	text-decoration: none;
	background-color: none;
	color: black;
}

a:active {
	text-decoration: none;
	background-color: #ffffff;
	color: black;
}

a:visited {
	text-decoration: none;
	background-color: #ffffff;
	color: black; 
}
	
a:hover { 
	text-decoration: none;
	color: #666666;
}

a img { border: none; }



/* PRE NAV TEXT - Findet man in Exhibit Einstellung: Erster Kasten */
#top-section {
	position: fixed;
	z-index : 900;
	right : 0;
	width: auto;
	margin: 25px 80px 0px 0px;
}

#top-section p { /* TEXT Eigenschaften in der Top-Section */
	font-size: 9pt;
	line-height: 150%;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: left;
}

#top-section a { /* LINK Eigenschaften in der Top-Section */
	text-decoration: none;
	color: black;
}

#top-section a:hover { /* LINK OVER Eigenschaften in der Top-Section */
	color: #666666;
	font-style: italic;
}


/* MENU */

#menu {
	position: fixed;
	padding: 25px 0px 10px 20px; /* ABSTAND: Oben, Rechts, Unten, Links */
	width : 100%;
	background-color: white;
}


#menu .container { 
	padding: 0px 0px 0px 0px; 
}

#menu p {
	color: black;
	width: auto;
	font-family: Georgia, times, serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul {
	float: left;
	width: 500px; /* die BREITE der Spalten im Menue */
	list-style-type: none;
	overflow: auto;
}

#menu ul li.section-title { /* KAPITELtitel (nicht genutzt) */
	color: black;
	font-family: Georgia, times, serif;
	font-size: 10px;
	line-height: 150%;
	letter-spacing: 2px;
	text-align: left;
	width: auto;
	font-weight: normal;
}

#menu ul li {  /* PROJEKTtitel (Ilze Orinska) */
	font-family: Georgia;
	text-align: left;
	font-size: 30pt;
	font-weight: normal;
	line-height: 120%;
	letter-spacing: 9px;
	width: auto;
}

#menu ul li.active {  
	text-decoration: none;
}

#menu ul a:link {
	text-decoration: none;
	color: black;
}

#menu ul a:active {
	text-decoration: none;
	color: black;
}

#menu ul a:visited {
	text-decoration: none;
	color: black;
}

#menu ul a:hover {
	color: #666666;
	font-style: normal;
}


/* POST NAV AREA - Findet man in Exhibit Einstellung: zweiter Kasten */
#copy {
z-index : 80;
left : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 0px 4px 58px;
background-color: none;
font-size: 10px;
font-family: Georgia, times, serif;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
z-index : 100;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 40px 14px 0px;
font-size: 10px;
font-family: georgia;
text-align : right;
}

#copy  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
}
body > #copy  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#indexhibit  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; 
}
body > #indexhibit  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

/* MAIN CONTENT */ 

#content {
	float: left;
	height: 400;
	display: inline;
	margin: 0px 0px 40px 20px;
	padding: 120px 0px 0px 0px; /* Abstand des Content zum Rand! / under your menu */
	z-index: -10;
}

.container {
    padding: 0px 0px 0px 0px;  
}

/* End Main Content */

/* Fonts / Typefaces */

#content p {
	width: 1080px;
	margin: 0px 0px 5px 0px;
	position: static;
	/* hier konnen auch Texteigenschaften stehen */
}


#content a:link {
	font-family: Georgia, times, serif;
	text-align: left;
}

/* Überschrift Untermenu Grotesk */
h1 { 
	font-size: 9pt;
	line-height: 10%;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: left;
}


/* END Fonts / Typefaces */

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

#img-container p {
	//margin: 0px 0px 0px 0px;
//	padding: 0px 0px 0px 0px;
}

/* End Fonts / Typefaces */

#once { clear: left; }