/*
	www.betamarine.nl design information - "beta_screen.css"
	Owner:	Kuijkhoven
  	Email:	betamarine@hetnet.nl
	Comment:	Stylesheet tbv alle pagina's gebruik style printonly als je iets alleen op de afdruk wil laten zien
	Date:			|	Rev:|	Description:
	10 Nov 06	|	1.0	|		
*/

.printonly {display:none}

body { 
	background: #ffffff;	
	color: #000066; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 12px Verdana, Arial, Helvetica, Sans-serif; 
	text-align: left;
}

img {
	
	margin-top: 15px;
}
p {
	padding: 10px;
	margin: 10px;
}

.subhead,h1 {	
	font-size: 1.4em;
	font-weight: bold;
}
.subsubhead,h2 {	
	font-size: 1.4em;
	font-weight: bold
}

h5 {
	font-style: italic;
	line-height: 10%;
	margin-top: 6px
}

.sans,p,li,td {
	font-size: 1.1em;
}

.acc {
	font-size: 12px;
	margin-left:0.5cm
}

/*p.margin {margin: -26px -6px -6px -6px}*/

.enginename {
	font-size: 1em;
	font-style: normal;
	font-weight:normal;
	color: #003366;
	text-align: center;
	text-decoration: none;
	width: 250px;
	height: 250px
}

.enginelayer {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1;
	background-color: #FFFFFF;
	border: 1px none #000000;
	visibility: hidden
}

.whitetechbox {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-right: 12px;
	background-color: #003366
}

/* hieronder startpagina styles */
.whitebolditalic {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin-right: 12px
}
.textsmaller {
	font-size: 8pt;
	text-align: left;
	font-weight: normal
}
.nav {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none
}

.whitebolditalic-rl {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin-right: 12px
}

.banner h1 {
	text-align: center;
	font-size: 2em;
	font-style: bold;
	color: midnightblue;
}

/* links tbv de iframe hoofdframes */	
a {
	font-size: 1em;	
}

a:link {	
	color:#0000ff
}

a:visited {	
	color:#800000
}

a:hover	{	
	color:#800000
}

a:active {	
	color:#cc0000
}

li {
	margin-top: 10px;
}

.beta {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none
}

.text {
	font-size: 9pt;
	text-align: left;
	font-weight: normal
}

/* hieronder table styles alles omlijnd */

table.bTable th {
	border:solid windowtext .5pt;
	border-left:none;
	border-bottom:none; 	
	background-color: #7DB0CD;
	padding:0cm 5.4pt 0cm 5.4pt;
	height:22pt;
	width:10%;
	text-align: center
}
table.bTable td {
	border:solid windowtext .5pt;
	border-left:none;
	border-bottom:none;
	padding:0cm 5.4pt	0cm 5.4pt;
	height:22pt;	
	text-align: center
}

table.bTable td.boven {
	background-image:url('../nav/verbinding.gif');
	background-repeat:no-repeat;
	background-position: 50% 0%;
	border-top:none
}

table.bTable td.vert	{
	background-image:url('../nav/verbinding.gif');
	background-repeat:repeat-y;
	background-position: 50% 0%; 
	border-top:none
}

table.bTable td.onder {
	background-image:url('../nav/verbinding.gif');
	background-repeat:no-repeat;
	background-position: 50% 100%
}

.oneven {
 background-color: #8b8b8b;
}

.table th {
	vertical-align: bottom;
	text-align: center;
}

@media print{
	.table td {
		vertical-align: top;		
		font-size: 12px;
	}
	.table h1 {
		font-size: 16px;
	}
	.table h3 {
		font-size: 12px;
	}
	.table tr{
		vertical-align: middle;		
		height: 100px;
	}
}