/* -------------------------------------------------
Projekt		: CSS Default Style
Urls        : http://www.michaelis-freunde.de
Author      : Michaelis und Freunde
Create date : 2005-02-04
Version     : 0.1
File	   	: CSS-Definition Screen, Print
---------------------------------------------------- */

/* ---page defaults--- */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  text-align: left;
  background: #fff;
  color: #333;
	background-image: url(kobabackground.gif);
  }
hr {
	color: #eee; 
	background-color: #eee; 
	height: 1px; 
	margin: 0px 0px 0px 0px; 
	border: 0;
	}
a:link {
  color: #888;
  }
a:visited {
  color: #999;
  }
a:hover {
  color: #333;
  }
a:active {
  color: #333;
  text-decoration: none;
  }

/* ---layout structure--- */

#wrap {
  width: 847px;
  text-align: left;
  }
#content {
  margin-left: 30px; /* to avoid the BMH */
  }
.clear { /* to fix padding-top issue */
  clear: both;
  height: 0;
  } 

/* ---layout content--- */

#main-content {
  float: left;
  width: 500px;
  margin-left: 245px;
  padding: 0;
  line-height: 1.6em;
  }
#main-content ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }
#main-content li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(text_list.gif) no-repeat 0 6px;
  }
  
/* ---header--- */

#top-header {
  margin: 35px 0 0 35px; 
  padding: 0;
  background-image: url(koba_logo.gif);    
	background-position: top right;
	background-repeat: no-repeat;
  }

/* ---main column--- */

h1, .style1 {
  margin-top: 0;
  margin-bottom: 1.0em;
  font-family: Georgia, Times;
  font-size: 180%;  
  line-height: 1.5em;
  font-weight: normal;
  color: #333;
  }
h2, h4, h5, h6, .style2 {
  margin-top: 10px;
  margin-bottom: 1.0em;
  font-family: Lucida Grande, Trebuchet MS, sans-serif;
  font-size: 12pt;
  line-height: 1.5em;
  font-weight: bold;
  color: #44697D;
  letter-spacing: -1px;
  }
h3, .style3 {
  margin-top: 0;
  margin-bottom: 1.0em;
  padding-left: 1.6em;
  font-size: 90%;
  line-height: 1.5em;
  font-weight: normal;
  color: #999;
  background: url(text_date_icon.gif) no-repeat 0 50%;
  }
.text-body {
  margin-top: 10px;
  padding: 0;
  }
.text-footer {
  margin-bottom: 1.4em;
  font-size: 85%;
  line-height: 1.6em;
  color: #999;
  }

/* ---bottom-header--- */

#bottom-header {
  margin-left: 0;
  margin-right: 0;  
  padding: 20px;
  }   
 

