﻿@import url("layout.css");
body {
	font-family: "Segoe UI", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	background-attachment: scroll;
	background-color: #90b7f1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#radio {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 5px;
}
#container {
	width: 100%;
	margin-top: 10px;
	border-bottom: 2px #335588 solid;
	background-color: #fff;
}
#masthead {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 5px;
}
#navigation {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4477BB;
}
#content {
	position: relative;
	float: left;
	width: 445px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
#sidebar {
	float: right;
	width: 295px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
}
#footer {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;}

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #191970;
	display: inline;
	font-size: 36px;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	background-color: #90B7F1;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #4477BB;
	border-bottom-color: #4477BB;
}
#navigation li {
	float: left;
}
#navigation a {
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 0px;
	padding: 0px 5px 0px 5px;
	background-color: #90B7F1;
}
#navigation a:hover {
	font-size: 13px;
	text-decoration: none;
	color: #4477BB;
	background-color: #90B7F1;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #90B7F1;
	margin-top: 6px;
	margin-bottom: 2px;
}
/* Randleisten-Formatvorlagen */
#sidebar h1,h2,h3,h4,h5,h6 {
	color: #90B7F1;
	margin-top: 6px;
	margin-bottom: 2px;
}
#sidebar p {
	color: #222;
	margin-top: 2px;
	margin-bottom: 2px;
}
#sidebar img {
	margin-bottom: 4px;
	margin-left: 4px;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	font-size: 13px;
	color: #335588;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	font-size: 13px;
	color: #335588;
	text-decoration: none;
}
#footer a:hover {
	font-size: 13px;
	color: #335588;
	text-decoration: overline;
}
/* Hyperlink-Formatvorlagen */
a {
	color: #335588;
	text-decoration: none;
}
a:hover {
	color: #335588;
	text-decoration: overline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}