/*****************************************************************************
 * Default style definitions.                                                *
 *****************************************************************************/
A:link, A:visited, A:active {
	color: #C80000;
}

A:hover {
	color: #550000;
}

BODY {
	font: small Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}

H1 {
	font-size: 133%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}

H2 {
	font-size: 115%;
	margin: 0 0 0.1em 0;
	padding: 0 0 0.2em 0;
	text-transform: capitalize;
}

H3 {
	font-size: 100%;
	margin: 0 0 0.1em 0;
	padding: 0 0 0.1em 0;
	text-transform: uppercase;
	font-weight: bold;
}

H2 EM, H3 EM {
	color: #7690AC;
	font-style: normal;
}

HTML {
	margin: 0;
	padding: 0;
}

IMG {
	border: 0;
}

P {
	margin: 0;
	line-height: 1.66;
}

UL {
	line-height: 1.66;
	list-style-type: square;
	margin: 0;
}

.hidden {
	display: none;
}

/*****************************************************************************
 * Header style definitions.                                                 *
 *****************************************************************************/
DIV#header {
	background-color: #ECECEC;
	text-align: right;
	padding: 34px 280px 10px 0;
	margin: 0;
}

DIV#jump-to-content {
	position: absolute;
	top: 3px;
	left: 3px;
	font-size: 75%;
}

DIV#logo-puir {
	position: absolute;
	top: 3px;
	left: 20px;
	text-align: right;
}

DIV#logo-docarch {
	position: absolute;
	top: 14px;
	right: 140px;
	text-align: right;
}

DIV#logo-kuleuven {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
}

/*****************************************************************************
 * Menu style definitions.                                                   *
 *****************************************************************************/
DIV#menu-1 {
	padding: 0;
	margin: 0;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-top-color: #919DAC;
	border-bottom-color: #000;
	background-color: #455A72;
	color: #808080;
}

DIV#menu-2 {
	padding: 0;
	margin: 0;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-top-color: #B8C5D4;
	border-bottom-color: #696969;
	background-color: #7690AC;
	color: #C0C0C0;
}

P.menu-1 { 
	background-color: #455A72; 
	color: #808080;
	padding: 0 0 0 30px;
	margin: 0; 
	border: 0.1px solid #455A72; 
	text-transform: lowercase;
}

P.menu-2 { 
	background-color: #7690AC;
	color: #C0C0C0;
	padding: 0 0 0 30px;
	margin: 0;
	border: 0.1px solid #7690AC;
	text-transform: lowercase;
}

.menu-link A:link, .menu-link A:visited, .menu-link A:active {
	color: #fff;
	text-decoration: none;
}

.menu-link A:hover {
	color: #C8C8C8;
	text-decoration: none;
}

.selected {
	text-transform: uppercase;
	color: #ddd;
	font-size: 80%;
}

/*****************************************************************************
 * Content style definitions.                                                *
 *****************************************************************************/
DIV#background-image {
	background: #fff url(/puir/images/background.png) center top no-repeat;
}

DIV#content {
	background: transparent;
	padding: 15px 10px 15px 30px;
}

DIV#content P, DIV#content H1, DIV#content H2, DIV#content H3 {
	padding: 0.5em 2em 0.5em 0;
}

DIV#trail {
	padding: 0;
	text-transform: lowercase;
}

H1.enumeration {
	border-bottom: 1px dashed #808080;
}

DIV#body-1col {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0 0 20px 0;
	width: 96%;
}

DIV#body-2col-left {
	float: left;
	margin: 10px 10px 0 0;
	padding: 0 0 20px 0;
	width: 48%;
}

DIV#body-2col-right {
	float: left;
	margin: 10px 10px 0 10px;
	padding: 0 0 20px 0;
	width: 48%;
}

UL.biblio {
	list-style: none;
	list-style-image: none;
	margin: 0;
}
   
UL.biblio LI {
	list-style-image: url(/puir/images/list.png);
}

/*****************************************************************************
 * Footer style definitions.                                                 *
 *****************************************************************************/
DIV#footer {
	background-color: #ECECEC;
	clear: both;
	padding: 8px 20px 8px 30px;
	border-color: #D3D3D3;
	border-width: 1px 0 1px 0;
	height: 50px;
}

