/*
	# 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
{
	padding: 0;
	color: #f0ffff;
}
h1.special
{	
	padding-bottom: 20px;
	
	color: #f4b453;
	font-size: 140%; 
	font-family: Mistral, cursive; 
	font-family: Verdana, Sans-Serif; 
	font-weight: normal; 
	
	line-height: 55%;
}
h1.special big
{
	display: block;
	
	color: #fff;
	font-family: Mistral, cursive; 
	font-size: 3em;
}
h1
{
	color: #000;
	font-size: 115%; 
	font-size: 1.2em; 
}
.header h1
{
	float: center;
	margin-top: 25px;
	margin-right: 30px;
	text-align: right;
}
.header h1 embed,
.header h1 object
{
	height: 65px;
}

h2
{
	color: #5f9ea0;
	font-size: 115%; 
	font-size: 1.2em; 
}
h3 {	font-size: 115%; }
h4 {	font-size: 105%; }
h5 {	font-size: 95%; }
h6 {	font-size: 90%; }


/* 
	** 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: #f4b453;
}
a:hover
{
	color: #ffcf87;
}
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;
}