/* CSS Document */

body {              /* body ist weis und hat keine Ränder */
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d9dadb;
}
.hintergrund_top {
	background-image: url(../images/hg_top.gif);
	background-repeat: repeat-x;
}
.hintergrund_header_left {
	background-image: url(../images/hg_header_left.jpg);
	background-repeat: repeat-x;
}
.hintergrund_header_right {
	background-image: url(../images/hg_header_right.jpg);
	background-repeat: repeat-x;
}
.hintergrund_header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.hintergrund_footerline {
	background-image: url(../images/footerline.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

a:active, a:visited, a:link{
	text-decoration: none;
	color: #333333;
}
a:hover{
	text-decoration: underline;
	color: #333333;
}

/* Top Bereich mit Sprachumschaltung */
.top td {
	padding:0px;
	margin: 0px;
}
.top h3 {
	font-size: 11px;
	color: #999999;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: normal;
	letter-spacing: 0.03em;
}
.top a:active{
	text-decoration: none;
	color: #fefefe;
}
.top a:visited{
	text-decoration: none;
	color: #fefefe;
}
.top a:link{
	text-decoration: none;
	color: #fefefe;
}
.top a:hover{
	text-decoration: underline;
	color: #fefefe;
}

/* Content Bereich Abbildung der Inhalte und Bildmaterail */
.content td {
	padding:10px;
	margin: 0px;
	font-size: 13px;
	letter-spacing: 0.03em;
}
.content td td{
	padding:1px;
	margin: 1px;
	font-size: 13px;
	letter-spacing: 0.03em;
	vertical-align:top;
}

.content h1 {
	font-size: 16px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #2a4f75;
}
.content h2 {
	font-size: 13px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}
/* News Bereich */
.news td {
	padding:2px;
	margin: 0px;
	font-size: 13px;
	letter-spacing: 0.03em;
}
.news h3 {
	font-size: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.news h2 {
	font-size: 13px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}
.news h4 {
	font-size: 13px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}
.news hr{
    width:100%;
    height:1px;
    border:none;
    border-top:1px dotted #2a4f75;
}
/* Footer Bereich mit Schnellkontakt / Newsbereich /Impressum und Sitemap*/
.footer td {
	padding:0px;
	margin: 0px;
	font-size: 11px;
	color: #333333;
}
.footer h2 {
	font-size: 14px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.footer h3 {
	font-size: 11px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.footer a:active{
	text-decoration: none;
	color: #333333;
}
.footer a:visited{
	text-decoration: none;
	color: #333333;
}
.footer a:link{
	text-decoration: none;
	color: #333333;
}
.footer a:hover{
	text-decoration: underline;
	color: #333333;
}
a.newsarchive {
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
a.newsarchive :visited, a.arrow:link{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
.imageline td {
	padding:20px;
	margin: 0px;
}

.formular td {
	padding:5px;
	border-bottom: 1px solid #eeeeee;		
}
.formular input {
	font-size: 11px;		
	border: 1px solid #cccccc;
	background:#eeeeee
}
.formular select {
	font-size: 11px;		
	border: 1px solid #cccccc;
	background:#eeeeee
}
.formular textarea {
	font-size: 11px;		
	border: 1px solid #cccccc;
	background:#eeeeee
}

.imgblock{
	padding-top: 30px;
}
