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;
  line-height: 150%;
 background-color: #cccccc;   
  background-image: url(bg/sunbears_bg_1.gif);
  background-position: top left;
  background-repeat: no-repeat;
}


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

h2
{
  font-size: 14px;
  font-weight: bold;
  width:350px;
}


h3
{
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  width:350px;
}

#container
{
	margin-top: 5px;
	width: 1200px;
	min-height:600px;
	text-align: left;
}

/*--div#container { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px");
} */

#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 
{
  min-height:500px;
  margin-left: 10px;
  padding: 0px;
  background-color: transparent;
}

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

#text
{
position: absolut;
margin-left: 210px;
margin-top: 50px;
width:600px;
background-color: #666666;
color: white;
border-left: 2px solid transparent;
}

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


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

/*--div#left { 
min-height:550px;
height:expression(this.scrollHeight > 550 ? "auto":"550px"); 
} */

#right {
	float: right;
	width: 350px;
	min-height:450px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

/*--div#right { 
min-height:450px;
height:expression(this.scrollHeight > 450 ? "auto":"450px"); 
}*/

#text-right
{
text-align: left;
margin-top: auto;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 5px;
border-left: 2px solid transparent;
background-color: white;
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;
}
-- */

#unten_box
{
margin-left: 210px;
/*margin-top: 2px;*/
margin-top: auto;
width:796px;
background-color: #666666;
color: white;
border-left: 2px solid transparent;
}


#footer
{
border-top: 5px solid #cccccc;
font-size: 12px;
position: absolute;       
width: 1200px;
height: 50px;
background-color: #996633;
color: black;
padding: 0px;
margin-top:50px;
}

.bold
{
  font-weight: bold;
}

.big {

font-size:16px;
text-transform:uppercase;
color: #cccccc;
background-color: #996633;
}	

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

.text-left
{
text-align: left;
}

.text-right
{
text-align: right;
}



.image
{
background: transparent;
}

.unterlegt
{
background-color: #996633;


div.image_mt {
  float: none;
  width: auto;
  /*border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;*/
  border-bottom: thin silver solid;
    text-align: center;
  font-style: italic;
  font-size: 10px;
  text-indent: 0;
}

div.image_mt p {
  text-align: inherit;
  font-style: italic;
  font-size: 10px;
  text-indent: 0;
}