﻿@import url("layout.css");
body {
	font-family: Arial, Sans-Serif;
	font-size: medium;
	color: #000;
	background-color: #99cc33;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #0E3B0F;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #99cc33;
}
#navtop {
	width: 100%;
	overflow: auto;
	background-color: white;

}

#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #0E3B0F;

}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	
}
#content strong{
	color: #0E3B0F;
}
#contentHome {
	margin-left: 140px;
	padding: 10px;
	background-color: #99cc33;
	color: white;
	font-weight:bold;
	font-style:italic;
}
#contentHome a {
	color: blue;
	font-weight: bold;
	font-style:normal;
}
#contentHome h2 {
	color:white;
}
#producttable {
	text-align: center;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #99cc33;
}
img {

}
#leftimg {
  height:150px;
  width:211px;	
  float:right;	
}
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial;
}
h5 {
	font-family: Arial;
}
h4 {
	font-family: Arial;
	color: #99cc33;
	text-align:right;
	vertical-align:top;
}
h3 {
	font-family: Arial;
	color:#99cc33;
}
h2 {
	font-family: Arial;
	color:#0E3B0F;

}
h1 {
	font-family: Arial Black;
}
/* Formatvorlagen für die Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
    display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: normal;
	font-size:small;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0E3B0F;
	border-bottom: 1px solid #f5f5f5;
	background-color: #99cc33;
}
#sidebar p {
	color:white;
	font-size:x-small;
	text-align:center;
}
/*Formatvorlagen für Navigation Oben */
#navtop a {
	font-weight:bold;
	text-decoration:none;
}

/* Formatvorlagen für Fußzeile */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	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;
}
