﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
}
#container {
/*	border-right: 2px solid #8c8c8c;  */
/*	border-bottom: 2px solid #8c8c8c; */
/*	border-left: 2px solid #8c8c8c;   */
/*	background-color: fuchsia;        */
}
#masthead {
	text-align: center;
/*	background-color: orange;                              */
/*	background-image: url("../images/masthead_image.jpg"); */
/*	background-repeat: no-repeat;                          */ 
}
#navigation {
	border-top: 1px solid #006699; /* blau */
	border-bottom: 1px solid #006699;
	background-color: #006699;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 90%;
	padding: 0px;
	background-color: white;
/*	width: 367px;
	padding: 15px;
	background-color: #fff; */
}
html>body #column_l {
	width: 90%;
	padding: 0 15px;
	background-color: white;
/*	width: 370px;
	padding: 0 15px;
	background-color: #fff;  */
}
#column_r {
	width: 10%;
	padding: 15px 10px;
	background-color: #F0F0F0;
/*	width: 217px;
	padding: 15px 10px;
	background-color: #fff; */
}
html>body #column_r {
	width: 10%;
	padding: 15px 10px;
	background-color: #F0F0F0;
/*	width: 220px;
	padding: 15px 10px;
	background-color: #fff; */
}
#content {
	background-color: #F0F0F0;
/*	background-color: #fff; */
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Mastertitel */
#masthead h1 {
	color: #5C5C5C; /* grau */
/*	margin-right: 0.5em; */
	margin-bottom: 0;
}
#masthead h3 {
	color: #5C5C5C; /* grau */
	margin-top: 0;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin-top: 0;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #006699; /* blau */
	display: block;
	padding: 5px;
	border: 1px solid #006699;
	background-color: #F0F0F0;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #F0F0F0;
	border: 1px solid #006699;
	background-color: #006699;
}

/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: large;
	color: #006699;
	font-weight: bold;
}
h2 {
	font-size: medium;
	color: #006699;
	font-weight: bold;
}
h3 {
	font-size: small;
	color: #009900; /* grün */
	font-weight: bold;
	margin-bottom: 0px;
}
h4 {
	font-size: small;
	color: #009900; /* grün */
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: white;
}
/* Hyperlinks */
a {
	color: #5C5C5C; /* grau */
	text-decoration: none;
}
a:hover {
	color: #5C5C5C; /* grau */
	text-decoration: none;
}
li {
	margin-top: 6px;
}
ul {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.textalígnright {
	text-align: right;
/*	color: white; */
}
.textdecononeblue {
	color: #006699;
	text-decoration: none; 
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

