 /*  
Mainloop CSS
*/

p, td, body {
 	font-family: verdana, arial;
	font-size: 10px;
	font-weight:  500;
	color: #757575;
}

a:link {
	color: #525252;
	text-decoration: underline;
}
a:visited {
	color: #919090;
	text-decoration: underline;
}
a:active {
	color: #B50000;
	text-decoration: underline;
}
a:hover {
	color: #B50000;
	text-decoration: underline;
}
a.menu, a.menu:link, a.menu:visited {
	color: #525252;
	text-decoration: none;
}

input {
    background-color:#FFFFFF;
    font-size: 9px;
    font-weight: 500;
    font-family: verdana, geneva, arial;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: 999999;
	height:18px;
}

textarea {
    background-color:#FFFFFF;
    font-size: 9px;
    font-weight: 500;
    font-family: verdana, geneva, arial;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-color: 999999;
}

 input.formButton {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	height: 18px;
	width: auto;
	text-align: center;
	margin-bottom: 2px;
	font-weight: 500;
	background-color: #E1E1E1;
	color: #474747;
	border: 1px solid #666666;
	cursor: hand;	
}

table.info {
	background-image: url(/images/std/bg_drift.gif);
	background-position : top right;
	background-repeat : no-repeat;
}
table.kontakt {
	background-image: url(/images/std/bg_kontakt.gif);
	background-position : bottom right;
	background-repeat : no-repeat;
}

h1 {
  font-family: verdana, arial;
 font-size: 14px;
 font-weight:  700;
 color: #757575;
}
h2 {
  font-family: verdana, arial;
 font-size: 11px;
 font-weight:  700;
 color: #757575;
    font-variant : small-caps;
}
h3 {
  font-family: verdana, arial;
 font-size: 11px;
 font-weight:  700;
 color: #757575;
}
 
 
 
 
