/* ------------------------------------ 
   ------>>> TABLE OF CONTENT <<<------ 
   ------------------------------------ 
   |- GLOBALS 
   |- SLIDESHOW
   |- CONTENT 
   |- OVERWRITE
   ------------------------------------
*/

/* =GLOBALS
--------------------------------------------------------------------------------*/

/* IE (PC) only :hover behaviour helper */
/* @see http://www.xs4all.nl/~peterned/ */
html body { behavior:url("htc/csshover2.htc");}

body {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
	line-height: 130%;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
p {
	margin: 0 0 10px 0;
}

/* = SLIDESHOW
--------------------------------------------------------------------------------*/
#img-container {
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 740px;
	overlay: hidden;
}
#img-container img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* = CONTENT
--------------------------------------------------------------------------------*/
#content {
	position: relative;
	margin-top: 80px;
	margin-left: 33px;
}
#logo {
	margin-bottom: 30px;
}
p.doppel {
	margin: 0 0 20px 0;
}
p.triple {
	margin: 0 0 30px 0;
}
#slide-nav {
	position: relative;
	margin-top: 60px;
}
#slide-nav a {
	padding: 20px 3px 2px;
	text-decoration: none;
}
#slide-nav a.selected {
	border-bottom: 1px solid #ffffff;
}

/* =OVERWRITE ---- MUST APPEND TO ALL OTHER STYLES ----
--------------------------------------------------------------------------------*/
.right, a.right { float: right; }
.left, a.left { float: left; }
.t_right { text-align: right; }
.t_left { text-align: left; }
.noborder { border: none;}
.relative {	position: relative; }
.invisible {position:absolute;left:-5000px;}
.underline { text-decoration: underline; }
