/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding :0; }

/* Normalisiert font-size für Überschriften */
h1, h2, h3, h4, h5, h6
{ font-size : 100%;}

/* Entfernt list-style aus Listen */
ol, ul
{ list-style : none; }

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Normalisiert Tabellen */
table
{ border-collapse : collapse; border-spacing : 0; }

/* Entfernt border aus fieldset und img */
fieldset, img
{ border : 0; }

/* Richtet Text in caption und th links aus */
caption, th
{ text-align : left; }

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{ content :''; }




body {
	background-color:#FFFFFF;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	padding:0;
}
#mainbox {
	position:relative;
	background-image:url(../image/bg.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1167px;
	height:727px;
}
#navi ul{
	position:absolute;
	top:108px;
	left:305px;
	width:805px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
}
#navi li {
	float:left;
	font-family:Helvetica;
	height:24px;
	left:0;
	margin-top:0;
	/*padding-right:50px;*/
	padding-top:5px;;
	top:14px;
	/*width:84px;*/
}
#navi a {
	color:#000000;
	font-size:14px;
	text-decoration:none;
	float:left;
	/*width:110px;*/
	height:28px;	
	padding-left:9px;
	margin-top:2px;
	padding-right:60px;
}
#navi .current a{
	color:#009fcc;
}
#slide{
	height:230px;
	left:16px;
	position:relative;
	top:145px;
	width:1133px;
}
#slideshow{
	height:550px;
	overflow:hidden;
}
.caption {
	color:#D2D2D2;
	font-family:Helvetica;
	font-size:30px;
	font-weight:bolder;
	padding:10px 0;
}
ul.thumbs li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 10px 5px 0;
	padding:0;
}
#title {
	height:68px;
	left:280px;
	position:absolute;
	top:386px;
	width:782px;
}
#impressum {
	position:absolute;
	height:25px;
	left:1065px;
	top:385px;
	width:88px;
}
#kontakt {
	position:absolute;
	height:25px;
	left:1065px;
	top:414px;
	width:88px;
}
.left {
	float:left;
}
.typography {
	position:absolute;
	width:1042px;
	left:315px;
	top:460px;
	display:block;
	margin-bottom:20px;
}
.typography h2{
	font-family:"Zapf Dingbats", Arial;
	font-size:29px;
	color:#D2D2D2;
	font-weight:lighter;
	padding:0;
}
.typography h3{
	color:#009fcc;
	font-size:18px;
	font-weight:bold;
	font-family:"trebuchet MS", Arial;
	padding:0;
}
.typography h3 img{
	cursor:pointer;
}
.typography p{
	font-family:"trebuchet MS", Arial;
	color:#707070;
	font-size:13px;
	line-height:19px;
	padding:5px 0 20px;
}
.typography ol{
	color:#000000;
	line-height:18px;
	padding:10px 0;
	list-style-position:inside;
	list-style-type:decimal;
}
.typography ol h3{
	padding:20px;
}
.typography ol li b{
	float:right;
	padding-right:50px;
}
.typography strong{
	color:#009fcc;
	font-weight:bolder;
}
.typography em{
	color:#D2D2D2;
	font-size:14px;
}
.typmain {
	width:740px;
}
.onleft {
	position: absolute; 
	left: -300px;
}
.hidden {
	display:none;
}
.typography a{
	color:#000000;
	text-decoration:none;
}


