body {
  background-color: #ffffff;
  background-image: url(img/body.png);
  background-repeat: repeat;
  font-size: 9px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:hover { text-decoration: underline; } 

#container {
	margin: auto;
	width: 609px;
}
#header {
	margin: auto;
	width: 609px;
	height: 103px;
	background-image: url(img/header.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#header a {
	color: #3d6ebd;
	font-size: 12px;
	font-weight: normal;
}
#login {
	padding: 28px 0px 0px 390px;
	color: #3d6ebd;
}
#login table tr td {
	color: #3d6ebd;
	font-size: 12px;
}
#menu_bg {
	height: 43px;
	background-image: url(img/content.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px 0px 0px 24px;
}

#content {
	background-image: url(img/content.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	padding: 4px 0px 4px 0px;
	clear: both;
}
#bottom {
  height: 22px;
  background-image: url(img/bottom.png);
  background-position: top center;
  font-size: 10px;
  color: #e8e8e8;
  text-align: center;
  padding-top: 3px;
}
#bottom a, #bottom a:hover {
  font-size: 10px;
  color: #e8e8e8;
}

#debug {
  overflow: auto;
  font-size: 10px;
  line-height: 150%;
}
#wartung {
  color: #F00;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#errors { color: #DD3300; }
#sql { color: #666666; }
/* * html #nav-left a:hover, *:first-child+html #nav-left a:hover { padding-left: 15px; } */
#counter span { float: right; }
#ajax_loading {
  position:absolute;
  top:20px;
  right:60px;
}