﻿@import url(layout.css);
body {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial;
	background-color: #d3d9d6;
}
h1 {
	color: #7FC429;
	font-family: Arial;
	font-size: 24px;
	font-weight:bold;
}
h2 {
	color: #7FC429;
	font-family: Arial;
	font-size: 18px;

}
h3 {
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
}
fakt {
	font-weight: bold;
}
#container {
	background-color: #545454;
	width: 1200px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	
}
#page_content {
	padding-top: 20px;	
}
#masthead {
	text-align: right;
	background-color: #C0C0C0;
	width: 1200px;
}
/* Navigation oben Hintergrund */
#navigation {
	background-color: #F2F2F2;
	overflow: hidden;
	position: static;
	padding: 8px;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #FFFFFF;
	position: relative;
}
#footer {
	width: 1200px;
	text-align: center;
	font-size: 9px;
	color: #D3D9D6;
	background-color: #545454;
	padding-top: 90px;
	padding-bottom: 3px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Formatvorlagen für die Navigation */

#navigation ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #F2F2F2;
}
#navigation li {
	float: left;
	list-style-type: none;
	position: relative;
}

  /* Erweiterung zur dynamischen Ein-/Ausblendung */
#navigation ul li>ul {
    display: none;
  }
#navigation ul li > a#aktuell + ul {
    display: block;
  }

#navigation li:hover > ul {
	display: inline;
}

/* Navigation oben Schrift */
#navigation a {
	color: #000000;
	font-family: "Arial Black";
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 1px #808080 none;
}
#navigation a:hover {
	color: #7FC429;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #545454;
}
	/* Formatvorlagen für Fußzeile */;
#footer: ;


