﻿body {
	font-size: 12px;
	font-family: arial, sans-serif; 
	background-color: white;
	color: #444;
	text-align: center;
}

#page {
	margin-left: auto;
  margin-right: auto;
	padding: 0;
	width: 964px; 
  text-align: left;
}

#headerimg {
  height: 44px;
  width: 950px;
  margin: 5px 0 5px 0;
}

#headerimg img {
  width: 265px;
  height: 44px;
  border: none
}

#content {
  width: 100%;
  height: 546px;
  background-image: url(../images/holding/bg_bildmarke.gif);
  background-repeat: no-repeat;
}   

#topnavi {
  width: 270px;
  float: right;  
  font-size: 90%;
  color: #666;
  text-align: right;
  padding-top: 5px;
  line-height: 200%;
}

#bottomnavi a , #topnavi a {
  color: #666;
}

#bottomnavi a:hover , #topnavi a:hover {
  color: #444;
}

#unitsbg {
  position: relative;
  top: 226px;
  width: 100%;
  height: 94px;
  background-image: url(../images/holding/units.png);
  background-repeat: no-repeat;
  z-index:10;
}

#units {
  width: 950px;
  height: 30px;
  background-color: #005EA8;
  text-align: center;
  padding: 25px 0 25px 0; 
}

#units ul {
  margin: 0;
  padding: 0 auto 0 auto;
  height: 30px;
  list-style-type: none;
  text-align: center;
}

#units ul li  {
  float: left;
  vertical-align: middle;
  margin: 0; 
  padding: 0;
}

#units ul li  a {
  display: block;
  width: 175px;
  height: 30px;
  line-height: 30px;
  color: white;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
}

#units ul li  a:hover {
  font-size: 16px;
}

#units ul li  a.border {
  border-right: 1px solid white
}

#loading {
  float: right;
}