html {
  height: 100%;
  margin-bottom:1px;
}

body  {
background-image: url(img/bg_body.gif);
font-family: arial;
font-size: 12px;
line-height: 18px;
color:#000000;
margin: 0px;
padding: 0px;
     }
#wrapper 
{
background-image: url(img/bg_haupt2.gif);
width: 950px;
position: relative;
left: 50%;
margin-left: -475px;
}

.boxHead{
clear: both;
background-image: url(img/bg_head.gif);
border: 0px solid #999999;
width: 950px;
height: 100px;
}
.boxNavi{
float: left;
border: 0px solid #999999;
width: 160px;
height: 400px;
padding: 10px;
}

.boxMain{
float: left;
border: 0px solid #999999;
width: 710px;
padding: 4px;
}

.boxFoot{
clear: both;
background-image: url(img/bg_foot.gif);
border: 0px solid #999999;
width: 950px;
height: 100px;
}

img  {
     border: 0px;
     }

.box{
border: 1px solid #999999;
background-color: #FFFFFF;
padding: 4px;
}

input.old { 
  background-color: #ffffff; 
  color:#000000;
  border-width:1;
  border-color:001941;
}

a.navi:link { color: #000000; font-weight: bold; text-decoration: none; font-family: arial; font-style: normal; }
a.navi:visited { color: #000000; font-weight: bold;  text-decoration: none; font-family: arial; font-style: normal; }
a.navi:hover { text-decoration:underline; font-weight: bold;  color:#999999; font-family: arial; font-style: normal;}

a:link { color: #000000; font-weight: normal; text-decoration: none; font-style: italic; font-family: tahoma; }
a:visited { color: #000000; font-weight: normal;  text-decoration: none; font-style: italic; font-family: tahoma; }
a:hover { text-decoration: none; font-style:italic; font-weight: normal;  color:#999999; font-family: tahoma;}

/* SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}