﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	background-color: #DDDDDD;
}
#container {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
	border-top: : 0px ;
	border-right: 0px solid #b7b7b7;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
}
#masterhead {
	text-align: right;
	background-color: #000080;
	width: 1000px;
	height:150px
}
#greyline {
	width: 1000px;
	height: 6px;
	background-color: #DDDDDD;
}
#blueline {
	width: 1000px;
	height: 2px;
	background-color: #000080;
}
#spacenav {
	background-color: #AAAAAA;
	overflow: hidden;
	width: 250px;
	height: 30px;
	float: left;
}
#navigation {
	background-color: #AAAAAA;
	font-size: 14px;
	overflow: hidden;
	width: 1000px;
	height: 30px;
	float: left;
}
#content {
	background-color: #FFFFFF;
	font-size: 11px;
	overflow: hidden;
	width: 1000px;
	float: left;
}
#column1 {
	background-color: #FFFFFF;
	font-size: 13px;
	overflow: hidden;
	width: 250px;
	float: left;
	padding-top: 5px;
	padding-left:0px;
}
#column2 {
	background-color: #FFFFFF;
	font-size: 13px;
	overflow: hidden;
	width: 480px;
	float: left;
	padding: 2px;
}
#column3 {
	background-color: #FFFFFF;
	font-size: 13px;
	overflow: hidden;
	width: 230px;
	float:left;
	padding: 10px;
	padding-top: 25px;
}
#footer {
	width: 1000px;
	text-align: center;
	background-color: #AAAAAA;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
.clear{ clear: both; }
.h1{ font-size: 19px; color: #555555 }

/* Formatvorlagen für die Navigation */
#navigation ul {
	list-style-type: none;
	width: 1000px;
	margin: 0;
	padding: 0;
}
#navigation li {
	width: 109px;
	float: left;
	text-align:center;
}	
#navigation lo {
	width: 109px;
	height:20px;
	float: left;
	text-align:center;
	background-color: #000080;
	color: #EEEEEE;
	display: block;
	padding: 6px;
	border: 0px solid #AAAAAA;
}
#navigation a {
	color: #000080;
	text-decoration:none;
	display: block;
	padding: 6px;
	border: 1px solid #AAAAAA;
}
#navigation a:hover {
	color: #EEEEEE;
	text-decoration: none;
	border: 1px solid #000080;
	background-color: #000080;
}

/* Formatvorlagen für die Sub-Navigation */
#column1 li {
	color: #555555;
	list-style-type: none;
	width: 230px;
	margin: 0;
	padding: 3px;
	padding-left: 0px;
	float: left;
}
#column1 a {
	color: #555555;
	text-decoration:none;
	padding-left: 0px;
	padding: 0px;
}
#column1 a:hover {
	color: #000080;
	text-decoration:none;
	padding-left: 0px;
	padding: 0px;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #555555;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #000080;
	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;
}.test {
	font-weight: bold;
	color:lime;
}



