/******************************************************/
/* Theme by Ansgar Offermanns                         */
/*                                                    */
/******************************************************/


body {
  background: #FFE044;
  font-family:Verdana,sans; font-size:12px; line-height: 1.5em;
  margin-top: 0px;
  text-align: center;
}

#wrapper {
  width: 820px; 
  text-align: left;
  margin: auto;
}


#container { 
  float:left;
  width: 820px;
}

#header {
  width: 820px; height: 116px; /* 902 */
  background: url("/templates/satpro/img/Header.png");
  float: left;
}

#navi {
  width: 800px; height: 21px;
  background: url("/templates/satpro/img/navi.png");
  float: left;
  padding-top: 2px; padding-left: 20px;
}

  #navi a, #navi a:visited { color: #FFFFFF; text-decoration: none;  font-weight: bold; }
  #navi a:hover { color: #0078D7; text-decoration: underline; }
  
#content { 
  width: 620px; /* 820 */
  background: url("/templates/satpro/img/content_bg.png");
  padding-left: 100px; padding-right: 100px;
  float: left;
  padding-bottom: 50px;
}


#footer { 
  width: 820px; height: 10px;
  background: url("/templates/satpro/img/footer.png");
  clear: both; float: left;
}

/***** ENTRY ****/

.serendipity_Entry_Date { float: left; width: 620px;}
.serendipity_date { float: left;  }

.serendipity_title { float: left; font-size: 130%; width: 620px;}
.serendipity_entry { float: left; width: 620px;}
.serendipity_entry_body { float: left; width: 620px;}

.continue_reading { margin-top: 10px; float:left; width: 620px;}

.serendipity_pageFooter { float: left; width: 620px; margin-top: 20px; font-size: 90%; text-align:center;  }


.serendipity_comments { float: left; }
.serendipity_section_trackbacks { float: left; }

/***** Global Tags *****/
a, a:visited { 
  text-decoration: none;
  color: #0078D7;
}

a:hover { color: #FFB811; text-decoration: underline; }
 
form, input { float: left; }

