﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
/*	background-image: url('../images/00_background_tile.gif'); */
/*	background-repeat: repeat-x;                               */
	background-attachment: scroll;
	background-color: #006699;
}
#container {
/*	border-right: 2px solid #5C5C5C;  */
/*	border-bottom: 2px solid #5C5C5C; */
/*	border-left: 2px solid #5C5C5C;   */
	background-color: #F0F0F0;
}
#masthead {
	text-align: right;
	background-color: white; /* #FFFFFF; */ /*	background-image: url("../images/masthead_image.jpg");  */;
	background-position: top;
/*	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: #F0F0F0;
}
html>body #column_l {
	width: 90%;
	padding: 0 15px;
	background-color: #F0F0F0;
}
#column_r {
	width: 10%;
	padding: 15px 10px;
	background-color: #F0F0F0;
}
html>body #column_r {
	width: 10%;
	padding: 15px 10px;
	background-color: #F0F0F0;
}
#content {
	background-color: #F0F0F0;
}
#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;
/*	margin-right: 1em;  */
}
/* 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 */
}
h5 {
	font-size: x-small;
	color: #5C5C5C;
	font-weight: bold;
}
h6 {
	font-size: x-small;
	color: #5C5C5C;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #5C5C5C;
}
/* links */
#column_l a {
	text-decoration: underline;
}
a:link {
	color: #5C5C5C;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
li {
	margin-top: 6px;
}
ul {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.textalígnright {
	text-align: right;
}
.textdecononeblue {
	color: #006699;
	text-decoration: none; 
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
