/* seitenlayout allg */
body {
	background-color:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}

.wrapper {
	position:relative;
	width:954px;
	margin:30px auto 0px auto;
	padding:0px;
	text-align:left;
	height: 519px;
	
}


/* header mit logo + menu level 1 */
.header {
	width:953px;
	height:88px;
	
}


/* bild */
.mainimg {
	width:953px;
	height:309px;
	
}

.logo {
	position: absolute;
	top: 50px;
	left: 0px;
	width:953px;
	height:310px;
	
}

.logo_swiss {
	position:absolute;
	top:435px;
	left:143px;
	z-index:1;
	width: 150px;
	height:24px;

}


/* inhalt wrapper */
.contentbox {
	width:953px;
	height:50px;
}	

/* fuss */
.footer {
	width:955px;
}

.footer p {
	line-height: 14px;
	font-size:11px;
	text-align:center;
	margin:2px 1px 0px 0px;
}

.footer a:link {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: none;
}


/* auszeichnungen */
h1,h2,h3,h4 { font-weight:bold; margin-bottom:7px; }
h3 { color:#666; font-size:110%; }
h4 { color:#666; text-transform: uppercase; }

/* language navigation */
.lang_nav {
	color: #666666;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 35px;
	right: 405px;
	line-height: normal;
}

.lang_nav a {
	text-decoration:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}

.lang_nav a:hover {
	text-decoration:none;
	color:#0066cc;
}

.lang_nav .active {
	text-decoration:none;
	color:#0066cc;
}

