﻿@font-face {
font-family: 'Myriad Pro Light';
font-style: normal;
font-weight: normal;
src: url('myriadpro-light-webfont.woff') format('woff');
}


html {
	min-height: 101%;  /*scrollbar anzeigen*/
}
body {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-color: #f5f5f5;
	margin-top: 40px;
}
#container {
	max-width: 960px;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 960px;
}
#kopfbild {
	margin-left: 210px;
	padding: 0;
	background-color: #ffffff;
}
#logo {
	position: relative;
	float: left;
	width: 170px;
	background-color: #ffffff;
	left: 20px;
	top: 25px;
}
#page_content {
	position: relative;
	margin-top: 20px;
	left: 0px;
	top: 0px;
}
#sidebar {
	position:relative;
	float: left;
	width: 170px;
	background-color: #c0c0c0;
	left: 0px;
	margin: 0 0 5px 0;
	padding: 0 0 10px 20px;
	border: 0;
}
#content {
	margin: 0 0 0 230px;
	background-color: #fff;
	font-size: 14px;
	padding: 0 30px 0 0;
	border: 0;
}
#footer {
	clear: both;
    overflow: auto;
	padding-top: 0%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	border-top-color: #393939;
	border-top-style: solid;
}

h1 {
	font-family: 'Myriad Pro Light', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 30px;
	color: #233F94;
	font-weight: normal;
}

h2 {
	font-family: 'Myriad Pro Light', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 20px;
	color: #233F94;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	color: #233F94;
	font-weight: normal;
	margin-bottom: 0;
}

a {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #233F94;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}

span.style1 {
	font-size: 5px;
}

/* Formatvorlagen für die Navigation */
#sidebar ul {
	width: 100%;
	margin: 0 0 0 0;
	padding: 5% 0 0% 0;
	display: block;
}
#sidebar ul li {
	padding: 3% 0 3% 5%;
	font-size: medium;
	display: block;
}
#sidebar ul li a {
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
	color: #233F94;
	display: block;
	padding: 3% 5% 0 0;
}
#sidebar ul li a.current {
	padding: 3% 5% 0 0;
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
	color: #f5f5f5;
}
#sidebar ul li ul li a{
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
	color: #233F94;
}
#sidebar ul li ul li.current {
	padding: 3% 5% 0 5%;
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
	color: #f5f5f5;
}
#sidebar a:hover {
	font-size: medium;
	font-weight: normal;
	text-decoration: none;
	color: #f5f5f5;
}

#footer p {
	font-size: 14px;
	color: #393939;
	text-align: center;
}
