font.reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e0e0e0;
	font-style:normal;
	font-weight:normal;
	line-height:15px;
}

font.prin {
        font-family: Arial, Helvetica, sans-serif;
        font-size:9px;
        color:#000000;
        font-style:normal;
        /* normal,italic */
        font-weight:normal;
        /* bold,lighter */
        line-height:10px;
}

font.regaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-style:normal;
	font-weight:bold;
	line-height:15px;
}

font.klei {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e0e0e0;
	font-style:normal;      	/* normal,italic */
	font-weight: normal; 	/* bold,lighter */
	line-height:13px;
}

font.cc {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#e0e0e0;
	font-style:normal;      	/* normal,italic */
	font-weight:normal; 	/* bold,lighter */
	line-height:11px;
}

font.gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#e0e0e0;
	font-style:normal;      	/* normal,italic */
	font-weight:bold; 	/* bold,lighter */
	line-height:19px;
}

font.hl {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#bba981;
	font-style:normal;      	/* normal,italic */
	font-weight:bold; 	/* bold,lighter */
	line-height:17px;
}

font.h10 {
        font-family: Arial, Helvetica, sans-serif;
        font-size:10px;
        color:#666666;
        font-style:normal;
        font-weight:normal;
        line-height:12px;
}

body {
	background-color:#2b2b2b;
/*	background-image: url(images/back.jpg); */
/*	background-attachment: fixed;  */
/*	background-repeat:repeat-y;  */
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #e0e0e0;
	text-align:left;
}

html, body {
scrollbar-face-color: #1b1b1b;
scrollbar-shadow-color: #2b2b2b;
scrollbar-highlight-color: #242323;
scrollbar-3dlight-color: #e0e0e0;
scrollbar-darkshadow-color: #850808;
scrollbar-track-color: #444444;
scrollbar-arrow-color: #e0e0e0;
}

#container {
	position: absolute;
  	left: 50%;
   	top: 50%;
	border:1px solid #716f64;
	width: 980px;
	height: 590px;
	background-image: url(images/back.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	text-align: left;
   	margin-left: -490px; /* Width /2 */
   	margin-top: -295px; /* height/2 */
}

table {
        margin:0px;
}

td.form {
      text-align:right;
      vertical-align:top;
      color:#e0e0e0;
      font-family: Arial, Helvetica, sans-serif;
      font-size:12px;
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #cc0000;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #850808;
	text-decoration:none;
}

a.bot:link, a.bot:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #850808;
	line-height: 11px;
	text-decoration:none;
}

a.bot:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #cc0000;
	line-height: 11px;
	text-decoration:none;
}

/* Kontaktformular */

#feld {
	border-bottom-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
	border-top-color: #e0e0e0;
	border-style:solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	background-color: #242323;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e0e0e0;
	font-style:normal;
	font-weight:normal;
	line-height:14px;
}

input {
	border-style:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: transparent;
}

textarea  {
	border-bottom-color: #e0e0e0;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
	border-top-color: #e0e0e0;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	background-color: #242323;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e0e0e0;
	font-style:normal;   	   /* normal,italic */
	font-weight:normal; 	/* bold,lighter */
	line-height:14px;
}

select {
      background-color:#242323;
      border-color:#e0e0e0;
      color:#e0e0e0;
      font-family: Arial, Helvetica, sans-serif;
      font-size:12px;
      line-height:12px;
}