body {
	background-color:#fffcb8;
	/*background-image:url(img/bg_logo.jpg);
	background-repeat:no-repeat; 
	background-position:bottom right;
	background-attachment:fixed;*/
	margin-top:10px;
	margin-left:40px;
	margin-right:50px;
	margin-bottom:10px;
	overflow:auto;
  scrollbar-face-color:#ccccff;       /* kaesten um scrollpfeile */
  scrollbar-highlight-color:#ffffcc;  /* innerer 3d-schatten um scrollpfeile und scrollbalken oben und links */
  scrollbar-3dlight-color:#ffffcc;    /* aeusserer 3d-schatten um scrollpfeile und scrollbalken oben und links */
  scrollbar-shadow-color:#fffcb8;     /* scrollpfeile auch wenn seite zu kurz */
  scrollbar-arrow-color:#ffffcc;      /* scrollpfeile wenn seite lang genug */
  scrollbar-track-color:#fffcb8;      /* bildschirmleiste hintergrund */
  /*scrollbar-darkshadow-color:#ff9900;*/ /* 3d-schatten um scrollpfeile und scrollbalken rechts und unten */
  }


p, i, br, ul, ol, li, div, td, th, form, address, blockquote {
   font-family:Arial,Helvetica,sans-serif;
   color:#000066;
   }

p, ul, ol, li, div, td, th, address, nobr, b, i {
   font-size:10pt;
   }

p {
/*   font-size:11pt;
   letter-spacing:0.2mm;
   word-spacing:0.8mm;
   text-indent:0mm;
   text-align:left; */
   margin-top:4pt;
   margin-bottom:0px
   }

h1, h2, h3 {
   font-family:Arial,Helvetica,sans-serif;
   color:#000000;
   }

h1 {
   font-size:20pt;
   letter-spacing:0em;
   margin-top:12pt;
   margin-bottom:8pt;
	 font-style:italic;
   }

h2 {
   font-size:14pt;
   margin-top:12pt;
   margin-bottom:12pt;
   }

h3 {
   font-size:11pt;
   margin-top:9pt;
   margin-bottom:12pt;
   }

li {
   margin-top:6px;
	 list-style-type:square;
	 }

img {
	border:0px;
	}
	
.bildabstand {
	margin-left:10px;
	margin-bottom:5px;
	}

a:link {
   font-size:10pt;
   text-decoration:underline;
   color:#3366cc;
	 font-weight:bold;
   }

a:visited {
   color:#3333ff;
   text-decoration:underline;
   font-size:10pt;
	 font-weight:bold;
   }

a:active {
   color:#3366ff;
   text-decoration:none;
   font-size:10pt;
	 font-weight:bold;
   }

a:hover { 
   text-decoration:none;
   color:#ff9900;
	 font-weight:bold;
   }

.mono {
	font-family:courier;
	background-color:#333333;
	}

.fehler {
   color:#ff0000;
	 font-weight:bold;
	 }

hr {
   color:#ff9900;
   size:1pt;
   border:0px solid #ff9900;
   background-color:#ff9900;
   }

fieldset {
	border:#ff9900 1px solid;
	padding:15px;
	width:80%;
	background-color:#ffcc33;
	}
	
legend {
	align:right;
	color:#ff9900;
	font-size:11pt;
	font-weight:bold;
	}

input, textarea {
	border: #6666cc 1px solid;
	background-color:#ffffcc;
	}

input.button {
	background-color:#ccccff;
	margin:3px;
	color:#000066;
	font-size:11pt;
	font-weight:bold;
	}

a.navi:link {
	 text-decoration:none;
   color:#3366ff;
   font-weight:normal;
   }

a.navi:visited {
   color:#3366ff;
   text-decoration:none;
   font-weight:normal;
   }

a.navi:active {
   color:#3366ff;
   text-decoration:none;
   font-weight:normal;
   }

a.navi:hover { 
   text-decoration:none;
   font-weight:normal;
   color:#ff9900;
   }

.td_content {
	width:580px;
	text-align:left;
	padding-left:20px;
	}

/*.td_spacer {
	width:20px;
	}*/
	
div#clink {
	border: #6666cc 1px solid; 
	margin-top:6pt;
	left: 0px; 
	width: 160px; 
	/*position: absolute; */
	/*top: 100px;*/
	}

div#clink a {
	/*border-bottom: #999999 1px solid; */
	/*border-left: #999999 1px dotted; */
	/*border-top: #999999 1px ridge; */
	/*margin: 0px 0px 2px; */
	border-left-width: 1px;
	border-bottom-width: 1px;
	padding-right: 10px;
	padding-left: 10px; 
	padding-bottom: 3px; 
	padding-top: 3px; 
	display: block;  
	color: #666666;  /* linkfarbe */
	background: #ffcc00; 
	text-align: left; 
	text-decoration: none; 
	}
	
div#clink a:hover {
	/*border-right: #00ff00 1px dotted; */
	/*border-bottom: #ffffff 1px dotted; */
	/*border-left: #ffffff 1px solid; */
	/*border-top: #ffffff 1px solid; */
	background: #ccccff; 
	color: #000066;  /* linkfarbe */
	}
