@charset "utf-8";
/* CSS Document */

html, body {
	font-family: Verdana, Arial, sans;
	font-size: 11px;
	color: #002e56;
	background-color: #FFF;
	margin:0 0 1px 0;
	height:100%;
}

a, a:visited, a:active {
	text-decoration: none;
	color:#002e56;
}
a:hover {
	text-decoration: underline;
}

.hide {
	display: none
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}
h1 {
	font-size:33px;
	color: #FFF;
	font-weight:lighter;
	margin-top:35px;
}
h2 {
	font-size:25px;
	font-weight: lighter;
	margin-top: -10px;
	margin-bottom:15px;
	padding-right: 38px;
}
h3 {
	font-size: 14px;
	font-weight: bolder;
	margin-top:0px;
	margin-bottom:10px;
	padding-right: 38px;
}
h4 {
	font-size:11px;
	font-weight: bold;
	margin-bottom:0;
}
p, ul, ol {
	margin-top:0;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
}


img, div{
	behavior: url(/css/iepngfix.htc);
	border:0;
}

/*The below gives an arrow instead of a bullet at a list*/
ul.icons,
ul.icons li{
  border:0;
  margin:0;
  padding:0;
  list-style:none;
}
 
ul.icons li{
  display:block;
  padding:3px 5px 2px 10px;
}
 
.icon {
  background: left 5px no-repeat;
}
 
div.icon {
  vertical-align:middle;
}
 
div.icon a {
  display: block;
  padding: 5px 0 0 20px;
}
 
.arrow{ background-image:url(../images/arrow.png);
background-repeat:no-repeat;
}
/*ends here*/


#main_container { /*this div contains everything, including footnote*/
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding:0;
	width: 1008px;
	z-index:1;
}
#sub_container { /*this div contains all between top border to bottom border*/
	margin: 0;
	width: 1008px;
	top:0;
	background-image: url(../images/container_background.gif);
	background-repeat:repeat-y;
	z-index:1;
}
#top { /*this div contains only the top border*/
	margin: 0 3px ;
/*	margin-right: 3px;
*/	width: 1002px;
	height:4px;
	background-image: url(../images/border_top.gif);
	background-repeat:no-repeat;
	z-index:1;
}
#bottom { /*this div contains only the bottom border*/
	margin-left: 3px;
	margin-right: 3px;
	width: 1002px;
	height:4px;
	background-image: url(../images/border_bottom.gif);
	background-repeat:no-repeat;
	z-index:1;
}
#heading { /*this is the complete upper section consisting of the div #logo-container and #heading-navigation*/
	position:relative;
	left:4px;
	top:0;
	width:1000px;
	height:161px;
	z-index:1;
}
#logo-container {/*contains the logo of oxyma-group as background image*/
	position:relative;
	float:left;
	width:353px;
	height:161px;
	background-image:url(../images/oxyma_group_logo.jpg);
	background-repeat:no-repeat;
	z-index:2;
}
#heading-navigation { /*right part of the heading. all navigation is located in this area*/
	position:relative;
	float:left;
	top:0;
	width:647px;
	height:161px;
	z-index:2;
}
#content { /*all below the heading. all variable content is located here*/
	position:relative;
	left:4px;
	top:0;
	width:1000px;
	background-image: url(../images/lucht_background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	min-height: 450px;
	z-index:2;
}

#content2 { /*all below the heading. all variable content is located here*/
	position:relative;
	left:4px;
	top:0;
	width:1000px;
	background-image: url(../images/lucht_background_info.jpg);
	background-repeat: no-repeat;
	background-position:top;
	min-height: 450px;
	z-index:2;
}

#photo-container { /*on the left of the page*/
	position:relative;
	z-index:6;
	left:4px;
	width: 353px;
	height:100%;
	margin: 0;
}
#photo-container div { /*places the photo on the bottom*/
	position:absolute;
	margin:0;
	padding:0;
	bottom:0;
}
#content-heading { /*inside the div #content.*/
	float:left;
	top:0;
	width:647px;
	margin-left: 353px;
	padding-bottom: 20px;
	z-index:3;
}
#content-body-1-col{ /*below #content-heading in the #content. a wide 1 column*/
	float:left;
	top:0;
	width:609px;
	height:auto;
	margin-left: 353px;
	margin-right:38px;
	margin-bottom:20px;
	z-index:4;
}

#content-body-2-col { /*below #content-heading in the #content.2 columns*/
	float:left;
	top:0;
	width:647px;
	height:auto;
	margin-left: 353px;
	margin-bottom:20px;
	z-index:4;
	background-image: url(../images/column_border.gif); /*displays the border between the 2 columns in the content-body*/
	background-repeat:repeat-y;
}

#column-left { /*left column in the content*/
	float: left;
	width:337px;
	height:auto;
	margin:0;
	padding-left:0;
	padding-top:0;
	padding-right:27px;
	z-index:5;
}

#column-left ul{ /*right column in the content*/
	margin-bottom: 10px;
}

#column-left p, #column-wide p{
	line-height: 1.4em;
}

#column-right {
	float: right;
	width:217px;
	height:auto;
	margin:0;
	padding-left:26px;
	padding-top:0;
	padding-right:38px;
	z-index:5;
}
#column-right p, #column-right ul li{
	margin-top:0;
	margin-bottom:9px;
	margin-left:0;
	font-size:10px;
}

#column-right h4 {
	font-size:10px;
}

#column-wide h3, #column-left h3, #column-right h3 {
	padding-right:0;
}

#shortcuts { /*icons at top right in the heading section*/
	margin-top:0;
	margin-right:38px;
	float:right;
	width:195px;
	height:51px;
	text-align:right;
}
#shortcuts img{
	margin:0;
	padding:0;
	border:0;
}

#navigation-bar { /*main navigation menu in the heading section. just above the content*/
 	margin-top:80px;
	margin-right:38px;
	float:right;
	width:609px;
	height:20px;
	font-size:14px;
	font-weight: lighter;
	color:#929292;
}
#navigation-bar ul li{
display:inline;
}
 
#navigation-bar ul.icons li{
  display:inline;
  padding:1px 4px 2px 7px;
}
#navigation-bar li a, a:visited{
	color:#929292;
}
 
#navigation-bar li a:hover, a:active{
	color:#002e56;
	text-decoration:none;
}

#footnote { /*located below the sub_container/ bottom border*/
	position:relative;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:30px;
	font-size:11px;
	color:#929292;
}
#footnote a, #footnote a:visited, #footnote a:active {
	text-decoration: none;
	color:#929292;
}
#footnote a:hover {
	text-decoration: underline;
}


