body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 21px;
	background-color: #000000;
	scrollbar-3dlight-color: #8A8A8A;
  scrollbar-arrow-color: #8A8A8A;
  scrollbar-base-color: #FFFFFF;
  scrollbar-darkshadow-color: #8A8A8A;
  scrollbar-face-color: #E7E7E7;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
}

img {
	border: none;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	clear: both;
	color: #8b8f99;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.font_en {
	color: #888c96;
}

a:link { 
			color: #d0d0d0;
			font-weight: bold;
			text-decoration: underline;
}

a:active { 
			color: #949dbd;
			font-weight: bold;
			text-decoration: underline;
}

a:visited { 
			color: #858585;
			font-weight: bold;
			text-decoration: underline;
}

a:hover { 
			color: #949dbd;
			font-weight: bold;
			text-decoration: underline;
}

/*-------------------------------------------------*/

#container {
  position		: absolute; 
  top					: 0px;  
  left				: 50%; 
  width				: 999px;
  height			: auto;
  margin-left	: -499px;
}

#head {
	position: relative;
	height: 175px;
	top: 0px;
	left: 0px;
	background-image: url(images/head.jpg);
}

#head_augen {
	position: absolute;
	left: 459px;
	top: 58px;
}

#content_container {
	position: relative;
	height: auto;
	background-image: url(images/content_bg.jpg);
}

#menue {
	position: relative;
	width: 212px;
	float: left;
}

#content {
	position: relative;
	width: 700px;
	padding-right: 60px;
	float: right;
}

#bottom {
	position: relative;
	height: 126px;
}

#content_home {
	text-align: center;
	margin-right: 140px;
}

/*-------------------------------------------------*/

#runningorder td {
	text-align: center;
}

.tr_grau {
	background-color: #444444;
}