/* ------------------------------------------------------ */
/* Copyright 2008 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
@import url("clearfix.css");
@import url("form.css");


html, body {
	 height:100%;
}

body {
	background-color: #009FDA;
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a { color: #000; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline;	}

h1 {
	margin-bottom: .5em;
	font-size: 1.3em;
	font-weight: 700;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

strong {
	font-weight:700;
}


/* Basic structure -------------------------------------- */
/* ------------------------------------------------------ */

div#page {
	width: 956px;
	margin: 0 auto;
	background:#FFF;
}

div#container {
	position: relative;
	width: 956px;
	margin: 0 auto;
	overflow: hidden;
	background:#FFF;
}

div#main {
	float: left;
	width: 100%;
	margin-top: 176px;
}

div#inner {
	position: relative;
	width: 960px;	
	padding: 25px 0px 35px 0px;
	margin: 0 auto;
	overflow: hidden;
}

div#sub_nav {
	float: left;
	width: 166px;
	font-size: 1.1em;	
	overflow: hidden;	
}

div#content, div#content-withimage {
	float: right;
	width: 715px;
	margin-right:35px;
	font-size: 1.3em;
	overflow:auto;
	padding-right:10px;
}

div#content {
	 min-height:375px;
 	 height:auto !important;

}

div#content-withimage {
	width: 395px;
	overflow:auto;
	margin-right:20px;
	height:375px;
}

div#content a, div#content-withimage a {
	text-decoration:underline;
}

div#content_image {
	float: right;
	width: 300px;
	margin-right:35px;
	font-size: 1.3em;
}

body.fullscreen div#content {
	float: left;
	padding-left: 20px;
}

div#header {
	position: absolute;
	height: 140px;
	top: 0;
	left: 0px;
	width: 960px;
	font-size: 1.1em;
	border-bottom: 25px solid #009FDA;
	background-color: #FFF;
	background-image: url(../images/huisstijl.gif);
	background-repeat: no-repeat;
	background-position: 815px 70px;
}

div#footer {
	clear: both;
	height: 25px;
	width: 100%;
	background-color:#009FDA;
}

/* Items ------------------------------------------------ */
/* ------------------------------------------------------ */

div.items div {
	margin-bottom: 1em;
}

/* Pages ------------------------------------------------ */
/* ------------------------------------------------------ */

ul.pages {
	list-style: none !important;
	margin: 0 0 2em !important;
	padding-bottom: 0.2em;
}

ul.pages li {
	display: inline;
	margin-right: 0.8em;
}

ul.pages li a {
	font-weight: normal !important;
	text-decoration: none !important;
}

ul.pages li.selected a {
	font-weight: bold !important;
}

/* Gallery ---------------------------------------------- */
/* ------------------------------------------------------ */


div.gallery {
	margin: 2em 0;
}

div.gallery a {
	color: #000000;
}

div.gallery ul {
	margin: 2em 0;
	list-style: none;
}

div.gallery ul li {
	float: left;
	margin-right: 1em;
}

div.gallery a span {
	display: none;
}

div.gallery div {
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4px;
	border: 1px solid #DDDDDD;
	line-height: normal;	
}

div.gallery div a {
	display: block;
	width: 110px;
	height: 110px;	
	background: transparent;
}

div.gallery hr {
	clear: both;
	height: 1px;
	padding: 0;
	border: none;
	background: #d10074;
}

div.gallery dl {
	margin-top: .5em;
}

div.gallery dt {
	margin-bottom: 1em;
}

div.gallery dt,
div.gallery dd {
	padding: 2px 0;
} 

div.gallery dd {
	clear: both;
}

div.gallery a.shoppingcart {
	display: block;
	float: left;
	background: url(../images/ic_shoppingcart.gif) no-repeat left top;
	width: 19px;
	height: 19px;
	margin-right: .2em;
}


/* Table data ------------------------------------------- */
/* ------------------------------------------------------ */

table.data {
	margin: 1em 0;
}

table.data tr th {
	font-weight: bold;
}

table.data tr th,
table.data tr td {
	padding: 3px 0;
}	

/* Alert ------------------------------------------------ */
/* ------------------------------------------------------ */

div.alert {
	position: absolute;
	left: 1em;
	width: 100%;
	z-index: 2000;
	top: 1.4em;
	text-align: center;
	font-size: 1.2em;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

div.alert div {
	margin: 0 auto;
	width: 250px;
	font-weight: bold;
	padding: 10px;
	color: #000;
	background-color: #99ccff;		
	border: 1px solid #3399ff;	
}

/* Subnav ----------------------------------------------- */
/* ------------------------------------------------------ */

div#sub_nav {
	margin-bottom:35px;
}

div#sub_nav ul {
	list-style: none;	
	border-top: 1px solid #d10074;
	margin:0px;
	padding:0px;
}

div#sub_nav ul li {
	font-weight: 700;
	border-bottom: 1px solid #d10074;		
	text-indent: 10px;
	font-size:1.1em;
}

div#sub_nav ul li a {
	display: block;
	padding: 5px 0;
	color:#4f2d7f;
}

div#sub_nav ul li a:hover {
	color:#000;
	background-color:#fff2fa;
	text-decoration:none;
}

div#sub_nav ul li.selected a {
	background: #d10074;
	color: #fff;
}

div#sub_nav ul li.selected ul a {
	background: #d10074;
	color: #154273;
}

div#sub_nav ul li li {
	text-indent: 40px;
}

div#sub_nav ul.actions {
	margin-top: 100px;	
}

/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

div#contact {
	position: absolute;
	left: 0;
	top: 116px;	
}

div#logo {
	position: absolute;
	left: 20px;
	top: 15px;
}

div#login_info {
	font-size:1.2em;
	position: absolute;
	right: 15px;
	top: 10px;
}

div#nav {
	position: absolute;
	left: 0;
	top: 116px;	
	background: #4f2d7f;
	width: 960px;
	height: 30px;
	font-size: 1.2em;
}

div#nav ul {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 956px;
}

div#nav ul li {
	float: left;
	display: block;
	padding: 6px 12px;
}

div#nav ul li#nav-contact {
	float: right;
}

div#nav a {
	text-decoration: none;
	font-weight: 700;
	color: #FFF;
}

body#login li#nav-home,
body#home li#nav-home,
body#spelregels li#nav-spelregels,
body#toepassingen li#nav-toepassingen,
body#basiselementen li#nav-basiselementen,
body#beeldbank li#nav-beeldbank,
body#contact li#nav-contact {
	background-color: #d10074;
}

div#form_hint {
	border: 1px solid #0099ff;
	background-color:#e6f2ff;
	padding:15px 15px 0px 15px;
	width:400px;
}

.submit_button {
	background-color:#4f2d7f;
	color:#FFF;
	padding:2px 10px;
	
}

.submit_button a {
	padding:5px;
	background-color:#4f2d7f;
	color:#FFF;
	
}

