/* normal template 
    standaard regels voor opmaak van body teksten
	gebruikt in elke pagina, als tweede referentie
	media=screen

    Versie: 1, februari 2007
    Auteur: M. Ouendag, OITS
----------------------------------------- */
h1 {	/* left heading */
    font-size:16pt;
    font-weight:bold;
    color:red;
    line-height:100%;
    font-style:normal;
    text-align:left;
    vertical-align:middle;
    margin:1pt;
}
h2 {	/* centered heading */
    font-size:14pt;
    font-weight:bold;
    color:blue;
    line-height:100%;
    font-style:normal;
    text-align:center;
    vertical-align:middle;
    margin:1pt;
}
h3 {	/* Normale textsize heading */
    font-size:10pt;
    font-weight:normal;
    font-style:normal;
    color:black;
    text-align:left;
    text-decoration: none;
    margin:0px;
    line-height:normal;
}
h4 {
    font-size:16pt;
    font-weight:bold;
    margin:1pt;
    vertical-align:middle;
    color:red;
    line-height:16pt;
}
h5 {
    font-size:9pt;
    font-weight:normal;
    margin:1pt;
    line-height:normal;
}
h6 {
    font-size:8pt;
    font-weight:bold;
    margin:1pt;
    color:grey;
    text-align:center;
} 
p {
	font-size:10pt;
    font-weight:normal;
}
a:link, a:visited {
    color:#808080;
	text-decoration:none;
}
a:active {
    color:maroon;
	text-decoration:none;
}
a:hover {
    color:red;
	text-decoration:none;
}
hr {
    color:gray;
}
ul {
    font-size:10pt;
    margin-top:0px;
    margin-bottom:0px;
}
ol {
    font-size:10pt;
}
img {
    border-right:3px none;
    border-top:0px none;
    border-left:3px none;
    border-bottom:0px none;
}
form {
    border:0px;
}
button {
	cursor:pointer;
	font-size:80%;
}
.butn:hover {
	color:red;		
}
table {
	width:100%;
    padding:0px;
}
	thead {
		font-size:140%; color:blue;
		height:30px;
		text-align:center;
	}

.kenmerken {
    font-size:8pt;
    font-weight:bold;
    padding-right:3px;
    padding-left:0px;
    padding-top:0px;
    padding-bottom:0px;
    margin:0px;
    color:black;
    font-style:normal;
    font-family:arial, helvetica, sans-serif;
    text-decoration:none;
}
.bold {
    font-weight:bold;
}
.italic {
    font-style:italic;
}
.rood{
    font-weight:bold;
    color:red;
}
.inspring {
    border:0px;
    padding:0px;
    margin:0px 0px 0px 50px;
    text-align:left;
}
.inspringi {
    border:0px;
    padding:0px;
    margin:0px 0px 0px 50px;
    text-align:left;
    font-style:italic;
}
.lc {
    text-transform:lowercase;
}
.uc {
    text-transform:uppercase;
}
.bedrijfsnaam {
	font-size:130%;
    font-weight:normal;
    font-style:normal;
    font-family:verdana, arial, helvetica, sans-serif;
    text-decoration:none;
    color:maroon;
}
.cprijs {
	font-size: 12pt;
	font-weight: bold;
	color: blue;
}
.cvoorr {
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
.carttekst {
	font-size: 9pt;
	font-weight: normal;
	color: black;
}
/* == Panels: objecten met afgeronde hoeken == */
div#panel1, div#panel2, div#panel3 {
 	display:block;
	background:#9BD1FA;
	color:#404040;
}
DIV.rounded DIV {
	overflow: hidden; height: 1px;
}
/* == einde panels == */
