﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	background-color: #006291;
	
	

}
	
#container {
	width: 900px;
	margin: 0 auto;
	background-color: white;
	background-repeat: repeat-y;
	font-size: small;
}

#masthead {
	text-align: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 900px;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 105%;
	font-weight: bold;
}
#navigation {
	background-color: #C8E6FD;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: #006699;
}
#column_l {
	width: 800px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	background-color: #C8E6FD;
	text-align: center;
	
	margin-right: 00px;
	margin-left: 00px;
	overflow: hidden;
	padding: 2px;
	border-top-style: solid;
	border-top-width: 8px;
	border-top-color: #006699;
}
/* Formatvorlagen für Mastertitel */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	margin: 10px 10px 0 10px;
	
}
#masthead a {
	color: #FFFFFF;
	font-size: small;
	text-align: right;
}
#masthead a:hover {
	color: #CC3300;
	text-decoration: underline;
	font-size: small;
	text-align: right;
	
}

	
}
/* Formatvorlagen für die Navigation */
#navigation ul {
	color: #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	color: #000000;
	float: left;
	list-style-type: none;
}
#navigation a {
	color: #000000;
	font-size: 85%;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
}
#navigation a:hover {
	background-color: #f2f2f2;
	
	
}
/* Inhaltsformatvorlagen */
tabhilfe {
	color: #FF0000;
	font-size: x-small;
}	


foli {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	margin-bottom: 12px
	padding: 5px;
	list-style-type: disc;
}	
h1 {
	color: #000000;
	font-size: 105%;
	font-weight: bold;
	margin-right: 20px;

	
}
h2 {
	color: #000000;
	font-size: small;
	margin-right: 20px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 15px;
}
h3 {
	color: #FFFFFF;
	font-size: small;
	background-color: #006699;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: normal;
}
h4 {
	color: #000000;
	font-size: small;
	margin-right: 20px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 0px;
;
}
h5 {
	color: #F2F2F2;
	font-size: x-small;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #CC3300;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

h6 {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	margin-bottom: 12px
	padding: 5px;
	list-style-type: disc
}

big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	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;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	color: #000000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000000;
	font-size: x-small;
    text-decoration: underline;
}
#footer a:hover {
	color: #000;
	font-size: x-small;
	text-decoration: none;
}
/* Formatvorlagen für Hyperlinks */
a {
	color: #808080;
	text-decoration: underline;
	font-size: small;
	padding-left: 0px;
	padding-right: 0px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: small;
	padding-left: 0px;
	padding-right: 0px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
