/* CSS Document */
/* Copyright 2006 by Philip Scherer */
/* www.kbs-670.de - Die Kursbuchstrecke 670 im Netz */

body {  color: #000000;
        font-size: 10pt;
	    font-family: Arial;
		background-color: #F0F0F0;
		line-height: 1.3em;
	 }
table { font size: 10pt;
        font-family: Arial;
		line-height: 1.3em;
	  }
A:link {text-decoration: none; color : #0000FF; }
A:visited { text-decoration: none; color : #0000FF; }
A:active { text-decoration: none; color : #0000FF; }


hr { height:1px; color:#000000 }
hr.grau { height:2px; color:#BBBBBB }

fieldset {
  border:1px solid #000;
  padding:3px;
}

legend {
  font-weight:bold;
  padding:3px;
}

<script language="Javascript1.2"> 
var mymessage = "Bitte Copyright beachten!";
function rtclickcheck(keyp){
  if (navigator.appName == "Netscape" && keyp.which == 3) {
    alert(mymessage);
    return false;
  }

  if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
    alert(mymessage);
    return false;
  }
}
document.onmousedown = rtclickcheck
//-->

input {
  name:search_exp;
  size:25;
  maxlength:25;
  height:18px;
  border:dotted 1px #0000FF;
  color:#000000;
  background-color:#F0F0F0;
  font-family:Arial;
  font-size:10pt;
}

input {
  type:submit;
  value:Suchen;
  border: dotted 1px #0000FF;
  background-color: #F0F0F0;
}
</script>