@charset "UTF-8";
/* CSS Document */


/* BROWSER RESET */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}


body {
	font-size: 13px;
	line-height: 16px;
	font-family: Georgia, serif;
	background: #fff;
}

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

/* Startseite */
body.section-4 #content {width: 400px; margin-top: 39px;} 
	


/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
	.top-section {
		margin: 0;
		padding: 15px 0px 10px 0px;
		font-size: 13px;
		line-height: 18px;
		color: #222;
		font-family: Georgia, Serif;
		text-align:right; 

	}
	
	.bottom-section {
		line-height: 17px;
		font-size: 13px;
		color: #000;
		font-family: Georgia, Serif;
		margin-top: 0px;
		padding: 18px 0 12px 0;
		border-top-color: #d50091;
		border-top-style: dotted;
		border-top-width: 1px;			
		border-bottom-color: #d50091;
		border-bottom-style: dotted;
		border-bottom-width: 1px;			
	}	
	
	.impressum {
		line-height: 17px;
		font-size: 10px;
		color: #888;
		font-family: Georgia, Serif;
		margin-top: 0px;
		padding: 0 0 10px 0;				
	}	
		
	#menu ul.impressum a {font-size: 11px; color: #333; text-decoration: none; background: none;}
	#menu ul.impressum a:visited, a:link {color: #333;}
	#menu ul.impressum a:hover {color: #d50091; text-decoration: none; background: none;}



/* MENU LINKS */	
	#menu .container a {
	font-family: Georgia, serif;
	font-size: 13px;
	color: #000;	
	margin: 0; 	
	text-align:right;  
	width:150px;
	text-decoration: none;
	border-style: none;	
	}
	
	/* colors for all links */
	#menu .container a:link { 
	text-decoration: none; /* none = no underline, other options include line-through or overline */
	color: #000; /* sets hex color of every link - www.colorpicker.com or photoshop to find hex values */
	}

	#menu .container li.active a { 
	text-decoration: none;
	color: #fff;
	background: #d50091;
	}
	
	/* highlights links that you have already clicked. This can be helpful for users to identify which items they have already seen*/
	#menu .container a:visited { 
	text-decoration: none;
	color: #000; /* the color can also be changed */
	/*background: #e0e0e0;  this changes the background of a visited link, you can also get rid of the the back ground an color and there will be no change if a link has been visited */ 
	}
	
	/* sets the properties for links when mouse rolls over */
	#menu .container a:hover { 
	text-decoration: none;
	color: #fff;
	background: #333;
	}




/** All Other Links */
a:link { 
	text-decoration: none; 
	color: #444; 
	border-color: #444;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;	
	}
a:active { text-decoration: none; color: #000; }
a:visited { 
	text-decoration: none; 
	color: #444; 
	border-color: #444;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;	
	}
a:hover { 
	text-decoration: none; 
	color: #FFFFFF; 
	background-color: #333; 
	} 

	

/* MENU CONTAINER *****/
#menu {
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	background-color: #fff;	
	background-color: #fff;
	float: left;
	left: 40px;
	overflow: visible;
	position: absolute;
    top: 0px;
	width: 190px;
	font-size: 13px;
	z-index:100;
	text-align:right;
}

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

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

#menu ul li {
	font-family: Georgia, serif;
	padding: 2px 0 3px 0;
	}

#menu ul li.section-title {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 22px;	
	padding: 5px 0px 0px 0px; 
	margin: 5px 0 0 0;
	color: #000;	
	border-top: 1px dotted #d50091;	
	cursor: pointer;
	}

	
#menu ul li.section-title:hover {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 22px;	
	padding: 5px 0px 0px 0px; 
	margin: 5px 0 0 0;
	color: #d50091;
	border-top: 1px dotted #d50091;	
	cursor: pointer;
	}
	
	
	
/* The following selectors style the "Built with Indexhibit" on the menu */			
	#menu ul.built {
		margin-bottom: 0;
	}

	#menu ul.built li {
		margin-top: 0px;
		padding-top: 20px;
		border-top-color: #000;
		border-top-style: dotted;
		border-top-width: 1px;	
		color: #bbbbbb;
	}
		

/* The following changes the link colors for only the "Built with Indexhibit" link */
	#menu ul.built a {
		color: #bbbbbb;
	}
	
	#menu ul.built a:hover {
	 	text-decoration: none;
		color: #390660;
	}

	
	

#content {
	width: 600px;
	position: absolute;
	top: 88px;
	left: 280px;
}

#content .container { padding: 0px 0px 0px 0px; line-height: 20px;}

.header {
		bottom: 0px;
		height: 118px;
		overflow: visible;
		padding-bottom: 0px;
		position: relative;
		width: 200px;
		}

#content p { width: 570px; margin-bottom: 25px; }

p {
    margin: 0 0 9px 0;
}



/* SLIDE SHOW - Navigation */	
	p.nav a {
		/* background-color: #999999; */
		font-weight: bolder;	
		text-decoration: none;
		padding: 0px 8px 0px 8px;
		margin: 0;
		font-size: 13px;
		font-family: Georgia, serif;
		line-height: 40px;
		border-style: none;
		color: #777;
		
	/*	-moz-border-radius-bottomleft:4px;
		-moz-border-radius-bottomright:4px;
		-moz-border-radius-topleft:4px;
		-moz-border-radius-topright:4px;	
	   	-webkit-border-top-left-radius: 4px;
 		-webkit-border-top-right-radius: 4px;
   		-webkit-border-bottom-left-radius: 4px;
   		-webkit-border-bottom-right-radius: 4px;  */
	}
	
	#nav a:link {
		color: #000000;
		text-decoration: none;
	}
	
	p.nav a:hover {
		color: #fff;
		background-color: #666;
	}
	
	p.nav span#num {
		letter-spacing: 2px;	
		font-size: 12px;
		font-weight: normal;
		font-family: Georgia, serif;
		padding-left: 10px;
		color: #777;		
	}



/* HEADINGS */
	

.black {color: #000;}
.white2 {color: #fff; background-color: #000;  font-weight: normal;}
.white {color: #fff;}
.white2 {color: #888; background-color: #fff;  font-weight: normal;}
.green {color: #a9d885;}
.green2 {color: #fff; background-color: #a9d885;  font-weight: normal;}
.pink {color: #d50091;}
.pink2 {color: #fff; background-color: #d50091; font-weight: normal;}

	
	h1 { 
		font-family: Georgia, Serif;
		font-weight: normal;	
		font-size: 32px;
		color: #888; /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
		padding-bottom: 34px; /* sets the spacing between the heading and paragraph below */
	}


	
	h2 { 
		font-family: Georgia, Serif;
		font-size: 20px;
		font-weight: normal;
		color: #888;
		padding-bottom: 20px; /* sets the spacing between the heading and paragraph below */

	}
	
	h3 { 
		font-family: Georgia, Serif;	
		font-size: 18px;
		font-weight: normal;		
		color: #666;
		padding-bottom: 15px;
	}
	
	h4 { 
		font-family: Georgia, Serif;	
		font-weight: bold;	
		font-size: 14px;
		color: #555;
		padding-bottom: 5px;
		margin: 0;	
	}

	
	h5 { 
		font-family: Georgia, Serif;	
		font-weight: normal;	
		font-size: 14px;
		color: #000;
		padding-bottom: 5px;
		margin: 0;	
	}

	h6 { 
		font-family: Georgia, Serif;
		font-size: 14px;
		font-weight: bold;		
		color: #333;
		padding: 0 0 6px 0;
	}


#img-container	{ 
	margin: 0px; 
	padding: 0; 
	font-family: Georgia, Serif;
	font-weight: normal;	
	font-size: 13px;
	color: #555;
	}
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }


/* Image Links */
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 {
	text-decoration: none; 
	background: transparent; 
	margin: 0; 
	background-color: none;
	border: 0px none; 
	}

a img { text-decoration: none; border: 0 none; background-color: none; margin: 0; padding: 0;}

a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif], a[onclick$=png] {
	text-decoration: none;
	border: 0 none;
	background-color: transparent; 
	}
	
	
/* FullBG */
#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}
#wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}

#once { clear: left; }
