/* Pier

   Copyright (c) 2003-2006 Lukas Renggli
   Copyright (c) 2005-2006 Software Composition Group, University of Berne
*/

/* frame */
.frame {
/*	max-width: 900px; */
	max-width: 1081px;
	margin: 0px auto;
}

/* header table (ugly) */
.header {
	width: 100%; height: 127px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 10px;
}

.header .logo {
	background: transparent url(headerLogo.png) no-repeat;
	width: 127px; height: 127px;
}

.header .spacer {
	width: 10px;
}

.header .start {
	background: transparent url(headerTitleLeft.png) no-repeat;
	width: 11px; height: 127px;
}

.header .title {
	background: transparent url(headerTitle.png) repeat-x;
	vertical-align: bottom;
	color: white;
	font-size: 500%;
	font-weight: bold;
}

.header .tabs {
	width: 250px;
	background: transparent url(headerTitle.png) repeat-x;
	vertical-align: bottom;
}

.header .tabs ul {
	list-style: none;
}

.header .tabs li {
	display: inline;
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 1px 0px 0px;
	background: transparent url(headerTabs.png) 100% -600px no-repeat;
	border-bottom: 1px solid black;
}
.header .tabs ul a {
	float: left;
	display: block;
	list-style: none;
	padding: 6px 4px 4px 12px;
	background: transparent url(headerTabs.png) 0% -600px no-repeat;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.header .tabs li:hover {
	background-position: 100% -400px;
}
.header .tabs li:hover a {
	background-position: 0% -400px;
}
.header .tabs .active {
	background-position: 100% -200px;
}
.header .tabs .active a {
	background-position: 0% -200px;
	color: #092565;
}
.header .tabs li a:focus { outline: none }
.header .tabs .active:hover {
	background-position: 100% 0%;
}

.header .tabs .active:hover a {
	background-position: 0% 0%;
}

.header .end {
	background: transparent url(headerTitleRight.png) no-repeat;
	width: 11px; height: 127px;
}

/* body table (ugly) */
.body {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.body .boxes {
	width: 220px;
	vertical-align: top;
}

.body .spacer {
	width: 10px;
}

.body .main {
}
