﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #d3d9d6;
    behavior: url(/styles/csshover3.htc);
}
#container {
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	text-align: right;
	background-color: #333333;
	width: 1000px;
	position: relative;
}
#navigation {
	background-color: #fff;
	overflow: hidden;
}
#menu {
	background-color: #fff;
	overflow: hidden;
	height: 160px;
}
#column_l {
	width: 700px;
	background-color: #fff;
	position: relative;
}
#column_l a {
	color: #333;
	text-decoration: underline;
}
#column_l a:hover {
	color: #ccc;
	text-decoration: overline;
}
#column_r {
	background-color: #fff;
	width: 297px;
	margin: 0;
	float: right;
	padding: 0;
	position: relative;
	border-left-color: #333;
	border-left-style: solid;
	border-left-width: thin;
}
#footer {
	width: 1000px;
	text-align: center;
	background-color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Formatvorlagen für Mastertitel */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
/* Formatvorlagen für die Navigation */
#menu ul {
	list-style-type:none;
	list-style-image:none;
	margin:0px;
	padding:0px;
}

#menu li.topmenu {
	float:left;
}

.topmenu a {
	float:left;
	color:#fff;
	width:113px;
	text-align:center;
}

.topmenu ul{
	display:none;
}

.topmenu a, .submenu a{
	padding:1px 5px;
	border:1px solid #000;
	border-collapse:collapse;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	background-color:#000;
	margin:0;	
}

.submenu a{
	font-size:12px;
	width:110px;
	color:#fff;
	position:relative;
	clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
	color:#000;
	background-color:#ccc !important;
}
.topmenu:hover ul {
	display:block;	
	z-index:500;
}
#navigation ul {
	list-style-type: circle;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* 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;
}
/* Inhaltsformatvorlagen */
h1 {
	color: #000;
	font-size: 2.0em;
}
h2 {
	color: #000;
	font-size: 1.75em;
}
h3 {
	color: #000;
	font-size: 1.5em;
}
h4 {
	color: #000;
	font-size: 1.25em;
}
h5 {
	color: #000;
	font-size: 0.9em;
}
h6 {
	color: #000;
	font-size: 0.5em;
}
h7 {
	color: #000;
	font-size: 0.3em;
}
big {
	color: #965;
	font-size: medium;
}
#column_l p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
	position: relative;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
	position: relative;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r h7 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
