/* CSS Document */
a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2;
	
	}

a.kont {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 12px;
	font-weight: normal;
	line-height: 2.2;
}

.elcenter
  {
   height:425px;
   width:60%;
   margin-left:20%;
  }

 html, body
  {
   height:100%;
  }

a:hover {
color: #660000; 
text-decoration: underline; 
}


a:hover.kont {
color: #990000; 
text-decoration: underline; 
}



td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676161;
	line-height: 1.5;
}
.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6b643e;
	font-weight: bold;
	
}

body {
    scrollbar-face-color: #dcd8cb;
	scrollbar-highlight-color: #efefef;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-3dlight-color: #dcd8cb;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #dcd8cb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ebe5d7;

	}

.button {  font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #b1c7d8; color: #003366; border: 1px #333333 solid}