@import url(main.css);

body {
  text-align:center;
}

div#main {
  background-color: #fff;
  width: 64em;
  text-align: left;
  font-size: .750em;
  position: relative;
}

/* the bodge for IE6 browsers */
* html div#wrapper {width: 64.4em;}


/******** logo ********/

div#topLogo {
  background-color: #fff;
  background-image: none;
}

div#ekmLogo {
  top: 1.2em;
}

div#ekmLogo a {
  display: block;
  background: transparent url(../images/ekmblogLogo.gif) no-repeat;
  height: 7.5em;
  border: 0;
}

/******** mainContent ********/

.border {
  margin: 0 !important;
  height: 1.583em;
  background-color: #f5f5f5;
  border-bottom: solid #f5f5f5 0.499em;
}

#container1 {
  right: 39.5%;
}

#col1 {
  width: 55% !important;
  left: 40%;
  padding: 1.666em;
}

#col2 {
  width: 37% !important;
  left: 40.5% !important;
  padding: 0.666em;
}

/******** Suchfeld ********/

form#sitesearchForm {
  padding-top: 0.2em;
  float: right;
  width: 95%;
}

input.searchfield {
  background: #fff;
  border: 0.083em solid #bbb;
  padding: 0.083em 0 0.083em 0.416em;
  width: 17.5em;
  font-size: 95%;
}

div#content .blogcount {
  color: #f2f1ed;
  float: right;
  font-size: 4em;
  line-height: 150%;
  font-family: georgia;
  margin-top: -0.5em;
}

.small {color: #bbb;}
