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

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

body     { color: black; font-size: 9pt; font-family: geneva, Arial, Helvetica, sans-serif; line-height: 120%; background-color: #ffffff; background-image: url("http://www.altcph.dk/files/back2.gif"); background-repeat: no-repeat; background-attachment: fixed; text-align: left }

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

/* LINKS */
/* colors for all links */
a:link  { color: black; text-decoration: none }

a:active {
	color: white;
}

a:visited  { color: black; text-decoration: none }
	
a:hover  { color: black; text-decoration: underline }

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section  { color: #1a1a1a; font-size: 8px; font-family: geneva, Arial, Helvetica, sans-serif; font-weight: bold; line-height: 170%; margin: 25px 40px 0 0; position: fixed; z-index: 900; right: 0; width: auto }
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: black;
font-weight: 100;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: black;
}
#top-section p {
text-align: right;
}

/* MENU */

#menu   { background-color: white; position: fixed; width: 100% }

#menu .container  { padding: 0 }

#menu ul  { list-style-type: none; margin: 15px 0 0 10px; padding: 0; width: 178px; float: left; overflow: auto }

#menu ul li.section-title       { color: black; font-size: 9pt; font-family: geneva, Arial, Helvetica, sans-serif; font-weight: normal; text-align: left; margin: 0 0 2px; padding: 0; width: auto }


#menu ul li   { font-size: 9pt; font-family: geneva, Arial, Helvetica, sans-serif; text-align: left; margin: 0 0 2px; width: auto }

#menu ul li.active    { color: white; background-color: black; }

#menu p  { color: black;; font-family: geneva, Arial, Helvetica, sans-serif; text-align: left; margin: 0; padding: 0; width: auto }

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

#menu ul a:active  { color: white; background-color: black }

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

#menu ul a:hover    { color: white; background-color: black }


/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
z-index : 80;
left : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 0px 4px 28px;
background-color: white;
font-size: 8px;
font-family: geneva, Arial, Helvetica, sans-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: geneva, Arial, Helvetica, sans-serif;
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: 400px;
	display: inline;
	margin: 8px 0px 0px 200px;
	padding: 160px 0px 0px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -10;
}

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

/* End Main Content */

/* Fonts / Typefaces */

#content p   { background-color: transparent; margin: 0 0 5px; position: static; width: 100% }

p  { font-size: 12px; font-family: Courier, Monaco, monospace; font-weight: 400; line-height: 130%; text-align: left; margin: 0 0 10px 12px; padding: 0 }


#content a:link  { font-size: 12px; font-family: Courier, Monaco, monospace; font-weight: 400; line-height: 130%; font-style: italic; line-height: 15px 
	text-align: left; text-decoration: underline; margin: 0; padding: 0 }


h1 { 
	letter-spacing: -20px;
	line-height: 80%;
	font-size:1500%;
	font-weight: bold;
	font-family: geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size: 40px;
	line-height: 110%;
	font-weight: bold;
	font-family: geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0px;
	font-weight: bold;
	font-family: geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 12px;
}
strong   { color: black; font-size: 12px; font-family: Courier, Monaco, monospace; font-weight: bold; line-height: 130%; }

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

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

/* End Fonts / Typefaces */

#once { clear: left; }

