/* scrollbar */
body {
scrollbar-arrow-color:#333333; 
scrollbar-base-color:#000000; 
scrollbar-face-color:#000000; 
scrollbar-highlight-color:#666666; 
scrollbar-shadow-color:#333333}


/* links */
a:link {  color: #cccccc; text-decoration: none}
a:visited {  color: #cccccc; text-decoration: none}
a:active {  color: #ffffff; text-decoration: none}
a:hover {  color: #ffffff; text-decoration: none; border-color: black black #B9A100; border-style: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}


/* tabellen */ 

td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.title {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; letter-spacing: 1em}
.smalltitle {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; background-image: url(img/bg_tabelle.jpg)}
.smalltitle2 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; background-image: url(img/bg_tabelle2.jpg)}
.smalltitle3 {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; background-image: url(img/bg_tabelle3.jpg)}
.newstitle {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; background-color: #666666}
legend	{color: #222222}



/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #333333;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #000000;
	border:0px solid #222222
}

input { text-indent : 2px; }

/* Buttons */
input.button {
	background-color : #000000;
	color : #cccccc;
	font-weight: normal;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #222222; border-style: none; }

