﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #CEFF63;
}
#container {
	background-color: #fff;
	width: 750px;
	margin: 0 auto;
	border-top: 0;
	border-right: none;
	border-bottom: 0;
	border-left: none;
}
#masthead {
	text-align: right;
	background-color: #CEFF63;
	width: 750px;
}
#navigation {
	border-top: 2px #CEFF63 solid;
	border-bottom: 2px #CEFF63 solid;
	background-color: #9CCF00;
	overflow: hidden;
}
#column_l {
	width: 512px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 195px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #FFFF66;
	position: relative;
}
#footer {
	width: 750px;
	text-align: center;
	background-color: #147814;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	font-size: 5px;
	color: #147814;
	margin: 0px 0px 0;
}
#column_r p {
	font-size: 12px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #147814 solid;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px #9CCF00 solid;
	background-color: #147814;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
