/* Stylesheet for home page */


/* Tag Definitions limited to ID's */

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

.headerRow {
	height: 159px;
}

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

.maincol {
	width: 470px;
	padding: 15px 0 25px 49px;
	min-height: 400px;
}
*html .maincol {
	height: 400px;
}

*html H1 {
	font-size: 180%;
	font-weight: bold;
	margin: 32px 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #afb1b3; 
}

*+html H1 {
	font-size: 180%;
	font-weight: bold;
	margin: 32px 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #afb1b3; 
}


