/* CSS printer style for the RVS website */
/* version 1.0 date: 03.02.2005          */
/* author: Heiko Holtkamp (hh)           */
/* version 1.0.1 date: 21.02.2005, jh:   */
/*   -fixed a few w3 validation errors   */


/* basic elements */
body {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	background: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

a:link {
	color: #003366;
	text-decoration: underline
}

a:visited {
	color: #003366;
	text-decoration: underline
}

a:hover {
	color: #adbfd3;
	text-decoration: underline
}

a:active {
	color: #adbfd3;
	text-decoration: underline
}

a:focus {
	color: #adbfd3;
	text-decoration: underline
}


h1 {
	font-size: 16pt;
}

h1.pagetitle {
	font-size: 16pt;
}


h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 12pt;
}



/* special elements */

#container {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

#pageHeader {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	width: auto;
	height: auto;
	background: #adbfd3;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#adbfd3;

}

#pageHeader div.left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 190px;
	height: 71px;
	text-align: left;
	display: none;
}

#pageHeader div.middle {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: 71px;
	text-align: left;
	overflow: hidden;
}

#pageHeader div.right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 140px;
	height: 71px;
	text-align: left;
	display: none;
}

#pageHeader span.Caption1 {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

#pageHeader span.Caption2 {
	color: #003366;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#pageHeader a:link {
	color: #003366;
	text-decoration: none
}

#pageHeader a:visited {
	color: #003366;
	text-decoration: none
}

#pageHeader a:hover {
	color: #003366;
	text-decoration: underline
}

#pageHeader a:active {
	color: #003366;
	text-decoration: underline
}

#pageHeader a:focus {
	color: #003366;
	text-decoration: underline
}

#pageHeaderSpacer {
	padding: 0px;
	margin: 0px;
	clear: both;
	background: #ffffff;
	display: none;
}


#pageNavigation {
	position:absolute;
	top: 135px;
	left: 25px;
	background: #ffffff;
	border: 0px solid #adbfd3;
	width: 200px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	font-weight: bold;	
	display: none;
}

#pageNavigation ul {
	margin: 0px;
	padding: 3px;
}

#pageNavigation li {
	line-height: 14pt;
	list-style-type: square;
	list-style-position: inside;
}	


#pageNavigation li a:link {
	color: #003366;
	text-decoration: none
}

#pageNavigation li a:visited {
	color: #003366;
	text-decoration: none
}

#pageNavigation li a:hover {
	color: #003366;
	text-decoration: underline;
}

#pageNavigation li a:active {
	color: #003366;
	text-decoration: underline;
}

#pageNavigation li a:focus {
	color: #003366;
	text-decoration: underline;
}


#pageContent {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#pageFooter {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 10pt;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: normal;
}

#pageFooter div.left {
	width: 45%;
	text-align: left;
	float: left;
}

#pageFooter div.right {
	width: 45%;
	text-align: right;
	float: right;
}

#pageFooter li a:link {
	color: #003366;
	text-decoration: none
}

#pageFooter a:visited {
	color: #003366;
	text-decoration: underline;
}

#pageFooter a:hover {
	color: #003366;
	text-decoration: underline;
}

#pageFooter a:active {
	color: #003366;
	text-decoration: underline
}

#pageFooter a:focus {
	color: #003366;
	text-decoration: underline
}

.prev {
  float: left;
  text-align: left;
  width: 45%;
}
.next {
  float: right;
  text-align: right;
  width: 45%;
}
.up {
  text-align: center;
}


