html {
	height:100%;
}
body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #F3F3F3;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-family:"ZurichLtCnBTLightItalic";
	line-height:20px;
    color:#cf0100;
}
p {
	font-size:12px;
	line-height: 22px;
	padding-bottom:10px;
	text-align: justify;
	text-indent: 15px;
}
.norm {
	font-size:12px;
	line-height: 22px;
	padding-bottom:10px;
	text-align: justify;
	text-indent: 0px;
}
span {
	font-size:12px;
}
.listItems {
	font-size:12px;
	line-height: 22px;
	padding-bottom:10px;
}
a {
	color:#cf0100;
}
a:hover {
	color:#F00;
	text-decoration:none;
}
a.klein {
	font-size:11px;
	color:#cf0100;
}
a.klein:hover {
	font-size:11px;
	color:#F00;
	text-decoration:none;
}

@font-face {
    font-family: 'ZurichLtCnBTLightItalic';
    src: url('font/zurchlci-webfont.eot');
    src: local('☺'), url('font/zurchlci-webfont.woff') format('woff'), url('font/zurchlci-webfont.ttf') format('truetype'), url('font/zurchlci-webfont.svg#webfontwBisRoiw') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZurichCnBTItalic';
    src: url('font/zurchci-webfont.eot');
    src: local('☺'), url('font/zurchci-webfont.woff') format('woff'), url('font/zurchci-webfont.ttf') format('truetype'), url('font/zurchci-webfont.svg#webfontp6tD8tLf') format('svg');
    font-weight: normal;
    font-style: normal;
}

.form {
	font-size:12px;
	text-align:right;
	line-height:25px;
}
.form2 {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #333;
	text-align:left;
	padding:5px;
	width:225px;
}

#mainBox {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#header  {
	height: 487px;
}
.slideshow {
	z-index:-1;
	position:absolute;
}
#topBox {
	height:45px;
	z-index:0;
}
/*
#slogan {
	height:120px;
	width:415px;
	background:url(images/bg_slogan.png) right no-repeat;
	z-index:1;
	position:absolute;
	left: 720px;
	top: 308px;
}
*/
#topBox a {
	float:right;
	margin-top: 13px;
	margin-right: 13px;
	margin-bottom: 10px;
}
#navBar   {
	height: 66px;
	z-index:1;
}
ul#mainNav {
	background-color: #000;
	background:url(images/bg_nav.jpg);
	height: 66px;
	margin:0;
	padding-left:30px;
}
ul#mainNav li {
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
}
ul#mainNav a {
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:66px;
	display:inline-block;
	background:url(images/border_nav.jpg) left no-repeat;
	padding-left:10px;
	padding-right:4px;
}
ul#mainNav a.lastMain {
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:66px;
	display:inline-block;
	background:url(images/border_nav_last.jpg) left no-repeat;
	padding-left:10px;
	padding-right:10px;
	width:75px;
}
#headInfo {
	float:right;
	position:relative;
	left: -20px;
	top: -58px;
	font-family:"ZurichLtCnBTLightItalic";
	line-height: 24px;
	font-size:16px;
	color:#FFF;
	letter-spacing:1px;
	z-index:2;
}

#logo {
	background:url(images/bg_logo.jpg) #f7f8f8;
	height:110px;
	width:230px;
	text-align:center;
	padding-top:30px;
	margin-left:15px;
	z-index:2;
}
.navTitle {
	color:#cf0100;
	margin-top:15px;
	float:left;
	padding-left:25px;
	z-index:2;
}

#secNav {
	margin-left:15px;
	width:230px;
	height:236px;
	background:url(images/bg_secnav.png) repeat-x;
	padding-top:8px;
	z-index:2;
}

#secNav a {
	display:block;
	text-decoration:none;
	color:#FFF;
	background:url(images/secnav_border.png) no-repeat top center;
	font-size:12px;
	line-height:22px;
	padding-left:25px;
	
}
#secNav a:hover {
	background:#000;
	opacity:0.5;
}
#secNav a.last {
	display:block;
	text-decoration:none;
	color:#FFF;
	background:url(images/secnav_border.png) no-repeat top center;
	font-size:12px;
	line-height:23px;
	padding-left:25px;
	
}
#secNav a.last:hover {
	background:#000;
	opacity:0.5;
}

/* Inhalte */
#mainContent {
	width:430px;
	margin-left:auto;
	margin-right:auto;
}
.leftBox {
	width:220px;
	float:left;
	margin-left:15px;
	padding: 15px;
}
.rightBox {
	width:220px;
	float:right;
	margin-right:15px;
	padding: 15px;
}


#footer {
	height: 30px;
	background-color:#000;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	background-image: url(images/bg_nav.jpg);
	color: #FFF;
}

.location {
	margin-top:10px;
	font-size:10px;
	color:#999;
}
.location a {
	color:#999;
}
.contactForm {
	border:1px solid #333;
	text-align:left;
	padding:5px;
	width:150px;
}
.contactForm:hover {
	background:#E2E2E2;
}

/* CLEARFIX */
.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* + html .clearfix { /* für IE7 */
    display: inline-block;
}
 
* html .clearfix { /* für IE6 */
	height: 1%;
}
.imageLeft {
	float: left;
	margin-right: 5px;
}

