body
{
  background-color: White;
  color: #000000;
  font-family: Trebuchet, Tahoma, Arial;
/*  font-family: Arial, Helvetica, Sans-serif;  */
  font-size: 11px;
  font-weight: normal;
}

a
{
  color: #C64629;
  font-size: 12px;
  font-weight: bolder;
}

li {
	padding: 5px 0;
	color: #C64629;
}

h1, h2, h3 {
	color: #C64629;
}

h3 {
	font-size: 12px;
}

.style12 {
	
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.style12bold {
	
	color: #000000;
	font-size: 12px;
	font-weight: bolder;
}

.style12orange {
	
	color: #C64629;
	font-size: 12px;
	font-weight: normal;
}

.style12orangeBold {
	
	color: #C64629;
	font-size: 12px;
	font-weight: bolder;
}

.style20grey {
	
	color: #7F968F;
	font-size: 20px;
	font-weight: normal;
}

.style16orange {
	
	color: #C64629;
	font-size: 16px;
	font-weight: bolder;
}

.style16green {
	
	color: #2A564A;
	font-size: 16px;
	font-weight: bolder;
}

.style20orange {
	color: #C64629;
	font-size: 20px;
	font-weight: bolder;
}

.style11red {
	color: Red;
	font-size: 11px;
}

.style8 {
	font-size: 8px;
}

input {	
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

select {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

.numberList {
	width: 40px;
	
}

.smallFields {
	
	height: 12px;
	font-size: 9px;
}

.smallSelect {
	
	height: 18px;
	font-size: 9px;
}

.transparentLayer {
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.25;
	opacity:.25;
}

.lenke {
	color: Black;
	font-size: 11px;
	font-weight: normal;
}

a.knapp {
	color: #2A564A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.knapp:hover {
	color: #C64629;
}

td.heading {
	color: #C64629;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

td.content {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

div.bestInfoHeader {
/*	background-color: #F1CB00; */
	background-color: #FFFFCC;
	color: #2A564A;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

div.bestInfoContent {
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.textbox {
	position: absolute; 
	background-image: url(../images/textbox_bg_234_x_440.gif);
	background-repeat: no-repeat;
	padding: 10px 30px 10px 0;
	top: 70px; 
	left: 10px; 
	width: 250px; 
	height: 500px; 
/*	border: 1px solid #CCCCCC;   */
	background-color: #FFFFFF; 
	visibility: hidden;
	z-index: 99;
}

.style12grey {
    
    color: #7F968F;
    font-size: 12px;
    font-weight: normal;
}


#textarea {
	position: relative;
	left: 70px;
	top: 30px;
	width: 750px;
}

#menu ul {
	width:80px;		
	list-style-type: none;
   margin: 0;
	padding: 0;
	/*xdisplay:block;	*/
	}

#menu ul li {
	font: bold 110%/130% Arial, Helvetica, sans-serif;
/*	background-color: #E33100; */
/*	background-color: #D74B0E; */
	height: 20px;
	width: 80px;
}
#menu a {
	text-decoration: none;
}

#evals td {
	text-align: center;
	width: 40px;
}


