/**
 * CSS style definitions for ACS website.
 */

/**
 * HTML elements
 */
* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 90%;
	font-family: "Trebuchet MS", Arial;
	background: #0064a3 url(../img/hor_bg.gif) repeat-x 0 61px;
}
img {
	border: 0;
	padding: 0;
}
hr {
	width: 100%;
	height: 1;
	border: 0;
	color: #d7e3ed;
	border-collapse: collapse;
	background: #fff url(../img/background-main.png) repeat-x left center;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	color: #666;
}
h1 {
	margin: .8em 0 .5em;
	font-size: 1.8em;
}
h2 {
	font-size: 1.0em;
}
h4 {
	font-size: .95em;
}
a {
	color: #004a8e;
	font-weight: bold;
}
a:active, a:hover {
	text-decoration: none;
}
a:visited {
	color: #547695;
}
li {
	list-style-type: square;
}

/**
 * Homepage related stuff.
 */
.two-columns table, .homenews table {
	font-family: Arial;
	font-size: 11px;
	padding: 0 10px;
	color: #666;
	width: 100%;
}
.homenews table td {
	width: 50%;
	line-height: 1.2;
	padding-left: 10px;
}
.homenews .c0 {
	border-right: solid 1px #ccc;
	padding-right: 10px;
}
.homenews .c1 {
	padding-left: 10px;
}
.homenews h1 {
	font-size: 17px;
}
.homenews p {
	margin-top: 2px;
}
.homenews h2 {
	margin: 10px 0 0;
	font-size: 11px;
	height: 26px;
	text-transform: uppercase;
}
.homenews .title {
	margin: 0;
	color: #666;
}


/**
 * Page layout
 */
#pagewrapper, #footer {
	width: 890px;
	position: relative;
	margin: 0 auto;
}

#pagewrapper {
	padding: 60px 40px 0 40px;
	overflow: hidden;
	background-color: #fff;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}

#footer {
	height: 35px;
}


/**
 * Header and menu definitions
 */
.logo {
	width: 160px;
	height: 118px;
	background: transparent url(../img/logo.png) no-repeat;
	cursor: pointer;
}
.banner {
	width: 745px;
	height: 160px;
	float: right;
	overflow: hidden;
}
#menu {
	height: 40px;
	text-align: left;
	margin-left: -21px;
}

#nav {
	top: 5px;
	width: 650px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#nav li {
	margin: 0;
	display: inline;
	list-style: none outside none;
}
#nav li a {
	height: 16px;
	padding: 5px 5px 0 21px;
	display: block;
	float: left;
	border-right: solid 1px #ccc;
}
#menu a, #menu a:visited, #menu a:active {
	color: #666;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav .active a, #nav .active a:link, #nav .active a:active, #nav .active a:visited {
	color: #b3cb2c;
}

.i8n {
	float: right;
	width: 80px;
	margin-top: -15px;
	margin-right:	-18px;
	*margin-right: -17px;
}
.i8n table {
	border-color: #ccc;
	border-collapse: collapse;
}
.i8n td {
	width: 30px;
	padding: 2px 0;
	text-align: center;
}

.i8n td.active-language {
	background-color: #005082;
}
#menu .i8n td.active-language a {
	color: #FFFFFF;
}

/**
 * Footer
 */
#footer, #footer a, #footer a:visited, #footer a:hover {
	color: #999;
	line-height: 3.8;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}


/**
 * Main content area
 */
#content {
	overflow: hidden;
	text-align: left;
}
.contentpane {
	float: left;
	height: 500px;
	width: 240px;
}

.sidebar-right	{
	height: 510px;
}

.contentpane {
	width: 655px;
	border: solid 1px #ccc;
}
.sidebar-right {
	margin-left: 5px;
}
#content .section-image {
	margin: 7px 7px 0 7px;
	padding-bottom: 7px;
	border-bottom: solid 1px #ccc;
}
.contact td {
	padding: 5px;
	font-size: 11px;
}
.contact-gmap {
	width: 280px;
	height: 320px;
	border: solid 1px #ccc;
}

#vlijst li {
	cursor: pointer;
}
#vlijst li.active {
	font-weight: bold;
}

.vestiging {
	height: 100px;
}

/**
 * 2 columns layout
 */
.two-columns .contentpane .content {
		width: 655px;
		padding: 10px;
		margin: 0;
}
.two-columns .contentpane .content img {
		border: solid 1px #999;
}

/**
 * 3 columns layout
 */
.contentpane .sidebar, .contentpane .content {
	margin-top: 20px;
	height: 445px;
}
.contentpane .sidebar {
	float: left;
	position: relative;
	width: 125px;
	padding: 0 20px;
	font-family: Arial;
	border-right: solid 1px #ccc;
}
.contentpane .content {
	padding-right: 25px;
	padding-left: 20px;
	color: #666;
	font-size: 14px;
	overflow-y: auto;
}
.contentpane .content h1 {
	font-size: 16px;
	margin: 0;
	color: #666;
}

.contentpane .content img {
	margin: 10px;
}

.half {
	width: 50%;
	margin: 0;
	float: left;
}
.pdf-link {
		position: absolute;
		bottom: 0;
}
.pdf-link img {
		border: solid 1px #999;
}

/**
 * Downloads
 */
table.downloads {
		width: 100%;
}
table.downloads td {
		width: 25%;
}
.download-name, .download-button {
		width: 80px;
		padding: 3px;
		border: solid 1px #ccc;
}
.download-name {
		height: 100px;
		border-width: 0 0 1px 1px;
		overflow: hidden;
		margin-bottom: 3px;
		background: #fff url(../img/downloads-corner.png) no-repeat right top;
}
.download-button {
		display: block;
		text-align: center;
		height: 20px;
		line-height: 1.9em;
}


/**
 * Submenu
 */
.contentpane .sidebar ul, .contentpane .sidebar li {
	margin: 0;
	padding: 0;
	list-style: none outside url(../img/bullet-arrow-grey.png);
}
.contentpane .sidebar .title {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.subnav a, .subnav a:visited, .subnav a:active {
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -0.035em;
}
.contentpane .sidebar ul.subnav {
	margin-left: 12px;
}
.subnav li.active, .sidebar .subnav .active a, .subnav li:hover {
	color: #b3cb2c;
	list-style: none outside url(../img/bullet-arrow-black.png);

}

.subnav a:hover {
	color: #000;
	text-decoration: underline;
}

/**
 * Sidebar stuff
 */
#content .block {
	height: 286px;
	margin-top: 10px;
}
#content .block-1 {
	margin-top: 0;
}
#content .block-2 {
	height: 193px;
}
.block .title {
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 0 3px 8px;
}


/**
 * Customized blocks
 */
.meetacs .title {
	color: #fff;
	background-color: #0065a4;
}
.meetacs {
	line-height: 1em;
	border: solid 1px #0065a4;
	float: right; 
	width: 241px;
}
.meetacs img {
	margin: 0 5px 0 5px;
}
.meetacs .summary {
	color: #666;
	font-size: 11px;
	margin: 5px 5px 5px 0;
	padding-bottom: 3px;
	height: 157px;
}
.meetacs strong {
	color: #333;
	font-weight: normal;
	line-height: 1em;
}
img.empinfo {
	margin: 0;
	cursor: pointer;
}

#empinfo {
	color: #666;
	font-size: 12px;
	line-height: 1.2em;
	width: 250px;
	border: solid 3px #0065A4;
	padding: 10px;
	background: #fff;
	top: 500px;
	left: 600px;
	text-align: justify;
	position: absolute;
	cursor: pointer;
}

#empinfo small {
	color: #999;
}

.directaccess {

}
.directaccess .title {
	color: #666;
	height: 29px;
	line-height: 22px;
	text-indent: 5px;
	margin-bottom: 5px;
	background: transparent url(../img/block-directaccess.png) no-repeat right;
}
.directaccess .content ul {
	margin: 0;
	padding: 0;
}
.directaccess .content a {
	text-decoration: none;
}
.directaccess .content li {
	padding: 8px 0 8px 80px;
	color: #ccc;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	list-style: none outside none;
	border: solid 1px #ccc;
	margin-bottom: 4px;
}
.directaccess .red { background: #fff url(../img/checker-red.png) repeat-y left top; }
.directaccess .purple { background: #fff url(../img/checker-purple.png) repeat-y left top; }
.directaccess .yellow { background: #fff url(../img/checker-yellow.png) repeat-y left top; }
.directaccess .green { background: #fff url(../img/checker-green.png) repeat-y left top; }

/** ACStafette form **/
.fieldset {
	margin-top: 20px;
}

.form_description {
	font-size: 10px;
	color: #b9b9b9;
}

.form_title, .form_field	{
	padding-top: 10px;
}

.form_title {
	font-weight: bold;
	width: 175px;
}

.form_radio_left {
	width: 25px;
	padding: 0;
}

.form_radio_right {
	padding: 0;
}

.form_header {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}



/** temp stuff **/
.half {
	background-color: #f00;
}