/*
//	Project:		www.himolla.com
//	Description: 	himolla.com
//					Startseite
//	Version:		1.0.0
//	Date:			10.05.2007
//	Auhor:			Sensus Media - Steffen Bauer
*/

/* Defalut Styles */
@import url("default.css");

/* Template_Main */
#content {
background-color:#333333;
  width: 950px;
  height: 650px;
  margin-top:10px;
  border: 1px solid #000000;
}

#links {
  width: 475px;
  height: 650px;
  margin-top:9px;
  border: 1px solid #000000;
    position:absolute;
	left:0px;
	top:122px;
	z-index:1;
}

#rechts {
  width: 475px;
  height: 650px;
  margin-top:9px;
  border: 1px solid #000000;
  	position:absolute;
	left:475px;
	top:122px;
	z-index:1;
}

