html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

:focus {outline: 0;}
a:focus{outline:none;} 

a {
	text-decoration: none;
	color: #6479a8;
}

a:hover {
	text-decoration: none;
	color: #313f5d;
}

html, body {
	height: 100%;                                                                  
	margin: 0;                                                                     
	padding: 0;
	background: #e8e8e8 url(../img/bg.jpg) top center no-repeat;
	background-size: cover;
	overflow: hidden;
	font: 1em 'DINP-RegularRegular', tahoma, verdana, arial;
}

* {
	margin:0px auto;
	padding:0;
}

 div#shim {
    width: 100%;
    height: 50%;                                                                     
    margin-top: -296px;                                                              
    float: left;
}

div#wrapper {
	width: 1000px;
	height: 593px;
	clear: both;
	position: relative;
	top: -296px;
	/* IE4ever Hack: Hide from IE4 **/
		position: static;
	/** end hack */
}

/* Hide from IE5mac \*//*/
	div#shim {
		display: none;
	}
	html, body {
		height: auto;
	}
/* end hack */

/* ]]> */

.celar {
	float: none;
	clear: both;
}


h1 {
	font: 2.4em 'DINP-RegularRegular', tahoma, verdana, arial;
	margin:  0em 0 0em -0.1em;
	display: block;
	font-weight: 400;
	color: black;
	text-align: left;
	float: left;
	width: 12em;
}

p {
	font-family: 'DINP-RegularRegular', 'DINPBold';
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
}

/********************************/
/*****  ROLLERCOASTER  **********/
/********************************/
.roundabout-holder {
	margin: 0px auto;
}

#svon { 
	background: transparent url(../img/svon.png) center top no-repeat;
	width: 344px;
	height: 558px;
	margin: 0px auto;
	position: relative;
	z-index: 200;
}

.moveme.roundabout-moveable-item {
	position: relative;
	width: 420px;
	height: 275px;
	margin-top: -2em;
	z-index: 5;
	cursor: pointer;
	background: white;
	border: 1px solid gray;
}

.moveme.roundabout-moveable-item.roundabout-in-focus {
	cursor: default;
}

.moveme.roundabout-moveable-item div {
	display: block;
	margin: 0px auto;
	text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

/*preload hack*/
.moveme {
	margin-top: 500px;
}

/********************************/
/*********  CONTENT  ************/
/********************************/
#contact {
	padding: 1em 1.3em 1em 1.3em;
}

#contact .content .text {
	float: left;
	margin: 0.8em 0 0.4em 0;
	font-size: 1.15em;
	display: block;
}

#contact .content .table {
	width: 25em;
	float: left;
	overflow: hidden;
	display: block;
}

#contact .content .table .label {
	display: block;
	width: 4.5em;
	height: 1.15em;
	overflow: hidden;
	float: left;
	text-align: right;
	margin: 0em 0.2em 0.5em 0em;
}

#contact .content .table .content {
	display: block;
	width: 18em;
	height: 1.15em;
	overflow: hidden;
	float: right;
	text-align: left;
	margin: 0em 0.2em 0.5em 0em;
}

#contact .content .table .spacer {
	display: block;
	width: 25em;
	height: 0.7em;
	float: none;
	clear: both;
}

#contact .content .table .content a {
	cursor: pointer;
}

#references {
	padding: 1em 1.3em 1em 1.3em;
}

#references .content .text {
	float: left;
	margin: 0.8em 0 0.4em 0;
	font-size: 1.15em;
	display: block;
}

#references .content small {
	font-size: 0.8em;
}

#references .content .table {
	width: 25em;
	float: left;
	overflow: hidden;
	display: block;
}

#references .content .table .content {
	display: block;
	width: 25em;
	height: 1.4em;
	overflow: hidden;
	float: left;
	text-align: left;
	margin: 0em 0.2em 0.5em 0em;
}

#references .content .table .spacer {
	display: block;
	width: 25em;
	height: 0.7em;
	float: none;
	clear: both;
}

#references .content .table .content a {
	cursor: pointer;
}

#about {
	padding: 1em 1.3em 1em 1.3em;
}

#about .content .text {
	float: left;
	margin: 0.8em 0 0.4em 0;
	width: 20.3em;
	font-size: 1.15em;
	display: block;
	text-align: justify;
}

