﻿body {
	font-family: Arial, Sans-Serif;
	font-size: medium;
	color: #FFFFCC;	
	background-color: #003300;
}
#container {
	width: 1000px;
	height: 100%;

}
#masthead {
	width: 994px;
	height: 120px;

}
#page_content {
	position: relative;
	
}
#sidebar {
	position: relative;
	float: left;
	width: 144px;
}
#content {
	margin-left: 144px;
	margin-right: 20px;
	background-color: #003300;
	width: 830px;
	color: #FFFFCC;
}
#footer {
	width: 830px;
	height: 100px;
	background-color: #cdf;
	text-align: center;
	left: 144px;
	position: relative;
}
/* Formatvorlagen für die Navigation */

#sidebar a {
	background: #003300;
	text-decoration: none;
	color: #FFCC00;
	display: block;
	height: 20px;
}
#sidebar a:hover {
	text-decoration: none;
	color: #FFFFCC;
	border-bottom: 0px solid #f5f5f5;
	background-color: #003300;
}
/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
	background-color: #cdf;
	color: #000000;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
