@charset 'utf-8';
@import url(reset.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	font-size: 10pt;
	color:  #000;
	line-height: 1.5em;
}

/* hide elements */

#header .nav-skip,
#nav-home,
#nav-lang,
#searchbox,
#mainwrap .col2,
#mainwrap .col3,
#nav-service,
a.link-more,
.nav-pager-prev,
.nav-pager-next {
	display: none;	
}

#footer-copyright {
	background: 0 none !important;
}


#header {
	width:  100%;
	height: 60px;
	background: url(img/logo-print.jpg) no-repeat;
	position: relative;
}

#footer {
	margin-top: 2em;
	border-top: 1pt solid #000;
	padding-top: 1.5em;
}

.article-list {
	margin-top: 1.5em;
}

.divider-top {
	border-top: 1pt solid #aaa;
	padding-top: 1.5em;
}

table {
	width: 80%;
	font-size: 0.9em;
}

table th,
table td {
	padding: 0.5em 1em 0.5em 0;
	text-align: left;
	border-bottom: 1pt solid #aaa;
}

table th {
	font-weight: bold;
}


/* typography */
#nav-bc,
.nav-pager {
	font-size: 0.8em;
}

h1 {
	font-family: "Frutiger LT 47 LightCn","Frutiger 67BoldCn",Frutiger,Arial,Helvetica,sans-serif;
	font-size: 1.8em;
	margin: 1em 0;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	margin: 0 0 1em 0;
}

p,
table,
#mainwrap img,
#mainwrap ul,
.person-list-item,
.nav-pager {
	margin-bottom: 1.5em;	
}

#mainwrap ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 1em;
}

.article-item-info {
	font-size: 0.8em;
}


/* links */
a:link, a:visited {
	color: #33744F;
	background: transparent;
	border-bottom: 1pt dotted #33744F;
	text-decoration: none;
}

#mainwrap a:link:after, #mainwrap a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   font-weight: normal;
   font-style: italic;
}


