  :link {
	color: #0001A6;
}  /* for unvisited links */
  :visited {
	color: #8B0000;
} /* for visited links */
  :active { color: #FF0000 } /* when link is clicked */
/*  :hover {
	color: Red;
} /* when mouse is over link */
  a.plain {
	text-decoration: none;
	color: Black;
}
  BODY {
	margin-left: 0px;
	margin-top: 0px; /*max-height : 10px;
	*/
/*max-width : 10px;
	*/
	background-color: #EBEBEB;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: bold;
		margin-left: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	padding-top: 3%;
	color: #00016C;
	margin-left: 10px;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 2%;
	color: #00016C;
	margin-left: 10px;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 1%;
	color: #00016C;
	margin-left: 10px;
	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 1%;
	color: #00016C;
	margin-left: 10px;
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}
th { font-family: Arial, Helvetica, sans-serif; font-size: 12px ; font-weight: bold; text-align: left}
PRE {
	background-color : Silver;
	font-family : "Courier New", Courier, monospace;
	font : "Courier New", Courier, monospace;
	color : Black;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : bolder;
	padding-bottom : 1%;
	color: #00016C;
}

img{
border: 0
}



   /**********************/
  /* Abschnitt: Sidebar */
 /**********************/

#sidebar {
  /* position:absolute; */
  top:0px;
  left:0px;
  padding:15px;
  padding-top:15px;
  width:px;
  font-size:12px;
  font-family:Georgia,Verdana,Arial,sans-serif;
}

/* für Mozilla
html>body #sidebar {
  position:fixed;
}  */

#sidebar ul {
  margin:0;
  padding:0;
  list-style-type:none;
}

#sidebar li {
  margin-bottom:3px;
}

#sidebar h1 {
  font-size:12px;
  font-weight:normal;
  margin-top:10px;
  margin-bottom:20px;
}

#sidebar div {
  padding:5px;
}

#sidebar div p {
  padding-left:8px;
  line-height:20px;
}


   /******************************/
  /* Abschnitt: Sidebar - Links */
 /******************************/

a.nav:link, a.nav:visited, a.nav:active {
  text-decoration:none;
  margin-bottom:1px;
  display:block;
  width:130px;
  padding:3px;
  padding-left:8px;
}

a.nav:hover {
  text-decoration:none;
  display:block;
  width:130px;
  padding:2px;
  padding-left:7px;
}

   /******************************/
  /* Abschnitt:  */
 /******************************/


#sidebar h1 {
  color:#3c3d7d;
  border-bottom:1px solid #3c3d7d;
}

#sidebar div {
  border:1px solid #3c3d7d;
  background-color:#ececec;
}

#sidebar div p {
  color:#3c3d7d;
}

a.nav:link, a.nav:visited, a.nav:active {
  color:#8b0000;
}

a.nav:hover {
  background-color:#7e1e33;
  border:1px solid black;
  color:#eeeeee;
}

#inhalt {
  color:#3c3d7d;
}

#inhalt h1 {
  border-bottom:1px solid #8b0000;
  color:#8b0000;
}

em {
  color:#8b0000;
}

#inhalt h2.ueber, h3 {
  color:#8b0000;
}

#inhalt a {
  color:#7e1e33;
}

th {
  color:#7e1e33;
}

.lheader {
  background-color:#7e1e33;
  color:#eeeeee;
  border:1px solid #3c3d7d;
  border-bottom:none;
}

.ltext {
  background-color:#ececec;
  color:#3c3d7d;
  border:1px solid #3c3d7d;
  border-top:none;
}

