@charset "utf-8"; 
/*
img, div { behavior: url(iepngfix.htc) }
img, div, a, input { behavior: url(iepngfix.htc) }
* /

/* Additional classes */
.clear		{height:0.1px; overflow:hidden; font-size:0.1px; line-height:0.1px; clear:both; }
.invisible	{width:0px; height:0px; left:-1000px; top:-1000px; position:absolute; overflow:hidden; display:inline; }

body {
  padding:0;
  margin:0;
  background-color: #3366CC;
  color: #003399; 
  font-family:"Eurostile T Regular", "Eurostile T", "EurostileT", "EurosTReg", "Eurostile", Helvetica,sans-serif;
  font-size: 14px;
}

#wrapper { 
  position: absolute;
  width: 870px; 
  margin: 0px;
  margin-left: 50%;
  left: -435px;
  top: 90px;
  background: white;
}

#header { 
  height: 202px; 
  width: 870px;
  position: absolute;
  top: -90px;
  background-image: url(logo.png);
}

#main {  
  min-height: 300px;
  #width: 750px;
  width: 870px;
}

#main .mod_article {
  padding: 60px 90px;
  padding-bottom: 0px;
/*  border: 1px black solid;
 */  
}

#main #home {
  padding: 0px;
}

/*
#main div {
  border: 1px red solid;
}

#main p {
  border: 1px black solid;
}
*/

#main td p {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.reissnagel {
  width: 36px;
  height: 38px;
  background: url(reissnagel.png);
}

#reissnagel1 {
  position: absolute;
  top: 15px;
  left: 15px;
}

#reissnagel2 {
  position: absolute;
  top: 15px;
  right: 15px;
}

#reissnagel3 {
  position: absolute;
  bottom: 115px;
  right: 15px;
}

#reissnagel4 {
  position: absolute;
  bottom: 115px;
  left: 15px;
}

#design {
  width: 210px;
  height: 14px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #99CCFF;
  font-size: 10px;
  text-decoration: none;
  text-align: right;
}

#design a {
  color: #99CCFF;
  text-decoration: none;
}

.navigation {
  text-align: justify;
  font-size: 24px;
}
	
#footer {
  height: 100px;
  background-color: #3366CC;
}

#subnav {
  position: absolute;
  bottom: 115px;
  left: 85px;
  width: 700px;
  height: 30px;
  font-size: 24px;
  color: #003399; 
}

.navigation * {
  display: inline;
}

.navigation ul {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style-type:none;
  position: relative;
}

#footer ul {
  top: 20px;
  color: #99CCFF;
}

.navigation li {
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
  list-style-type:none;
  list-style: none;
  text-transform: uppercase;
}

.navigation li:before {
  content: " | ";
}

.navigation li:first-child:before {
  content: "";
}

.navigation a {
  text-decoration: none;
}

#footer a {
  color: #99CCFF;
}

#subnav a {
  color: #003399; 
}

.navigation .filler {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
}



