body{
  padding: 0;
  margin: 0;
  font-family: arial;
  color: #00538d;
  font-size: 13px;
  background-color: #E6E6E6;
}

td {
  vertical-align: top;
  overflow: hidden;
  text-align: justify;
}

a {
  font-size: 13px;
  text-decoration: none;
  font-weight: normal;
  color: #819fc6;
}

.inputbox {
  background: #bbc9e0;
  width: 300px;
}

#home {
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

#homerow1 {
  background: #00538D;
  width: 611px;
  height: 60px;
  background: url(http://www.3fgroup.de/images/home1.png) 0 0 repeat-x;
}

#homerow2 {
  background: #00538D;
  width: 611px;
  height: 186px;
  background: url(http://www.3fgroup.de/images/home2.jpg) 0 0 repeat-x;
}

#homerow3 {
  background: #00538D; 
  width: 611px;
  height: 192px;
  background: url(http://www.3fgroup.de/images/home3.png) 0 0 repeat-x;  
}

.outer {
  width: 800px;
  max-width: 800px;
  min-width: 800px;
}

#headerleft {
  width: 189px;
  height: 124px;
  background: url(http://www.3fgroup.de/images/01.jpg) 0 0 no-repeat;
}

#headerright {
  width: 611px;
  height: 124px;
  background: url(http://www.3fgroup.de/images/02.png) 0 0 no-repeat;
}

/* ----------------------------- content box blue stuff ------------------------------- */

#contentbox {
  width: 611px;
  min-height: 450px;
  text-align: justify;
  background-color: #ffffff;
}

#contentbox h1 {
  font-family: arial;
  height: 50px;
  color: #819fc6;
  font-size: 38px;
  margin-top: 0px;
  margin-left: 3px;
  margin-bottom: 0px;
  padding: 0px;
  font-weight: 200;
}

.indent {
  text-align: left;
  padding-left: 3px;
  margin-left: 235px;
  white-space: normal;
  color: #00538d;
  font-size: 13px;
  width: auto;
}

.bluebackground {
  background-color: #bbc9e0;
}

.bluesuperlightbackground {
  background-color: #e6e9f2; 
}

.bluelightbackground {
  background-color: #d4dceb;
  font-size: 24px;
}

#kontakform {
  text-align: left;
  padding: 0px;
  margin: 0px;
  white-space: normal;
  color: #00538d;
  font-size: 13px;
}

/* ----------------------------- content box red stuff ------------------------------- */

#contentboxred {
  width: 611px;
  min-height: 450px;
  text-align: left;
  color: #FF0000;
  background-color: #ffffff;  
}

#contentboxred h1 {
  font-family: arial;
  height: 50px;
  font-size: 38px;
  margin-top: 0px;
  margin-left: 3px;
  margin-bottom: 0px;
  padding: 0px;
  color: #f8a68b;
  font-weight: 200;
}

/* ----------------------------- other stuff ------------------------------- */


#footerleft {
  width: 189px; 
  height: 31px; 
  background: url(http://www.3fgroup.de/images/05.png) 0 0 repeat; 
}

#footer {
  width: 611px; 
  height: 31px; 
  background: url(http://www.3fgroup.de/images/05.png) 0 0 repeat-x; 
  color: #ffffff; 
  text-align: left; 
  vertical-align: middle;
  font-size: 11px;
}

.verticalcentered {
  vertical-align: middle;
  margin-top: 3px;
}

#menu {
  width: 189px;
  height: 400px;
  min-height: 400px;
  text-align: left;
  background-color: #ffffff;
}

#menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

/* ---------------- blue menu stuff ----------------------- */

#menu ul li#blue {
  background-image: url(http://www.3fgroup.de/images/bullet_blue.png);
  background-repeat: no-repeat;
  background-position: 0px 18px;
  white-space: nowrap;
  padding-top: 18px;
  line-height: 14px;
}

#menu ul li#blue a {
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 26px;
  color: #00538d;
}

#menu ul li#blueactivemenu {
  background-image: url(http://www.3fgroup.de/images/bullet_blue.png);
  background-repeat: repeat-x;
  background-position: 0px 18px;
  white-space: nowrap;
  padding-top: 18px;
  line-height: 14px;
}

#menu ul li#blueactivemenu a {
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 26px;
  color: #FFFFFF;
}

/* ---------------- red menu stuff ----------------------- */

#menu ul li#red {
  background-image: url(http://www.3fgroup.de/images/bullet_red.png);
  background-repeat: no-repeat;
  background-position: 0px 18px;
  white-space: nowrap;
  padding-top: 18px;
  line-height: 14px;
}

#menu ul li#red a {
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 26px;
  color:  #FF0000;
}

#menu ul li#redactivemenu {
  background-image: url(http://www.3fgroup.de/images/bullet_red.png);
  background-repeat: repeat-x;
  background-position: 0px 18px;
  white-space: nowrap;
  padding-top: 18px;
  line-height: 14px;
}

#menu ul li#redactivemenu a {
  color:  #888A88;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 26px;
  color: #FFFFFF;
}