/* Haupteinstellungen */
  body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #105D97;
    color: #368FC9;
    margin:50px auto; /* Right and left margin widths set to "auto" */
  	text-align:center; /* Counteract to IE5/Win Hack */
  	width: 1074px;	
  } 
  .lazy {
    display: none;
  } 
  img {
    border: 0;
  }
  h2{
  font-size: 14px;
  }
  hr {
  border:solid #368FC9 1px;
  margin:5px 15px;
  }
	div {
    float: left;
  }
  div#content{
    padding: 25px 0;
    width: 714px; 
    background-color: #094A7D;
  }
  div.navi-container{
  float:none; 
  width: 180px;
  background: #054A6E url('../img/navi_bg.png') repeat-y;
  }
  table.fresult td{
  border: 2px solid;
  }

/* Small Button */

a:link {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
} 
a {
  color: #1473B7;
}

  a.navigation{
  display: inline-block;
  line-height: 40px;
  width: 148px;
  background: #023F5F url(../img/btn.gif) repeat-x;
  border: 1px solid #033054;
  text-align:center; 
  text-decoration:none;
  font-weight: bold;
  } 
  a.navigation#current{
    background: #033359;
  }
  a:hover.navigation{
    background: #023F5F url(../img/btn.gif) repeat-x bottom;
    color: lightgray;
  }
  a:active.navigation{
    color: #FFF;
  }
  
  a.snavigation{
  display: inline-block;
  line-height: 20px;
  width: 148px;
  background: #023F5F url(../img/btn.gif) repeat-x;
  border: 1px solid #033054;
  text-align:center; 
  text-decoration:none;
  font-weight: bold;
  } 
  a.snavigation#current{
    background: #033359;
  }
  a:hover.snavigation{
    background: #023F5F url(../img/btn.gif) repeat-x bottom;
    color: lightgray;
  }
  a:active.snavigation{
    color: #FFF;
  }

input, select{
	background-color: #023F5F;
	border: 1px solid #033054;
	font-family: Verdana;
  font-size: 10px;
	font-weight: bold;
  color: #368FC9;
	/*background-image:		url(../images/layout/input_bg.gif);  */
}

.row1 {
  background-color: #023F5F;
  text-align: left;
  color: #368FC9;
}

.row2 {
  background-color: #07597F;
  text-align: left;
  color: #368FC9;
}

.row3 {
  background-color: #FFD20A;
  text-align: left;
  color: #FF7135;
}

.row1:hover, .row2:hover, .row3:hover  {
    background-color: #08628E;
}