body {
	letter-spacing: 0.02em; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #fff;
	color: #999;
}

h1{
	font-size: 1.2em;
}

h2{
	margin: 0;
	letter-spacing: 0.02em;
	font-size: 1.3em;
	font-style: normal;
}
a {
	color: #999; 
	text-decoration:none;
	
}

a:hover {
	color: #444; 
}

#menu {
	letter-spacing: 0.02em;
	display: block;
	text-align: center;
	margin: 0 auto 26px auto;
	width:650px;
	height:10px;
}

.menu_current{
	color: #444; 
}
ul { /* all lists */
	padding: 0 ;
	margin: 0 ;
	list-style: none ;
	font-size: 1.0em ;
}

li { /* all list items */	
	position: relative ;
	float: left;
	clear: none;
	margin: 0 0 0 0;
	padding: 2px 30px 0 8px;
	list-style: none;
	line-height: 25px;
	_height: 25px;
	min-height: 25px;
}

li a:link{
}

li a:visited{
}

#container{
	position:relative;
	background-color: #fff;
 	display: block;
 	width: 1224px;
 	margin: 0 auto;
 	padding: 0 0 20px 0;
}

#logo { 

	margin: 20px auto 10px auto; 
	display:block;
	width:270px;	
	color: #999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 1.3em;
}

#content{
	background-color: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	clear:both;
	width: 1224px;
}


#largetextblock{
	display: block;	
	width: 630px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;
}

#contacttextblock{
	display: block;	
	width: 630px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

.frontpage{
	margin: 0;
	font-size: 1.4em;
	letter-spacing: 0.05em;
}

.categorie{
	visibility: hidden;
	float: left;
	margin: 5px 10px 16px 50px;
}

.title{
	font-size: 0.9em;
	position: absolute;
	top: 69px;
	left: 296px;
	color:#333;
}

.thumbtitle{
	font-size: 0.9em;
	clear:both;
	position: absolute;
	top: 69px;
	left: 296px;
	visibility:hidden;
}
.thumbnails {	
	display: block;	
	background-color: #fff;
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
}
.thumbnails2 {	
	display: block;	
	background-color: #fff;
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
}
.thumbnails3 {	
	display: block;	
	background-color: #fff;
	max-width:200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 140px;
} 
img.spacer{
	float:left;
}
a.thumb img{
	float:left;
	margin: 158px 0;
}

a.thumb:hover img{
	width:96px;
	height:96px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	clear: both;
	position:relative;
	overflow:hidden;
	width: 1224px;
	height:420px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.item {
	float:left;
	width: 1224px;	
	background-color: #fff;
}

.itemcontent{
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.itemcontent h1{
		font-family: Times;
	font-size: 2.0em;
}
.overlay1{
	color: #333;
	font-size: 0.6em;
	position:relative;
	top: -3px;
	left: 150px;
}

.overlay2{
	color: #333;
	font-size: 0.6em;
	position:relative;
	top: -3px;
	left: 470px;
}

.overlay3{
	color: #333;
	font-size: 0.6em;
	position:relative;
	top: -3px;
	left: 770px;
}

.overlaya{
	color: #333;
	font-size: 0.6em;
	position:relative;
	top: -3px;
	left: 320px;
}

.overlayb{
	color: #333;
	font-size: 0.6em;
	position:relative;
	top: -3px;
	left: 620px;
}
.textblock{
	font-size: 0.7em;
	float:left;
	display: block;
	width: 350px;
	padding: 0 20px 0 20px;
}


/* single scrollable item */
.itemcontent img {
	float:left;
	margin:0px;
	padding: 0 3px;
}

/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}

.arrows {
	text-align: center;
	margin: 10px auto 0 auto;
	padding-top: 0px;
	display:block;
	width:220px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(hori_small.png) no-repeat;
	display:block;
	width:20px;
	height:20px;
	margin: -2px 3px 0 3px;;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -20px; clear:right; margin-right: 0px;	float:right;}
a.right:hover 		{ background-position:-20px -20px;	float:right; }
a.right:active 	{ background-position:-40px -20px;	float:right; } 


/* left */
a.left				{ margin-left: 0px;	float:left; } 
a.left:hover  		{ background-position:-20px 0;	float:left; }
a.left:active  	{ background-position:-40px 0;	float:left; }


a.up {
	float:left;
	background:url(up.png) no-repeat;
	display: block;
	width:30px;
	height:30px;
	margin: 0 0 0 74px ;
	cursor:pointer;
}

a.up:hover {
	background:url(up_over.png) no-repeat;
}


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 
 
.left {
	float: left;
	margin: 0 20px 10px 0;
}

hr{
	clear:both;
	border: 0;
  width: 80%;
	margin: 20px;
	color: #fff;
	background-color: #fff;
}
hr.clear{
	margin: 0 ;
}
#footer{
	background-color: #fff;
	position: absolute;
	top: 580px;
	left: 296px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 0.7em;
}

#footer2{
	background-color: #fff;
	clear:both;
	margin: 40px 0 0 296Px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	font-size: 0.7em;
}
