/* 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: 277px;
	background-image: url(../images/header_large-trans.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.logoLangArea {
  position: relative;
  display: block;
  height: 245px;
}

.logo {
	height: 195px;
}

.menuLang {
  height: 190px;
}

.twocols {
	margin: 0;
	padding-top: 25px;
}

.maincol {
	width: 510px;
	padding: 0 10px 10px 10px;
	min-height: 400px;
}

.rightcol {
  padding-top: 0;
}


* html .maincol {
	height: 400px;
}
