
@font-face {
	font-family: 'the591font';
	src: url('591.eot');
	src: local('the591font'), local('59:1'), url('591.woff') format('woff'), url('591.ttf') format('truetype'), url('591.svg#59:1') format('svg');
}


	
	
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: the591font,'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	color: #fff;
}

html.hasFontSmoothing-false body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	color: #fff;
}


a:link { text-decoration: none; color: #ddd; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #ddd;}
a:hover { text-decoration: underline; }

a img { border: none; }

	
#content {
    height: 100%;
    margin: 0;
    top: 0;
}

.container {
/*    padding: 5px 5px 25px 5px; [rn] */
	padding: 0;
}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 16px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }

/* slideshow navigation */

#navigation A {
  margin-right: 5px;
}

/* navigation position: absolute */
DIV.mainNav UL {
  position: absolute;
  top: 55px;
  left: 55px;
  z-index: 6;
  list-style-type: none;
}

DIV.mainNav LI { /* Menüpunkte */
  margin-bottom: 7px;
  margin-right:10px;
  font-size: 17px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline;
}

DIV.mainNav LI A {
  color: #fff;
}

DIV.textcontent {
  position: absolute;
  top: 120px;
  left: 55px;
  z-index: 4;
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing:0.04em;
  width: 400px;
}

#slidecounter {
  visibility: hidden;
}


/* content styles */

/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	
	/* vertical scrollers have typically larger height than width */	
	height: 400px;	 
	width: 400px;

}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item 
.items div {
	font-size:12px;
	height:180px;
}

/* elements inside single item 
.items img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#FFF;
	font-weight:normal;
}

/* the action buttons above the scrollable */

#actions {
	/* text-align: right; */
	position: relative;
	top: 15px;
	float: right;
	width:400px;
	margin:0 0 10px;
}

#actions A {
	font-size: 14px;
	font-family: arial;
	cursor: pointer;
}

#actions A:hover {
	text-decoration:none;

}

#actions A.prevPage {
  display:inline-block;
  float:left;
  height:auto;
  margin-top:4px;
  width:14px;
  background-image:url('../img/arrow_up_white.png');
  background-position:0 0;
  background-repeat:no-repeat;
  padding-left:16px;
}

#actions A.nextPage {
  display:inline-block;
  float:left;
  height:auto;
  margin-top:4px;
  width:14px;
  background-image:url('../img/arrow_down_white.png');
  background-position:0 0;
  background-repeat:no-repeat;
  padding-left:16px;
}

#actions A.disabled {
/* visibility:hidden; */
}


