body
{
	background-image: url("images/back.png");
	background-position: left top;
	background-repeat: repeat;
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

p
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 10pt;
	line-height: 150%;
}

a
{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #FFBA00;
}

h1
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18pt;
	line-height: normal;
	font-weight: bold;
}

h2
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 8pt;
	line-height: normal;
	color: #FFBA00;
	font-weight: bold;
}

h3
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13pt;
	line-height: normal;
	font-weight: normal;
}

#topbar
{
	width: 800px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
}

#imagebar
{
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

#menubar
{
	width: 800px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}

#panel
{
	width: 710px;
	min-height: 200px;
	_height: 200px; /*IE6-Ersatz für min-height*/
	margin-left: auto;
	margin-right: auto;
	background-color: #00425F;
	padding-top: 25px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 25px;
}

.panel_center
{
	margin-left: 170px;
	margin-right: 170px;
}

.panel_left
{
	float: left;
	width: 120px;
	text-align: center;
}

.panel_right
{
	float: right;
	width: 120px;
	text-align: center;
}

.imagebox
{
	margin-bottom: 25px;
}

.techbox
{
	background-color: #77BB11;
	background-color: #00425F;
	color: #77BB11;
	padding: 10px;
	border: 1px solid #77BB11;
	margin-bottom: 30px;
}

.techbox p
{
	font-size: 8pt;
	margin: 0px;
}

.techbox_head
{
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 10px;
}

.clearbox
{
	clear: both;
}

#bottombar
{
	width: 800px;
	height: 7px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("images/bottom.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

#sub
{
	color: #005F75;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 9px;
}

#sub a
{
	color: #005F75;
	text-decoration: none;
	font-weight: bold;
}

#sub a:hover
{
	text-decoration: underline;
}