/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 777px;
	height: 140px;
	margin: 0px auto;
	background: url(../../gfx/new/homepage02.jpg) no-repeat left top;
}

#header h1, #header h2 {
	/*text-indent: -9999em;*/
}

/** MENU */

#menu {
	width: 777px;
	height: 70px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 148px;
	height: 22px;
	padding: 13px 0px 0px 0px;
	background: url(../../gfx/new/subpage1_01.gif) no-repeat left top;
	text-align: center;
}

#menu .first a {
	background: none;
}

/** PAGE */

#page {
	width: 697px;
	margin: 0px auto;
}

/** CONTENT */

#content {
	float: left;
	width: 100%;
}

.wide-subpage #content {
	float: none;
	width: auto;
}

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 178px;
}

.two-columns .column2 {
	float: right;
	width: 222px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 229px;
}
