/* Allgemeines */

body {background-color:#FFFFFF;}
html, a, body, div, p, ul, li, td, span input {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 9px;
	color: rgb(0,0,0);
}

a:link    { color : #0000ff; text-decoration : none; }
a:visited { color : #0000ff; text-decoration : none; }
a:active  { color : #CCCCCC; text-decoration : none; }
a:hover   { color : #CCCCCC; text-decoration : underline; }

.input       { background-color:#FFFFFF; color:#000000; font-family:Arial; width:110px; height:20px; font-size:12px; border:1px solid #000000; }
.textarea    { background-color:#FFFFFF; color:#000000; font-family:Arial; width:550px; height:250px; font-size:12px; border:1px solid #000000; }
.submit      { background-color:#DDDDDD; color:#000000; font-family:Arial; width:180px; height:20px; font-size:12px; border-width:1px  }
.settings1   { font-family:Arial; width:300px; height:20px; font-size:12px; }
.settings2   { font-family:Arial; width:140px; height:20px; font-size:12px; }
.settings3   { font-family:Arial; width:100px; height:20px; font-size:12px; }
.settings4   { font-family:Arial; width:70px; height:20px; font-size:12px; }
