/* Stylesheet for home page */


/* Tag Definitions limited to ID's */
BODY {
	background-image: url(../images/bodyBgLarge.png);
}


/* Für 100% Höhe im IE */
/*
* html #pagewidth {
	height: 100%;
}
*/

.headerRow {
	height: 243px;
}
 
.logo {
	margin: 100px 0 0 10px;
}

.maincol {
	padding: 25px 10px 25px 10px;
	min-height: 400px;
}

*html .maincol {
	height: 400px;
}

