﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
#container {
	border-right: 0px solid #8c8c8c;
	border-bottom: 0px solid #8c8c8c;
	border-left: 0px solid #8c8c8c;
	background-color: #F8FFE7;
}
#masthead {
	background-color: #fff;
}
#navigation {
	border: 0px;
}
html>body #navigation {
	overflow: hidden;
}
#navigation img {
	border: 0px;
}
#column_l {
	width: 500px;
	padding: 15px;
	background-color: #F8FFE7;
}
html>body #column_l {
	width: 500px;
	padding: 15px;
	background-color: #F8FFE7;
}
#column_l table {
	width: 500px;
	align: left;
}
#column_l td {
	width: 500px;
	 align: left; 
	 vertical-align: top;
	 line-height:15px;
}
#column_l img {
	border: 0px;
	padding: 10px;
}

#column_r {
	width: 150px;
}
#start_aktuelles {
 position: absolute;
 text-align: left;
 float: right;
 margin: 0;
 padding: 0;
 overflow: hidden;
 right: 0px;
 width: 700px;
 }
html>body #column_r {
	width: 150px;
	background-color: #F8FFE7;
	padding: 10px;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: left;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: left;
	padding-bottom: 10px;
	background-color: #fff;
}
/* Mastertitel */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation a {
	border: 0px;
}
#navigation a:hover {
	border: 0px;
}

/* Rechte Spalte */
#column_r img {
	border: 1px solid #808080;
}
/* Websitetypografie */
h1 {
	font-size: xx-large;
	color: #417A09;
}
h2 {
	font-size: x-large;
	color: #417A09;
}
h3 {
	font-size: large;
	color: #417A09;
}
h4 {
	font-size: medium;
	color: #000;
}
blockquote,p,ol,ul {
	font-size: 10pt;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #417A09;
}
h6 {
	font-size: small;
	color: #000;
}
/* Fußzeile */
#footer p {
	font-size: x-small;
	color: #417A09;
}
/* Hyperlinks */
a {
	color: #417A09;
	text-decoration: underline;
}
a:hover {
	color: #417A09;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_xl-bold {
	font-weight: bold;
	font-size:11pt;
}

.style_italic {
	font-style: italic;
}
.style_small {
	font-size:x-small;	
}
.style_medium{
	font-size: 10pt;
}

