﻿@import url('layout_hpk.css');
body {
	margin: 10px 0px 10px 0px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 0.85em;
	color: #000000;
}

/* Styles for DIV tags */
#container {
	background: #FBF7F1 url('../images/left_kopf.jpg') no-repeat left top;
}
#masthead {
	background-color: #A3B4CA;
	padding: 15px;
}
#navigation {
	background-color: #999999;
	margin-left: 160px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#ffffff;
	padding: 0px;
}
#column_left {
	float: left;
	margin-left: 60px;
}
#column_right {
	background-color: #A3B4CA;
	padding-bottom: 30px;
	margin-left: 30px;
}
#footer {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

/* Styles for Masthead */
#masthead a:hover {
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #986;
	font-size: small;
}
#navigation a:hover {
	border: 1px solid #456;
	background-color: #456;
}
/* Styles for Right Column */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
	text-align: center;
}
#column_right a {
	color: #000000;
}
#column_right a:hover {
	color: #00000;
	text-decoration: none;
}
#column_right table {
	text-align: left;
	vertical-align: middle;
	width: auto;
	font-size: 0.8em;
	height: 228px;
}

/* Styles for Left Column */
h2 {
	font-size: xx-large;
	color: #333333;
	margin-top: 7px;
	margin-bottom: 7px;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 6px;
}

h4 {
	font-size: small;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h1 {
	font-size: small;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 6px;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 6px;
}
a {
	color: #112233;
	text-align: left;
}
a:hover {
	color: #998866;
	text-decoration: none;
}
#column_left p {
	color: #000000;
	margin-top: 0px;
	font-size: 0.9em;
	text-align: left;
	text-decoration: none;
	list-style-image: url('../images/folbul2.gif');
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin-bottom: 6px;
}
#column_left table {
	text-align: left;
	vertical-align: middle;
	width: 360px;
	font-size: 0.9em;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: center;
}
#copyright {
	float: right;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Styles for Text */
.style_bold {
	font-weight: bold;
}
.style_bgyellow {
	color: #0000FF;
	background-color: #FFFF00;
}

.style_italic_bold_red {
	font-style: italic;
	font-weight: bold;
	color: #CC3300;
}
hr {
	color: #A3B4CA;
	height: auto;
	line-height: 1px;
}
.style_bold_blue {
	font-weight: bold;
	color: #18187E;
	text-align: center;
}

