/* Stylesheet for home page */


/* Tag Definitions limited to ID's */
BODY {
/*	background-image: url(../images/bg_header_large.gif); */
}


/* Für 100% Höhe im IE */
/*
* html #pagewidth {
	height: 100%;
}
*/

.headerRow {
	height: 231px;
	background-image: url(../images/header_large.png);
	background-repeat: no-repeat;
}

* html .headerRow {
	background-image: url(../images/header_large.jpg);
}

.logo IMG {
	width: 620px;
	height: 210px;	
}

.logo {
	width: 210px;
	height: 190px;
}

.twocols {
	margin: 0;
}
 
.rightcol {
  padding-top: 0;
}

.maincol {
	width: 510px;
	min-height: 400px;
}
* html .maincol {
	height: 400px;
}
