html { 
  padding:0px;
  margin:0px;
}

body {
  font-size: 12px;
  font-family: Century gothic, Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: black;  
  padding:0px;
  margin:0px;
 background-color: #cccccc;   
  background-image: url(bg/homosapiens_bg_1.gif);
  background-position: top left;
  background-repeat: no-repeat;
}


h1
{
  font-size: 24px;
  font-weight: bold;
  margin-left: 2 px;
  border-left: 2px solid white;
  border-bottom: 1px solid white;
  width:350px;
 line-height: 130%;
}

h2
{
  font-size: 14px;
  font-weight: bold;
  width:350px;
   line-height: 130%;

}


h3
{
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  width:350px;
   line-height: 130%;

}

#container
{
	margin-top: 5px;
	max-width: 1200px;
	max-height:800px;
	text-align: left;
	line-height: 200%;
}

#header
{
font-size: 10px;
  height: 140px;
  background-color: transparent;
}


#kruemel
{
  text-align: right;
  height: 20px;
  margin:10px 0 0 0;
  padding-left: 5px;
  background-color: silver;
  color: black;
}

#content 
{

  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
}

div#content { 
min-height:600px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
line-height:150%;
}



#text
{
margin-left: 210px;
margin-top: 100px;
width:500px;
background-color: white;
color: #666;
border-left: 2px solid transparent;
}


p, pre,  {
  padding:5px;
  margin:0px
}



#left {
float: left;
width: 194px;
margin: 0px;
padding: 0px;
background-color: #cccccc;
}

div#left { 
min-height:500px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
line-height:150%;
}

#right {
	margin-left: 800px;
	width: 280px;
	margin-top: 30px;
	margin-right: 10px;
	padding: 0;
	background-color: transparent;
}

div#right { 
min-height:600px;
height:expression(this.scrollHeight > 500 ? "auto":"500px"); 
line-height:150%;
}

#text-right
{
text-align:bottom left;
margin-top: auto;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
border-left: 2px solid transparent;
/*background-color: white;*/
color: #dddddd;
border-left: 2px solid transparent;
}

/*-- #left {
position: absolute;
float: left;
left: 0px;
width: 160px;
background-color: transparent;
margin: 0px; 
padding: 0px;
}

#right {
position: absolute;
float: right;   
width: 160px;
background-color: transparent;
margin: 0px; 
padding: 0px;
}
-- */

#footer
{

right: 0px;        
max-width: 1200px;
height: 14px;
font-size: 10px;
color: black;
background-color: #dddddd; 
}



big {
font-size:14px;
text-transform:uppercase;
color: #333333;
}	

.little
{
font-size: 10px;
font-family: verdana, arial, sans-serif;
}

 .floatleft
{
float: left;
width: auto;
margin: 10px 10px 10px 10px;
}

 .floatright
{
float: right;
width: auto;
margin: 10px 10px 10px 10px;
}

.image
{
background: transparent;
}

.#dddddd
{

color: #dddddd;
}

