html, body {
	margin: 0px;
  padding: 0px;
}

body {
	/* background-color: #5b7745; */
	/* background-color: #426332; */
	/* background-color: #305524; */
	background-color: #14400f;
}

body, td, h1, h2, p {
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	color: #fff6c1;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	margin-top: 30px;
	font-weight: bold;
}

h3 {
	font-size: 17px;
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: normal;
}

/* IE benötigen Korrektur, CSS-Weiche */ 
* html ul { float:left; }
* html ul li { clear:left; }

/* Weiche exklusiv für IE 6
@media all{
* html b\ody ul { float:left; }
* html b\ody li { float:left; clear:left; }
}
*/

/* Fuer jeden was, besonders Opera  */
li {margin:0; padding:0;}
ul {margin:0; padding:0; }

ul, ol {
  padding-left: 15px;
}

.linklist {
  list-style-type: none;
  list-style-image:url("img/rarr.png");
}

.small  {
  font-size: 13px;
}

.red {
  color: #FE3C00;
}

li {
  margin-bottom: 10px;
}

.rarr {
  width: 4px;
  height: 11px;
  margin-right:4px;
}

.leftspace {
  margin-left: 6px;
}

hr {
  border: 0;
  border-top: 1px solid #fff6c1;
  height: 1px;
}

/* Hyperlinks */

a.menu, a.menu:link, a.menu:visited, a.menu:hover, a.menu:active,
a.submenu, a.submenu:link, a.submenu:visited, a.submenu:hover, a.submenu:active {
  border: 0;
}

a.active, a.active:link, a.active:visited, a.active:hover, a.active:active {
  text-decoration: underline;
  border: 0;
}

a, a:link {
	color: #fff6c1;
	text-decoration: none;
    border-bottom: 1px dotted #fff6c1;

}

a:visited {
	text-decoration: none;
    border-bottom: 1px dotted #577342;
}

a:hover {
  text-decoration: none;
  color: #fff;
  font-style: italic;
  border-bottom: 1px dotted #fff;
}

a:active {
	color: #D5D6DD;
    border-bottom: 1px dotted #D5D6DD;
}

a.menu, a.menu:link {
  font-size:18px;
  color: #fff6c1;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

a.menu:visited {
  
}

a.menu:hover {
  font-style: normal;
  text-decoration: underline;
}

a.menu:active {
  color: #fff;
}

a.submenu, a.submenu:link {
  font-size: 16px;
  color: #fff6c1;
  text-decoration: none;
  margin-left: 10px;
  margin-top: -10px;
  margin-bottom: 20px;
  display: block;
}

a.submenu:visited {
  
}

a.submenu:hover {
  font-style: normal;
  text-decoration: underline;
}

a.submenu:active {
  color: #fff;
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
  text-decoration: underline;
}


/* Sidebar formatting*/

#path {
  font-size:12px;
  margin-bottom: 40px;
  position: relative;
  left: -15px;
}

/* Layout */
#master {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  width: 700px;
  min-height: 500px;
  text-align: left;
  background-color: #003000;
  /* border: 1px solid #829563; */
  border: 1px solid #577342;
}

#head {
  border-bottom: 1px solid #fff6c1;
  width: 650px;
  height: 40px;
  padding-top: 40px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 24px;
}


#menu {
  /* border-right: 1px solid #fff6c1; */
  float: left;
  width: 160px;
  padding: 5px 5px 5px 25px;
}

#content {
  border-left: 1px solid #fff6c1; /* 506e3c */
  width: 460px;
  margin-left: 190px;
  padding: 15px 20px 30px 25px;
  min-height: 350px;
}
