﻿@font-face {
font-family: "Helvetica 45 Light";
font-style: normal;
font-weight: normal;
src: url("Helvetica Neue 45 Light.woff") format('woff');
}
@font-face {
font-family: "Helvetica 65 Medium";
font-style: normal;
font-weight: normal;
src: url("Helvetica Neue 65 Medium.woff") format('woff');
}

body {
	font-family: "Helvetica 45 Light";
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 24px;
	background-color: #FFFFFF;
}
/* Formatvorlagen für DIV-Tags */
#container {
	margin: 0px auto 0px auto;
	width: 1280px;
	position: relative;
}
#logo {
	width: 229px;
	float: left;
	padding: 0 0 0 0;
	margin: 21px 0px 0px 57px;
}
#navigation {
	margin: 21px 57px 0px 0px;
	padding: 0;
	float: right;
	width: 936px;
	height: 40px;
}
#sublogo {
	margin: 0px 0px 0px 57px;
	width: 460px;
	float: left;
}

#sublogo p {
	margin: 0px 0px 0px 0px;
	width: 458px;
	text-align: right;
	color: #4F4F4E;
}
#subnavigation {
	margin: 0px 236px 0px 0px;
	padding: 0;
	float: right;
	width: 300px;
}
#column_right {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	width: 635px;
	top: 140px;
	position: absolute;
	left: 588px;
}

#column_left {
	position: absolute;
	left: 55px;
	padding: 0px 0px 0px 0px;
	width: 425px;
	margin: 0px;
	top: 142px;
	height: 453px;
}

#footer {
	margin: 0 0px 0 0;
	padding: 0px;
	padding-top: 0px;
	top: 593px;
	height: 30px;
	width: 1223px;
	text-align: right;
	position: absolute;
	left: 0px;
	color: #CBDDDC;
}

/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 40px;
}
#navigation li {
	margin: 12px 0 0 0;
	float: right;
	height: 28px;
	color: #4F4F4E;
}
#navigation ul li a.current {
	padding: 0 0 0 0;
	text-decoration: none;	
	color: #4F4F4E;
}
#navigation a {
	margin: 0 0 0 33px;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #CBDDDC;
	display: block;
	height: 24px;
}
#navigation a:hover {
	color: #4F4F4E;
}
#subnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#subnavigation li {
	margin: 1px 0px 0px 0px;
	float: left;
	height: 28px;
	color: #4F4F4E;
}
#subnavigation ul li a.current {
	padding: 0 0 0 0;
	text-decoration: none;	
	color: #4F4F4E;
}

#subnavigation a {
	margin: 0 0 0 33px;
	padding: 0 0 0 0;
	text-decoration: none;
	color: #CBDDDC;
	display: block;
	height: 24px;
}
#subnavigation a:hover {
	color: #4F4F4E;
}

/* Formatvorlagen für die rechte Spalte */

#column_right p {
	margin: 8px 0px 0px 0px;
	color: #4F4F4E;
	font-size: 16px;
}
#column_right a {
	color: #CBDDDC;
	text-decoration: underline;
}
#column_right a:hover {
	text-decoration: none;
}
/* Formatvorlagen für die linke Spalte */

h1 {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	font-size: 36px;
	font-weight: normal;
	color: #CBDDDC;
	float: left;
}
h2 {
	font-family: "Helvetica 65 Medium";
	font-size: 16px;
	font-weight: normal;
	color: #4F4F4E;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 16px;
	color: #4E5659;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
h4 {
	font-size: medium;
	color: #4E5659;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a:hover {
	text-decoration: none;
}
/* Formatvorlagen für Fußzeile */

#footer a {
	margin: 0 0 0 0;
	color: #CBDDDC;
	text-decoration: none;
}
#footer a.smallfoot {
	font-size: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #CBDDDC;
	text-decoration: none;
	text-align: left;
}

#footer a:hover {
	color: #4F4F4E;
}

#footer a.current {
	text-decoration: none;	
	color: #4F4F4E;
}
