/* ---------------------- */
/* CipSoft Webseite       */
/* CSS - For Basic Layout */
/* ---------------------- */

body{
  font-family:Verdana, Arial, Times New Roman;
  background-color:white;
  margin:0px;
  padding:0px;
  overflow:scroll;
}
/* main table */
#outer_table{
  font-size:1px;
  margin:0px;
  padding:0px;
  width:100%;
  table-layout:fixed;
}
/* left border area */
.left_border{
  border-right-width:1px;
  border-right-color:silver;
  border-right-style:solid;
}
/* left column */
.left_col{
  vertical-align:top;
  text-align:left;
  width:200px;
  padding:0px;
  border-right-width:1px;
  border-right-color:silver;
  border-right-style:solid;
  background-color:#EBF0F6;
}
/* center column */
.center_col{
  vertical-align:top;
  text-align:center;
  width:450px;
  padding:0px;
  background-color:white;
}
/* right column */
.right_col{
  vertical-align:top;
  text-align:right;
  width:200px;
  padding:0px;
  margin:0px;
  border-left-width:1px;
  border-left-color:silver;
  border-left-style:solid;
  background-color:#EBF0F6;
}
/* right border area */
.right_border{
  border-left-width:1px;
  border-left-color:silver;
  border-left-style:solid;
}
/* horizotal stripes */
.inc_h_line td {
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-bottom-color:silver;
}
/* last line */
.last_line td {
  font-size:10px;
  border:none;
  background-color:white;
}
/* space line between header and content */
.filler{
  height:10px;
  border-top:1px solid white;
  border-bottom:1px solid white;
  background-color:#A7BDD7;
}
/* position of the flags */
.flags{
  margin:5px;
  margin-top:20px;
  border:0px;
  float:right;
}
/* browserhack in order to place the red dot correct in the lower right corner */
div[id]#redball{
  height:100%;
}
/* position of the awards */
.awards {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.awards img {
  border: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}