﻿/**
 * @author	Stichting ICTU, Overheid heeft Antwoord
 * @date	14 september 2009
 * @name	Framework stylesheet
 * @version	0.95
 */

@media screen, tv, print
{
	 /* Header */
	 
	.header
	{
		font-size: 11px;
		height: 73px;
		border-bottom: 12px solid #ff8a00;
	}	.header h1 a
		{
			top: 33px;
			left: 27px;
			position: absolute;
		}
		.header img
		{
			border: none !important;
		}
		.header p
		{
			padding: 12px 0 0 12px;
			color: #6D7F97;
		}
	
	/* Options */

	.header #contrast
	{
		position: absolute;
		top: 28px;
		left: 735px;
		background: url(images/links/small.png) -6px 3px no-repeat;
		color: #000;
		padding-left: 13px;
		line-height: 15px;
	}	.header #contrast:hover, .header #contrast:focus
		{
			text-decoration: underline;
			background-position: -5px -133px;
		}
	
	.header dl /* Tekstgrootte */
	{
		position: absolute;
		top: 28px;
		left: 850px;
		overflow: visible;
		border: none;
	}	.header dl a
		{
			display: block;
			float: left;
			text-decoration: none;
			border: 1px solid #bdbdbd;
			color: #000;
			text-align: center;
			width: 15px;
			margin-right: -1px;
		}	.header dl a:hover, .header dl a:focus
			{
				background: #000;
				color: #fff;
			}
		.header dd, .header dt
		{
			line-height: normal;
			border: none;
			padding: 1px 0;
			margin: 0;
			width: auto;
			display: block;
			float: left;
			clear: none;
		}
		.header dt
		{
			font-weight: normal;
			padding-right: 10px;	
		}
	
	/* Footer */
	
	.footer
	{
		background: #D8DBE0;
		clear: both;
		color: #679;
		height: 75px;
	}	.footer p
		{
			padding: 10px 0 30px;
			text-align: right;
			float: left;
			clear: none;
			width: 480px;
		}
		.footer p:first-child
		{
			text-align: left;
		}
		.footer a
		{
			color: #679;
			text-decoration: underline;
		}	.footer a:hover, .footer a:focus
			{
				color: #000;
			}
	
	/* Intro before double columns */
	
	div.intro
	{
		padding: 20px 20px 0 20px;
	}
	
	/* Columns */ 
	
	#zoek-en-submenu, #content-container, #actie-menu, .double-column
	{
		padding: 20px 10px;
		float: left;
		
	}
	
	#zoek-en-submenu
	{
		width: 209px;
	}
	
	#content-container
	{
		padding: 20px 20px 20px 25px;
		width: 440px;
	}
	
	.double-column
	{
		padding: 20px;
		width: 440px;
	}
	
	#actie-menu
	{
		width: 216px;
		padding-right: 20px;
	}
	
	.column
	{
		width: 200px;
		float: left;
		margin-right: 20px;
	}
	
	.rightContentContainer {
		overflow:hidden;
		width:731px;
	}
	
	/* Rows */
	
	.row
	{
		clear: both;
	}
	
	/* Column headers */
	
	#zoek-en-submenu legend, #actie-menu legend, .double-column legend, #popup legend, #zoek-en-submenu h2, #actie-menu h2, .double-column h2, #popup h2, .column h3
	{
		font-size: 1.05em;
		border-bottom: 3px solid #FF8A00;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	
	#zoek-en-submenu h2 + ul li:first-child a, #actie-menu h2 + ul li:first-child a, #content-container h3 + ul li:first-child a, #content-container p.info + ul li:first-child a, .double-column h3 + ul li:first-child a
	{
		border-top: none !important;
	}
	
	#content-container h4, #content-container h5, #content-container h6
	{
		color: inherit;
	}
	
	.double-column h2, #popup h2, .double-column legend, #popup legend
	{
		padding-bottom: 3px;
		margin-bottom: 8px;
		font-size: 1.1em;
	}
	
	/* Column specific styles */
	
	#actie-menu dl
	{
		border: none;
	}
	
	#actie-menu dd, #actie-menu dt
	{
		margin: 0;
		padding: 0;
		width: auto;
		float: none;
		line-height: 1.5em;
		border: none;
		height: auto;
	}
	
	#actie-menu dt
	{
		font-weight: bold;
		margin-top: 5px;
	}
	
	.column h2 a, /* MvdM deze selector toegevoegd zodat in IE6 de titels van de colommen in superhome.html niet zwart worden: */.column h2 a:hover /* END */
	{
		text-decoration: none;
		color: #e67c00;
	}
	.column .subhead
	{
		border: none !important;
		padding-bottom: 0px;
		padding-top: 5px;
	}
	
	/* Back link */
	
	a.back
	{
	    color: #000;
	    border: 1px solid #e5e5e5;
	    border-width: 1px 0;
		display: block;
		padding: 2px 2px 2px 20px;
		text-decoration: none;
		margin-bottom: 15px;
		background: url(images/links/back.png) -489px 1px no-repeat;
	}
	a:hover
	{	
		background-position: -4px 1px;
	}
	
	/* Generic styles */
	
	.hidden
	{
		display: none !important;
	}
	
	.active > a, strong.active, .active strong
	{
	    color: #e67c00;
	}	p.active a
		{
			font-weight: bold;
		}
	
	body.inactive
	{
		overflow: hidden;
	}
}