﻿@import url('layout.css');
body {
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, Sans-Serif;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
}
#container {
	width: 100%;
	border-bottom: 1px solid #000099;
	background-color: #CCCCFF;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#masthead {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCFF;
	height: 25px;
	margin-top:10px;
}
#navigation {
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	background-color: #CCCCFF;
	border-bottom: 1px #000099 solid;
	height: 25px;
}
#left_col {
	position: relative;
	float: left;
	width: 18%;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-top: 5px;
	background-color: #CCCCFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #000099;
	padding-bottom: 5px;
}
#page_content {
	position: relative;
	float: left;
	width: 58%;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 2%;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 5px;
}
#right_col {
	position: relative;
	float: right;
	width: 18%;
	margin-top: 3px;
	margin-bottom: 10px;
	background-color: #CCCCFF;
	text-align: left;
	font-size: small;
	color: #000099;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
#footer {
	border-top: 1px #000099 solid;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	background-color: #CCCCFF;
	text-align: center;
	font-size: small;
}
h4 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12pt;
}
h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #FF00FF;
	font-size: 12pt;
}
h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #FF00FF;
	font-size: 14pt;
}
/* Formatvorlagen für die Navigation */
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px #000099 solid;
	border-left: 1px #000099 solid;
	border-right: 1px #000099 solid;
}
#left_col li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	border-bottom: 1px #000099 solid;

}
#left_col a {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	display: block;
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
#left_col a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	width: 100%;
	background-color: #FF66FF;
}
/* Formatvorlagen für Mittelspalte*/
#page_content ul {
	list-style-type: square;
	list-style-position: outside;
}
/* Formatvorlagen für die Navigation rechts*/
#right_col ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	padding: 0;
}
#right_col li {
	margin: 0;
	padding: 0;
}
#right_col a {
	color: #0000FF;
	text-decoration: none;
}
#right_col a:visited {
	color: #666666;
	text-decoration: none;
}
#right_col a:hover {
	color: #FF00FF;
	text-decoration: underline;
}

