/* CSS Reset
-----------------------------------------------------------------------------*/
html,
html body,
* {
    margin: 0;
    padding: 0;
    border: 0;
}

/* wrapper for header, navigation, content and footer 
-----------------------------------------------------------------------------*/

#wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 940px;
    height: auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    z-index:2;
}
#background {
    background: url(images/students.png) no-repeat 0 260px;
    background-attachment: fixed;
    z-index:1;
}
#background2 {
    background: url(images/students3.png) no-repeat right bottom;
    background-attachment: fixed;
    z-index:0;
}

/* header
-----------------------------------------------------------------------------*/

#header {
    height:204px;
	text-align:center;
}

/*** logo ***/
#header a {
    text-decoration:none;
    border-bottom:0;
    }
#header img {
    text-decoration:none;
    margin:0 auto;
    padding:0;
    }

/* navigation
-----------------------------------------------------------------------------*/

#navigation {
    height:40px;
}
#navigation ul {
    list-style: none;
    margin:0;
    padding:8px 0 0 0;
}
#navigation li {
    float:left;
    display:inline-block;
    padding:0 24px 0 0;
}
#navigation a {
    display:inline-block;
    font-weight:bold;
    text-decoration:none;
    border-bottom:0;
    color:#fff;
    font-size:14px;
}

/* content
-----------------------------------------------------------------------------*/

#content {
    background-color:transparent;
    padding-top:24px;
}

/*** right column ***/
#sidebar {
    display:inline-block;
    width: 30%;
    margin: 0;
    padding:0;
    background-color:#fff;
 
}
#winkel_sidebar {
    display:inline-block;
    float: right;
    width: 29%;
    margin: 0;
    padding:0;
    background-color:#fff;
 
}
/*** main content ***/
#main {
    display:inline-block;
    width:69%;
    margin: 0;
    padding:0 4px 0 0;
    background-color:#fff;
    float:left;
}
#winkel_main {
    display:inline-block;
    float: left;
    width:69%;
    margin: 0;
    padding:0;
    background-color:#fff;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    margin: 0 auto;
    padding: 2em 0;
    font-size: 11px;
    text-align: center;
}

/* global style
-----------------------------------------------------------------------------*/

body {
    font: 76%/1.5 "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
    color: #000;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}

p, ul, ol, dl {
    padding: 0;
    margin: 0 0 0.5em 0;
}
ul {
    list-style: square inside url(http://aardbeienacademie.nl/assets/standard.css);
}
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 0.2em 0;
    padding: 0;
    color:#006600;
}
h1 {
    font-size: 1.55em;
    font-weight: 900;
}
h2 {
    font-size: 1.45em;
    font-weight: 900;
}
h3 {
    font-size: 1.35em;
    font-weight: 700;
}

h4 {
    font-size: 1.25em;
    font-weight: 700;
}
h5 {
    font-size: 1.1em;
    font-weight: 700;
}

br {
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    clear: both;
}
img a {
    border:0;
}

/*** links ***/
a img {
    border-bottom: none;
}

a, a:link {
    border-bottom: 1px dotted #c00;
    color: #c00;
    text-decoration: none;
}

a:visited {
    color: #c00;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
/*** custom classes ***/

.clear {
    clear: both;
}

.right,
.img_right_nospacetop,
.img_right {
    float: right;
    margin-left: 6px;
}

.left,
.img_left_nospacetop,
.img_left {
    float: left;
    margin-right: 6px;
}

.img_center {
	display:block;
    float: none;
    margin: 6px auto;
}


.small { 
    font-size: 80%;
    }
#header .small {
    font-size:60%;
}  
h1.titel {
    display:none; /* titel op homepage tijdelijk onzichtbaar */
    color:#c00;
    font-size:1em;
}  

/*** Tables ***/

table {
    border-spacing: 0;
    border-collapse: collapse;
}
th {
    text-align:left;
}
td {
    vertical-align: top;
    padding: 2px 8px 2px 0;
}



/* Forms
-----------------------------------------------------------------------------*/
input.text {
    background-color: #fff;
}
input, textarea {
    padding: 0.2em 0;
    border: 1px solid #999999;
    background-color: #fff !important;
}

select {
}



/* Buttons
-----------------------------------------------------------------------------*/

a.button,
input.button,
.button {
    display: inline-block;
    padding: 3px 6px 5px 8px;
    margin: 1em 0 1em 0;
    color: #fff !important;
    text-decoration: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border: solid 1px #c00;
    background: #900;
    background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#900));
    background: -moz-linear-gradient(top, #f00, #900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#990000');
    position: relative;
    cursor: pointer;
    text-decoration: none;
    border-bottom: none !important;
}
.button:hover {
    background: #cc3300;
    color: #fff !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#cc3300), to(#ff3300));
    background: -moz-linear-gradient(top, #cc3300, #ff3300);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3300', endColorstr='#ff3300');
}
.button:active {
    top: 1px;
    color: #990000 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#cc6600));
    background: -moz-linear-gradient(top, #ff6600, #cc6600);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#cc6600');
}
.button,
.button:visited {
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.button.nieuwsbrief:after {
    content: url("http://aardbeienacademie.nl/assets/controls/newspaper.png" );
    margin-left: 6px;
    float: right;
}
.button.reserveren:after {
    content: url("http://aardbeienacademie.nl/assets/controls/group.png" );
    margin-left: 6px;
    float: right;
}
.button.route:after {
    content: url("http://aardbeienacademie.nl/assets/controls/arrow_in_longer.png" );
    margin-left: 6px;
    float: right;
}




/* Clearfix
-----------------------------------------------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */


/* ERRRORS
-----------------------------------------------------------------------------*/

.errors {
    color: #fff;
    background-color: #c00;
    text-align: left;
    padding: 12px;
    margin: 0;
}
p.errors,
ul.errors {
    padding: 6px 24px !important;
    margin: 12px 0;
}



/* campuswinkel
-----------------------------------------------------------------------------*/

#table_campuswinkel {
	margin:0;
}
#table_campuswinkel a,
#table_campuswinkel a:link {
	border-bottom:0 !important;
}
#table_campuswinkel tr {
	border-bottom:1px solid #999;
}
#table_campuswinkel td {
	padding:6px 4px;
}
#table_campuswinkel p.producttitle {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:0;
	text-transform: uppercase;
}
.productcategory {
	text-transform: uppercase;
	background-color:#9c3;
	color:#fff;
	padding:0.2em 0.5em;
	font-size:1em;
	margin-top:0;
}
#table_campuswinkel td {
	border-bottom:0;
}
.pagetitle {
	font-size: 1.8em;
	text-align: center;
}
#table_campuswinkel .button {
	margin:0 !important;
}
#orderform {
	border:collapse;
}
#orderform th {
	border:1px solid #fff;
	padding:6px 12px;
	background-color:#060;
	color:#fff;
}
#orderform td {
	border:1px solid #ccc;
	padding:6px 12px;
}
.valuta {
	text-align:right;
}

#id_amount {
    display: none;
}

.productprijs {
	font-size:0.9em;
	border:1px solid #060;
	padding:2px 6px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#winkelmandje {
	position: fixed;
	top:264px;
	right:5%;
	background-color:pink;
	padding:12px;
	-webkit-box-shadow: 0px 1px 12px 4px #999;
	-moz-box-shadow: 0px 1px 12px 4px #999;
	box-shadow: 0px 1px 12px 4px #999;
	border:12px solid #c00;
	z-index:10;
}
#winkelmandje td,
#winkelmandje th {
	border:1px solid #fff;
}
.inhoud_mandje th,
.inhoud_mandje td {
	border:1px solid #ccc;
	padding:2px;
}
.totaalprijs {
	font-weight:bold;
}


/*** formulier valentijn ***/

#valentijn {

}
#valentijn input {

}

.error
{
    color: red;
}

input:not([type=submit]):not([type=file]) {
   /* omg so much cleaner */
    border: 2px solid #8CC63F;
    -webkit-box-shadow: 	inset 0 0 8px  rgba(0,0,0,0.1), 0 0 12px rgba(0,0,0,0.1);
    -moz-box-shadow: 		inset 0 0 8px  rgba(0,0,0,0.1), 0 0 12px rgba(0,0,0,0.1);
    box-shadow: 			inset 0 0 8px  rgba(0,0,0,0.1), 0 0 12px rgba(0,0,0,0.1);
    padding: 0.2em;
    background: rgba(255,255,255,0.5);
    margin: 0 0 0.2em 0;
}

.block {
	display:inline-block;
	float:left;
	width:48%;
	margin-right:4px;
	margin-bottom:1%;
	padding: 4px;
}
.green {
	background-color:#bdf1be;
}
.red {
	background-color:#ae0000;
	color:#fff;
}
.red * {
	color:#fff;
}