﻿@import url("menu.css");
body {
	font-family: Verdana, Geneva, Tahoma, Sans-Serif;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #A4ACB2;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	border: 0;
}
#container {
	border-left: 1px #8c8c8c;
	border-top: 1px #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	border-right: 1px solid #8c8c8c;
	background-color: #fff;
	width: 1100px;
	margin: 1ex auto 0 auto;
	padding: 0;
}
/* Mastertitel */
#masthead {
	text-align: right;
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	color: #2F5AA2;
	width: 99%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	height: 110px
}
/* Navigation */
#iMenu {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
/* Textteil */
#MainContent {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 0;
}
/* Linke Spalte */
#column_l {
	position: relative;
	float: left;
	margin: 0;
	width: 450px;
	padding: 15px; 
	background-color: #fff;
}
html>body #column_l {
	background-position: center;
	width: 450px;
	padding: 15px; 
	background-color: #fff;
	background-repeat: no-repeat;
}
#leftcontent {
	width: 450px;
	margin: 0;
	border: 0;
	background-color: #fff;
}
/* Rechte Spalte */
#column_r {
	position: relative;
	float: right;
	margin: 0;
	width: 560px;
	padding: 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 560px;
	padding: 10px;
	background-color: #fff;
}
#column_r img {
	border: 1px solid #808080;
}
#rightcontent {
	width: 560px;
	margin: 0;
	padding: 15px;
	border: 0;
}
/* Fußzeile */
#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	padding-bottom: 10px;
}
#footer p {
	font-size: small;
	color: #385796;
	text-align: center;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* diverse */
#includes {
	padding: 15px;
	background-color: #fff;
}
/* Hyperlinks */
a {
	font-weight: normal;
	text-decoration: none;
	color: #214074;
}
a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #2F5AA2;
}
/* Navigation */
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #385796;
}
html>body #navigation {
	overflow: hidden;
}
#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #214074;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #2F5AA2;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#iMenu a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#iMenu a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #C9D8EF;
}
#sitelinks {
	font: small serif;
/*		font: x-small serif; */
	width: 99%;
	overflow: auto;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
#sitelinks a {
	font-weight: normal;
	text-decoration: underline;
	color: #214074;
}
#sitelinks a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #2F5AA2;
}
#sitelinks ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: right;
}
/* Textstyles */
#masthead h1 {
	color: #2F5AA2;
	margin-bottom: 0;
}
#masthead h3 {
	color: #2F5AA2;
	margin-top: 0.5em;
}
h1 {
	font-size: xx-large;
	color: #2F5AA2;
}
h2 {
	font-size: large;
	color: #214074;
}
h3 {
	font-size: large;
	color: #2F5AA2;
}
h4 {
	font-size: medium;
	color: #2F5AA2;
}
h5 {
	font-size: small;
	color: #2D4F7D;
}
h6 {
	font-size: xx-small;
	color: #8C8C8C;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_marke {
	font-style: italic;
	text-decoration: underline;
}
.style1 {
	text-align: left;
}
.style2 {
	text-align: center;
}
.style3 {
	text-align: right;
}
.style4 {
	text-align: justify;
}
.style5 {
/*	font-size: medium; */
	text-align: justify;
	letter-spacing: 1px;
}
.style6 {
	font-size: x-large;
}
.style7 {
	font-size: x-small;
}
.style8 {
	font-size: xx-small;
}
.style_pictures {
	border-width: 0
}

