﻿@import url('layout.css');
@import url('lightbox.css');
body {
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;
	font-style: normal;
	background-color: #FFFFFF;
}
img {
    margin: 3px 6px;
}
.style1 {
	border-width: 0px;
}
.style2 {
	border-width: 0;
}
.style3 {
	color: #000000;
}
.style4 {
	color: #000000;
	background-color: #CCDDEE;
}
.style5 {
	text-align: right;
}
.style6 {
	text-align: center;
}
.style7 {
	border-width: 0;
	background-color: #E9E9EA;
}
.style8 {
	margin-left: 40px;
}
.style9 {
	background-color: #CCDDEE;
}
.style11 {
	font-weight: bold;
	background-color: #CCDDEE;
}
.style12 {
	color: #FF0000;
	background-color: #CCDDEE;
}
.style15 {
	background-color: #CCCCCC;
}
.style19 {
	background-color: #CCDDEE;
	text-align: right;
}
.style20 {
	background-color: #f2f2f2;
}
.style21 {
	font-size: small;
	font-weight: normal;
}
.style22 {
	background-color: #E9E9EA;
}
.style23 {
	border: 2px solid #FFFFFF;
}
.style24 {
	border-style: solid;
	border-width: 1px;
}
.style25 {
	border: 1px solid #CCDDEE;
}
.style26 {
	border: 2px solid #FFFFFF;
	background-color: #F2F2F2;
}
.style27 {
	border-style: solid;
	border-color: #F2F2F2;
}
.style28 {
	border-width: 0px;
	vertical-align: top;
}
.style29 {
	background-color: #F2F2F2;
	text-align: right;
}
.style30 {
	background-color: #F2F2F2;
}
.style31 {
	color: #FF0000;
	background-color: #F2F2F2;
}
.style32 {
	font-weight: bold;
	background-color: #F2F2F2;
}
.style33 {
	color: #000000;
	background-color: #F2F2F2;
}
.style34 {
	background-color: #F2F2F2;
}
.style35 {
	font-size: xx-large;
}
.style36 {
	text-align: left;
}
.style37 {
	font-size: medium;
}
.style38 {
	border-style: none;
	border-width: 0;
}
.style39 {
	color: #FF9933;
}
.style40 {
	color: #000080;
}
.style41 {
	color: #FF0000;
}
.style42 {
	color: #00CC00;
}
.style43 {
	border-style: solid;
	border-width: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-top: 1px;
	border-color: Gray;
}
.style44 {
	background-color: #CCCCCC;
}
.style45 {
	text-decoration: underline;
}
.style46 {
	border-style: solid;
	border-width: 1px;
	background-color: #FFFFFF;
}
.style49 {
	font-size: xx-small;
}
.style49 {
	font-size: x-small;
}
.style50 {
	border-style: none;
	border-width: 0;
}
.style51 {
	text-align: left;
	font-size: xx-large;
}
.style52 {
	font-size: x-large;
}


#container {
	background-color: #FFFFFF;
	width: 990px;
	margin: 0 auto;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: White;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d3d3d3;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #FFFFFF;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #FFFFFF;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: White;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#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;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid f2f2f2;
	background-color: #f2f2f2;
}
/* Inhaltsformatvorlagen */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #542B0C;
}
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;
	background: url(images/logo.jpg) no-repeat;
}
#footer a {
	color: #393939;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: Maroon;
	text-decoration: none;
}
a:hover {
	color: #000080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

