/* arge-rot: #df0517*/
/* sbs-gruen: #209640*/
/* dunkler: #206A40*/
/* helltürkis: #9ECBC7*/
/* hell-cyan: COLOR="#9BCFF3"*/
/*COLOR="#CAD2E1" */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #e2e3e5;
  margin: 0;
  text-align: center;
}

a:link, a:visited, a:active {
  color: #df0517;
  font-weight: bold;
  text-decoration: underline;
}
    
a:hover {
  color: #8B0000;}

hr {
  margin: 5px 0px 5px 0px;
  border: 0;
/*  border-top: 1px solid #CC2227;*/
  border-top: 1px dashed #df0517;
  height: 1px;
  width: 100%;
  text-align: center;
}

h1 {
  font-size: 1.6em;
  color: #df0517;
  text-align: left;
}

h2 {
  font-size: 1.4em;
  color: #df0517;
  text-align: left;
/*  margin: 5px;*/
  margin-top: 30px;
}

h3 {
  font-size: 1.2em;
  color: #df0517;
  text-align: left;
}

.main {
  width: 750px;
  margin: auto;
  padding: 0;
  background-color: #FFF;
  color: #000;
  position: relative; 
  top: 1px;
  text-align: center;
}

* .main html {  /* nur fuer Internet Explorer */
  width: 750px;     /* Version 5.x */
  w\idth: 750px;    /* Version 6 */
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

.header {
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 0px;
  text-align: left;
  margin: auto;
}

.footer {
  height: 100px;
  color: #000;
  background-color: #e2e3e5;
  text-align: center;
  padding: 20px;
  text-align: left;
  margin: auto;
}

.menu {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 1em;
	text-align: left;
}

/*
.menu ul {
  background-color: #e2e3e5;
	border: 1px solid gray;
}
*/

.menu li {
	list-style: url("arrow.gif") disc;
}

.menu a {
	text-decoration: none;
}

.content {
  margin: 0px;
	margin-left: 225px;
	/*border-left: 1px solid gray;*/
	padding: 1em;
	max-width: 36em;
  text-align: left;
}
 
.content li {
  margin-left: -20px;
}

img {
 border: 0px;
}
