/* Stylesheet for home page */


/* Tag Definitions limited to ID's */
BODY {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #d2cdca;
}


/* Für 100% Höhe im IE */
/*
* html #pagewidth {
	height: 100%;
}
*/

.headerRow {
	height: 220px;
}

.twocols {
	margin: 0;
	padding-top: 15px;
}
 
.rightcol {
  padding-top: 0;
}

.maincol {
	width: 510px;
	padding: 10px 10px 25px 10px;
	min-height: 400px;
}

* html .maincol {
	height: 400px;
}

.menuHeader {
	position: relative;
	float: left;
	width: 534px;
	height: 25px;
	padding: 190px 10px 0 10px;
}


