/*******************************************************************************
 *
 * - $Id: stagematching_beheer_print.css 3677 2009-03-02 13:58:11Z xvwiggen $
 *
 * Copyright Rovecom ICT BV
 *
 ******************************************************************************/

body {
	margin: 0;
	padding :0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.2em 0em 1.2em 0em;
  padding: 0;
  font-weight: bold;
	color: #04a2a3;
}

h1 {
    font-size: 1.5em;
    border-bottom: 1px solid #04A2A3;
}
h2 {
    font-size: 1.5em;
    border-bottom: 1px solid #04A2A3;
}
h3 {
    font-size: 1.4em;
    border-bottom: 1px solid #04A2A3;
}
h4 {
    font-size: 1.2em;
    border-bottom: 1px solid #04A2A3;
}
h5 {
    font-size: 1.0em;
}
h6 {
    font-size: 0.8em;
}

ul.list, ul.list li {
  list-style: disc;
  margin-left: 15px;
}

a:link, a:active, a:visited {
	font-size: 12px;
	/*color: #F79320;*/
	color: #000080;
}

input {
  border: 1px solid gray;
}

.label {
  font-weight: bold;
  vertical-align: top;
}


#top #login_data {
  display: none;
}

#menu, #breadcrumb {
  display: none;
}

#footer{
	clear: both;
	margin: 0 auto;
	width: 770px;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
}
#footer .copyright{
	display :block;
}
