

/*---------------------------------------------------------------------------*/
/* clear floating element's surrounding boxes
/*---------------------------------------------------------------------------*/
/*
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*//*
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*---------------------------------------------------------------------------*/
/* main styles and general link styles for the whole page
/*---------------------------------------------------------------------------*/
/*
@page {
    margin-top: 1cm;
    margin-bottom: 3cm;
    margin-left: 0.5cm;
    margin-right: 0.5cm;
}

html {
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
}

body {
	padding: 0;
	margin: 0;
	text-align: left;
	color: black;
	font-size: 0.8em;
}
*/
a, #content a {
	color: black;
	text-decoration: none;
	padding-left: 0;
	background-image: none;
}
a.hidden {
	display: none;
}

h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	color: black;
}

/*---------------------------------------------------------------------------*/
/* basic layout/design styles
/*---------------------------------------------------------------------------*/

#navigation, #tools, #footer {
	display: none;
}

#beam {
	background-color: #FFF;
}

#header {
	background-color: #FFF;
}
#header h1 {
	font-size: 13pt;
	padding: 0;
}

/*---------------------------------------------------------------------------*/
/* styles for the 4 columns layout
/*---------------------------------------------------------------------------*/

div.columns {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	min-height: 12px;
}

/*
#content {
	width: 15.8cm;
}

div.clearfix {
	margin-bottom: 0.3cm;
}

div.spacer {
	width: 0.2cm;
}

div.one, img.one, table.one {
	width: 3.8cm;
}

div.two, img.two, table.two {
	width: 7.8cm;
}

div.three, img.three, table.three {
	width: 11.8cm;
}

div.four, img.four, table.four {
	width: 15.8cm;
}*/

#content, #header {
	width: 15cm;
}

div.clearfix {
	margin-bottom: 0.3cm;
}

div.spacer {
	width: 0.2cm;
}

div.one, img.one, table.one {
	width: 3.5cm;
}

div.two, img.two, table.two {
	width: 7.3cm;
}

div.three, img.three, table.three {
	width: 11.1cm;
}

div.four, img.four, table.four {
	width: 14.9cm;
}



a.top {
	display: none;
}

/*------------*/

table {
	border-collapse: collapse;
}
table th, table td {
	border: 1px solid black;
}

/*------------*/

.faq_questions {
	display: none;
}

