body
{
	background-color: #484B42; 
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}

#frame
{
	z-index: 1;
	margin: 45px 40px;
	/*margin: 25px 20px;*/
	background-color: #FFFFFF;
}

#header
{
	z-index: 2;
	margin: 0px;
	height: 76px;
	padding: 0px;
	background-color: #4E9125;
}

#header-title
{
	z-index: 3;
	position: relative; 
	top: 45px; 
	left: 10px; 
	height: 30px;
}

#header-triangles
{
	z-index: 3;
	float: left; 
	height: 76px;
}

#main
{
	z-index: 2;
	margin: 0px;
	min-height: 280px;
	background-color: #FFFFFF;
}

* html #main /* bugfixing IE 5.5 - 6.x */
{
	z-index: 2;
	margin: 0px;
	height: 280px;
	background-color: #FFFFFF;
}

#leftcol
{
	z-index: 3;
	width: 100%;
	margin: 0px;
	min-height: 280px;
	background-color: #D8D2C6;
}

* html #leftcol /* bugfixing IE 5.5 - 6.x */
{
	z-index: 3;
	width: 100%;
	margin: 0px;
	height: 280px;
	background-color: #D8D2C6;
}

#content
{
	z-index: 3;
	margin: 0px;
	margin-left: 33px;
	margin-right: 15%;
	margin-top: 5px;
	/*padding-top: 0px;*/
	min-height: 280px;
	color: #6F6F6E;
	background-color: #FFFFFF;
	text-align: center;
	/*line-height: 1.8em;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

* html #content /* bugfixing IE 5.5 - 6.x */
{
	z-index: 3;
	margin: 0px;
	margin-left: 33px;
	margin-right: 15%;
	margin-top: 5px;
	height: 280px;
	background-color: #FFFFFF;
	text-align: center;
	/*line-height: 1.8em;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

#content h1
{
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	line-height: 1em;
}

#content h2
{
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	line-height: 0.8em;
}

#content img
{
	text-align: center;
}

#rightcol
{
	z-index: 3;
	width: 100%;
	margin: 0px;
	min-height: 280px;
	background-color: #D8D2C6;
}

* html #rightcol /* bugfixing IE 5.5 - 6.x */
{
	z-index: 3;
	width: 100%;
	margin: 0px;
	height: 280px;
	background-color: #D8D2C6;
}

#footer
{
	z-index: 2;
	clear: both;
	margin: 0px;
	margin-top: 5px;
	height: 53px;
	background-color: #AB905E;
	text-align: right;
}

#ilike
{
	z-index: 3; 
	float: left; 
	position: relative; 
	top: 18px; 
	/*left: 40%;*/
	left: 10px;
}

#footer-home
{
	z-index: 3; 
	float: left; 
	position: relative; 
	top: 18px; 
	left: 150px
}

#footer-triangle
{
	z-index: 3; 
	float: right;
}

#footer-rightcol-triangle
{
	z-index: 3; 
	float: right;
	position: relative; 
	top: -130px; 
	left: 290px;
}

#footer-triangle-impressum
{
	z-index: 4; 
	float: right; 
	position: relative; 
	top: 18px; 
	left: 460px;
}

#footer-triangle-kontakt
{
	z-index: 4; 
	float: right; 
	position: relative; 
	top: 18px; 
	left: 610px;
}

