﻿@import url(layout.css);
html#home a#nav-home, html#imprint a#nav-imprint, html#download-patch a#nav-download, html#download-patch a#subnav-patch {
	color: #fff;
}

#logocolumn  {
	position: relative;
	width: 160px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6484A4;
}

#contentcolumn  {
	position: relative;
	background-color: #fgf;
	float: none;
	margin: 0 0 0 171px;
}

body {
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
	min-width: 1024px;
}
#container {
	width: 100%;
	margin: 0;
	position: relative;
}
#masthead {
	height: 19px;
	background-color:#0366C9;
}
#navigation {
	background-color:#98B4BC;
	height: 24px;
	overflow: visible;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6484A4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6484A4;
}
#subnavigation {
	background-color:#AFC4CB;
	height: 20px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6484A4;
}
#page_content {
	position: relative;
	width: 100%;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 1px 20px;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 280px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 20px;
	top: 20px;
}
#footer {
	margin: 0 350px 0 0;
	background-color: #fff;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: right;
	margin-right: 5px;
	border: 1px solid #0366C9;
}

#masthead a {
	text-decoration:none;
	color:#fff;
}

#masthead img:hover {
	border: 1px solid #fff;
}

#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	font-size: small;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #98B4BC;
	border: 1px solid #98B4BC;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #6484a4;
}

/* Formatvorlagen für die SubNavigation */
#subnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#subnavigation li {
	float: left;
}
#subnavigation a {
	color: #000;
	font-size: small;
	font-weight:normal;
	text-decoration: none;
	display: block;
	padding: 1px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #AFC4CB;
	border: 1px solid #AFC4CB;
}
#subnavigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color:#7894AF;
}


/* Inhaltsformatvorlagen */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}