/*
	# Company: Centrumpraktijk
	# File: screen.css
*/
@import url(form.css);
@import url(layout.css);
@import url(components.css);

/* 
	** Global reset and setting vertical rhythm
*/
*
{
	margin: 0;
	padding: 0;
	line-height: 122%;
}
body
{
	padding: 0;
	
	background-color: #003333;
	
	color: #ffffff;
	font-size: 100%;
	font-family: Verdana, Sans-Serif;
    line-height: 1.5em; /* 16×1.125=18 */
}

/* 
	** Headings
*/
h1,
h2,
h3,
h4,
h5,
h6,
h7
{
	padding: 0;
	color: #f0ffff;
}

h1
{
	color: #000;
	font-size: 100%; 
	font-size: 1.1em; 
}
h2
{
	color: #5f9ea0;
	font-size: 110%; 
	font-size: 1.3em; 
}
h3 {	font-size: 100%; }
h4 
{
	color: #000;
	font-size: 90%; 
	font-size: 1.0em; 
}
h5 {	font-size: 95%; }
h6 
{
	color: #5f9ea0;
	font-size: 100%; 
	font-size: 1.1em; 
}


/* 
	** Content Elements
*/
p,
ul,
ol,
dl,
fieldset
{
	padding-bottom: 15px;
	line-height: 1.4em;
}
li
{
	line-height: 1.3em;
}
table.table
{
	margin-bottom: 15px;
}
em
{
	font-weight: bold;
}
.flash-replaced .alt 
{
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}
.flash-replaced
{
	line-height: 1em;
	font-size: 20px !important;
}
.header .mistral-black
{
	text-align: center;
	font-size: 50px !important;
}

/* 
	** Lists
*/
ul ul,
ol ol
{
	padding: 0;
	list-style-position: inside;
}
ul li,
ol li
{
	margin-left: 27px;
}

/* 
	** Links
*/
a:link,
a:visited
{
	color: #5f9ea0;
}
a:hover
{
	color: #ffffff;
}
a img
{
	border: 0;
}

/* 
	** table.tables
*/
table.table
{
	margin-top: 3px;
	table-layout: fixed;
	border-collapse: collapse;
	
	font-size: 90%;
}
table.table caption
{
	text-align: left;
	font-weight: bold;
}
table.table th,
table.table td
{
	padding: 4px;
	
	border: 1px solid #f4b453;
}
table.table th
{
	text-align: left;
}
table.table thead th,
table.table thead td
{
	background-color: #f4b453;
}
