body {
	background-color: #f6deb4;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
	font-family: "Arial", "Helvetica", sans-serif;
	margin-top: 15pt; }

a:link {
	color: #0f6830;
	font-size: 100%;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	font-family: "Arial", "Helvetica", sans-serif;
	text-decoration: none; }

a:visited {
	color: #19ae6b;
	font-size: 100%;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
	font-family: "Arial", "Helvetica", sans-serif;
	text-decoration: none; }  

a:hover {
	color: #cc0000;
	background-color: #f6deb4;
	font-size: 100%;
	font-weight: normal;
	border-top: 1px solid #b2a282;
	border-bottom: 1px solid #b2a282;
	border-collapse: collapse;
	font-family: "Arial", "Helvetica", sans-serif;
	text-decoration: none; }


/*  Allgemeine Einstellungen  */
h1 {
	color: #000000;
	font-weight: normal;
	font-size: 100%;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Arial", "Helvetica", sans-serif; }
	
p {
	color: #000000;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 120%;
	padding-bottom: 10px;
	font-size: 100%;
	font-family: "Arial", "Helvetica", sans-serif; }

td {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 15pt;
	font-size: 100%; }


/*  <table class="">  */
table.solid {
	border: 1px dotted #000000;
	border-collapse: collapse; }
	
td.dotted {
  background-color: #e6cea4;
  border: 1px solid #b2a282;
  border-collapse: collapse; }


/*  <span class="">  */
a.no, a:hover.menu, a:link.menu, a:visited.menu  {
  border: 0px; }
 
 .u {
  text-decoration: underline; }

.i {
	font-style: italic; }

.b {
  font-weight: bold; }
  
.footer {
	color: #000000;
	font-weight: normal;
	font-size: 70%;
	text-align: center;
	line-height: 10pt;
	font-family: "Arial", "Helvetica", sans-serif; }

.small {
	color: #000000;
	font-weight: normal;
	font-size: 80%;
	font-family: "Arial", "Helvetica", sans-serif; }

.small_n_italic {
	color: #000000;
	font-style: italic;	
	font-weight: normal;
	font-size: 80%;
	font-family: "Arial", "Helvetica", sans-serif; }

.small_n_courier {
	color: #000000;
	font-weight: normal;
	font-size: 100%;
	font-family: "Courier New", "Courier", serif; }

.small_n_bold {
	color: #000000;
	font-weight: bold;
	font-size: 80%;
	font-family: "Arial", "Helvetica", sans-serif; }

.atdot {
	color: #cc0000;
	font-weight: bold;
	font-size: 100%;
	font-family: "Arial", "Helvetica", sans-serif; }

.code {
	color: #000000;
	line-height: 12pt;
	font-size: 100%;
	font-family: monospace; }

.char {
	color: #ff7f00;
	font-size: 80%;
	font-weight: bold;
	font-family: "Arial", "Helvetica", sans-serif;
	text-decoration: none; }


/* forms */ 
input  { 
	color: #000000;
	background-color: #e6cea4;
	font-weight: normal;
	font-size: 80%;
	border: 1px solid #f6deb4;
	padding: 1px; }
	
textarea  { 
	color: #000000;
	background-color: #e6cea4;
	font-weight: normal;
	font-size: 80%;
	border: 1px solid #f6deb4;
	padding: 1px; }
	
