/* CSS Document */
/* Copyright 2009 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 }

input {
  name:vorname;
  border:dotted 1px #0000FF;
  color:#000000;
  background-color:#F0F0F0;
}

input {
  name:nachname;
  border:dotted 1px #0000FF;
  color:#000000;
  background-color:#F0F0F0;
}

input {
  name:email;
  border:dotted 1px #0000FF;
  color:#000000;
  background-color:#F0F0F0;
}

input {
  name:betreff;
  border:dotted 1px #0000FF;
  color:#000000;
  background-color:#F0F0F0;
}

textarea {
  name:nachricht;
  border:dotted 1px #0000FF;
  color:#000000;
  background-color:#F0F0F0;
}