/* RESET */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color: transparent;
}

/* BASIS-STYLES */

body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
}

p{
	line-height: 1.7em;
	margin-bottom: 1em;
}

em{
	font-style: italic;
}

ol{
	line-height: 1.5em;
	margin-left: 1.9em;
}

ol li{
	margin-bottom: 0.5em;
}

ul{
	list-style-type: none;
}

/* HEADINGS */

h1{
	font-size: 36px;
}

h2{
	font-size: 32px;
	color: #990000;
}

h3{
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 15px;
}

/* LINKS */

a:link, a:visited{
	color: #990000;
	text-decoration: underline;
}

a:hover{
	color: #666;
	text-decoration: underline;
}



/* KLASSEN */

.hidden{
	display:none;
}

.center{
	text-align: center;
	margin-bottom: 30px;
}

.services{
	margin-bottom: 44px;
	overflow: auto;	
}

.widetext{
	line-height: 1.5em;
}

.left{
	text-align: left;
	margin-bottom: 44px;
}

.nav-aktiv{
	border-top: #990000 solid 1px;
}

.grid{
	clear: both;
}

.left-col{
	width: 220px;
	float: left;
	margin-right: 20px;
}

.mid-col{
	width: 220px;
	float: left;
	margin-right: 20px;
}

.right-col{
	width: 220px;
	float: left;
}

.p-icon{
	margin: 0 86px 15px;
}

.port-image{
	margin: 10px;
}

.port-movie{
	margin: 10px;
}

.task{
	display: block;
	font-weight: bold;
}

#prevBtn{
	float: left;
	display: block;
}

#nextBtn{
	float: right;
	display: block;
}

.showroom{
	background: transparent url(../images/showroom.png) no-repeat scroll 0 0;
	height: 390px;
	width: 460px;
	float: left;
	overflow: hidden;
}

.showroom-wrapper{
	clear: both;
}

#leistungen {
	overflow: hidden;
}


#slider{
	overflow: hidden;
	width: 700px;
}

.meta-navi{
	list-style-type: none;
}

.meta-navi li{
	display: inline;
	margin: 0 1px;
}




/* SLIDE-VIEWER */

.stripViewer								{ position: relative; overflow: hidden; width: 646px; height: 186px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 646px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }

.showreel{
	display: none;
}

.showreel-image{
	width: 215px;
	float: left;
}

.showreel-description{
	width: 405px;
	float: right;
}

.showreel-headline{
	height: 140px;
}

.showreel-link{

}


/* LAYOUTELEMENTE */

#page-wrap{
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
}

#header{
	margin-top: 30px;
	height: 77px;
	margin-bottom: 27px;
}

#logo{
	float: left;
}

#navigation{
	float: right;
}

#menu{
	list-style-type: none;
	margin-top: 22px;
}

#menu li{
	display: inline;
	margin-left: 5px;
}

#menu li a{
	color: #666666;
	text-decoration: none;
}

#menu li a:hover{
	border-top: #990000 solid 1px;
	text-decoration: none;
}

#panel{
	clear: both;
	background: transparent url(../images/panel.png) scroll no-repeat 0 0;
	height: 232px;
	padding:22px 27px 24px 27px;
}

#content{
	clear: both;
	overflow: auto;
	width: 700px;
}


#footer{
	margin-top: 115px;
	margin-bottom: 30px;
	clear: both;
	background: transparent url(../images/footer.png) no-repeat scroll top center;
	text-align: center;
	padding-top: 25px;
	font-size: 11px;
}



