/* CSS by Martin Schuster 12/20/2005
/* http://www.martin-schuster.com
/* kontakt@martin-schuster.com

/* element selectors */
a { text-decoration:none; color:#666666 }
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
a:hover { color:#996633}

body {	color:#333333;
		font:12px Arial, Helvetica, sans-serif;
		margin:0; padding:0;
		background-color:#996633}

h1 { 	font-size:16px;
		border-bottom: 1px dashed #996633}
h2 { 	font-size:14px;
		border-bottom: 1px dashed #CC9933}
h3 {font-size:14px}

hr {color:#CCEEFF}

.nix { font-size: 12px}

.formular
{
font-family:arial,verdana,sans-serif;
font-size: 11px;
border: 1px double;
border-color: #006699;
background-color: #FFFFFF
}