* {
  margin:0;
  padding:0;
  line-height:1.2;
}

html, body {
  background: url(../images/html-bg.jpg) repeat-x #0064B9;
  color:#000000;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:11px;
}

img {
  border:none;
}

#Bar{
	position:fixed;
	bottom:0;
	right:0;
	height:25px;
	width:96%;
	margin:0 20px;
	background:#eee url(../images/bg_bar.gif) 0 0 repeat-x;
	border-right:1px solid #ccc;	
	font-size:11px;
	padding:0;
	z-index:1104;
	clear:both;
	border-left:1px solid #ccc;
    left: 2%;
    right: 2%;
}
#Bar div{
	vertical-align:middle;
	margin-top:0px;
	height:23px;
	line-height:24px;
	border-left:1px solid #ccc;
	white-space:nowrap;
	padding:0 10px;
	border-top:1px solid transparent;
}

#BarPunkt{
 border-right:1px solid #ccc;
}
/*#Bar div *{
	vertical-align:middle;
	margin-right:0px;
	line-height:inherit;
}*/

/*#Bar div:hover{
	height:23px;
	background:#fff url(../images/bg_bar_hover.gif) 0 -1px repeat-x;
	cursor:pointer;
	border-top:1px solid transparent;
}*/
#Wrapper, #Wrapper *{
	margin:0;
	padding:0;
}
a, a:visited, a:active {
  color:#000000;
  text-decoration:none;
}

a:hover {
  color:#FF0000;
  text-decoration:none;
}

div.left {
  float:left;
}

div.right {
  float:right;
}

div#header {
  margin:0 auto;
  height:124px;
  width:904px;
  text-align:center;
}

ul#navigation {
  margin:0 auto;
  padding-top:13px;
  list-style-type:none;
  text-align:center;
  width:904px;
  height:31px;
}

ul#navigation li {
  margin:0 4px;
  font-size:12px;
  display:inline;
}

div#main {
  margin:0 auto;
  width:904px;
  position:relative;
}

div#main div#left {
  margin-right:12px;
  padding-bottom:237px;
  width:168px;
  float:left;
  text-align:center;
  background: url(../images/box-foot.jpg) no-repeat bottom #FFFFFF;
}

div#main div#middle {
  margin-right:10px;
  padding-bottom:12px;
  width:546px;
  float:left;
  background: url(../images/middle-foot.jpg) no-repeat bottom #FFFFFF;
}

div#main div#middle div#text {
  padding:0 10px;
  width:526px;
}

div#main div#right {
  padding-bottom:237px;
  width:168px;
  float:right;
  text-align:center;
  background: url(../images/box-foot.jpg) no-repeat bottom #FFFFFF;
}

h3 {
  padding-top:7px;
  font-size:16px;
  font-weight:bold;
  color:#FFFFFF;
  background: url(../images/h3-bg.jpg) repeat-x;
  text-align:center;
  height:25px;
  width:100%;
}

ul.navibox {
  margin-bottom:10px;
  list-style-type:none;
}

ul.navibox li {
  padding-top:8px;
  width:168px;
  height:16px;
  background: url(../images/navibox-bg.jpg) no-repeat bottom;
}

input, textarea, select {
  background-color: #FFFFFF;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  border: 1px solid #000000;
  color:#000000;
  padding: 0px;
}

a.tooltip span {
  display:none;
  padding:2px 3px;
  margin-left:8px;
}
a.tooltip:hover span {
  display:inline;
  position:absolute;
  border:1px solid #000000;
  background:#FFFFFF;
  color:#000000;
}

div#footer {
  margin:0 auto;
  width:904px;
  color:#30A1FF;
}

div#footer a {
  color:#30A1FF;
}

div#footer ul {
  list-style-type:none;
}

div#footer ul li {
  margin-right:3px;
  float:left;
}

/* IF6 */
img, div {
  behavior: url(../images/iepngfix.htc);
}