﻿@import url('styles/layout.css');
body {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: small;
	background-image: url('images/background_tile.gif');
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url('images/masthead_image.jpg');
	background-repeat: no-repeat;
}
#mhfloatleft {
font-size: small;
float: left;
width: 225px;
text-align: left;
}
#mhfloatright {
font-size: small;
float: right;
width: 225px;
text-align: right;
}
#mhfloat1 {
font-size: small;
float: left;
width: 225px;
}
#mhfloat2 {
font-size: small;
float: right;
width: 225px;
}
#mhfloat3 {
font-size: small;
float: right;
width: 225px;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #dbf;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 840px;
	height: 1000px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 835px;
	height:200px;	 
	padding: 0 15px;
	background-color: #FFFFFF;
}
#column_r {
	width: 315px;
	padding: 15px 10px;
	background-color: #fff;
}
html>body #column_r {
	width: 306px;
	padding: 15px 10px;
	background-color: #fff;
}
#column_m {
	float:right;
	width: 600px;
	height:700px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_m {
	width: 600px;
	height:200px;	 
	padding: 0 15px;
	background-color: #FFFFFF;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Mastertitel */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Hyperlinks */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}