@charset "utf-8";
/* CSS Document */

body
{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #a6b3bb;
  font-family: Arial, Verdana, sans-serif, Helvetica, Times New Roman;
  font-size: 12px;
  /*line-height: 180%;*/
  color: #787878;
  padding-bottom: 50px;
}

div
{
  position: relative;
  padding: 0px;
  margin: 0px;
}

form
{
  margin: 0;
  padding: 0;
}

a
{
  /*font-size: 12px;*/
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dotted #0F74B3;
}

a:hover
{
  text-decoration: none;
  color: #787878;
  border-bottom: 1px solid #0F74B3;
}

a.imgLink
{
  text-decoration: none;
  color: #787878;
  border-bottom: none;
}

td
{
  font-family: Arial, Verdana, sans-serif, Helvetica, Times New Roman;
  font-size: 12px;
  color: #787878;
}

img
{
  border: none;
}

#main
{
	width: 804px;
	margin: auto;
	margin-top: 50px;
}

#content
{
	width: 772px;
	left: 32px;
}

#logo
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

#menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 37px;
	width: 400px;
	left: 10px;
	color: #FFFFFF;
}

#background
{
	font-family: Arial, Helvetica, sans-serif;
	width: 772px;
	background: #FFFFFF;
}

#header
{
	margin-top: 10px;
	margin-left: 10px;  
}

a.menu
{
  /*font-size: 12px;*/
  color: #FFF;
  text-decoration: none;
  border-bottom: 0px;
}

a:hover.menu
{
  text-decoration: none;
  color: #FFF;
  border-bottom: 1px dotted #FFF;
}

.headline
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	width: 300px;
	left: 260px;
	color: #00263d;
	margin-top: 38px;
	margin-bottom: 30px;
}

.footer
{
	width: 772px;
	height: 6px;
	background: #d71418;
}

.sidebar
{
	position: absolute;
	width: 185px;
	height: auto;
	top: 140px;
	left: 576px;
}

a.download, a:hover.download
{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00263d;
  border-bottom: 0px;
}

#boot
{
	position: absolute;
	top: 205px;
	left: 18px;
}

h1, h2
{
  margin: 0;
  padding: 0;
}

h1
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

h2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  font-weight: bold;
}

.s1
{
  background: #8E9DBE;
	color: #FFF;
}

.s2
{
  background: #ADB7CE;
	color: #FFF;
}
td.hinweis
{
  font-size: 16px;
  color: #EB3E00;
}

td.sidebar_download {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 5px;
	padding-top: 5px;
}
