body,
html{
	margin:0;
	padding:0;
}
body {
	margin-left: 50px;
	min-width:920px; /* Prevent content from becoming unreachable in Gecko */
	width: 920px;
}
div#headerwrap{
	position:absolute;
	min-width:920px;
	width:920px;
	height:125px;
	top:0;
	padding: 0;
/*	//left:0;*/
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position:fixed;
}
div#header {
	height:125px;
	min-width:920px;
	width:100%;
	margin:0 auto;
	padding-top: 10px;
	padding-bottom: 0;
	background-image: url('axiom_logo_transparent_langer_strich.png');
	background-position: 100% 10px;
	background-repeat: no-repeat;

}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	min-width:920px;
	width:920px;
	position:absolute;
	bottom:0;
/*	//left:0;*/
	height:50px;

}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:50px;
	min-width:720px;
	width:100%;
	margin:0 auto;
	background-color: #002c76;
	color: white;
}

body {
	background-color: #e8e8e8;

}


#header {
	color:blue;
	background-color: #e8e8e8;
/*	background-color:gray;
	background-image: url('header_lo.jpg');
	background-position: top left;
	background-repeat: no-repeat; */
}
img#iso{
	display: inline;
/* //	padding-right: 30px;*/
	float:left;
	margin: 0px 0 0 0 ;
	height: 85px;
	padding-top:0;
	border: 0;

}

a.iso-link
{
}

div#logo {
	float:right;
	padding: 0;
	margin: 0px auto 0 auto;
/*	align: center;*/
}


div#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
}
div#footer div#left {
	padding-top: 15px;
	font-size: 75%;
	display: inline;
}
div#footer div#sitemap {
	float:right;
}

div#footer a
{
	color: white;
}
	
#header .top{display:block;background: white;}
#header .top b
{
  display:block;height: 1px; overflow: hidden; background: gray;
}
.r8{margin: 0 8px;}
.r7{margin: 0 7px;}
.r6{margin: 0 6px;}
.r5{margin: 0 5px;}
.r4{margin: 0 4px;}
.r3{margin: 0 3px;}
.r2{margin: 0 2px;}
.top .r1, .box .bottom .r1{margin: 0 1px;height: 2px;}
