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/fairlife_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:480px;
   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:600px;
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 {
	float: right;
	width: 300px;
	margin-top: 30px;
	margin-right: 30px;
	padding: 0;
	background-color: white;
}

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

#text-right
{
text-align:bottom left;
margin: 10px;
color: #666666;

}

/*-- #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
{
position: absolute;
right: 0px;        
width: 20px;
color: #eeeeee; 
}



.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;
}

.kursiv
{
  font-style: italic;
font-size: 10px;
}
