@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Lato:300,700|Roboto:400,700);
/* CSS Document */

/* ------------------------------ Algemeen ------------------------------ */

html {
	overflow-x: hidden;
}

body {
	color: #383837;
	font-family: Roboto, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	overflow-x: hidden;
    padding: 0;
}

#container .hidden {
	display:none;
}

h1, h2, h3, h4, h5, h6 {
	color: #af4f52;
	font-family: Lato, Roboto, Verdana, Helvetica, sans-serif;
	font-weight: 300;
}

h1 {
	/*color:#336699;*/
	font-size: 48px; /*18pt;*/
}

h2 {
	border-bottom:1px solid #ccc;
	/*color:#336699;*/
	font-size: 32px; /*14pt;*/
	xheight:33px;
	margin:0px 0px 30px 0px;
}

h2.fout {
	background-image: url(../images/icons/fout.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom:10px;
	padding-left:45px;
}

h2.goed {
	background-image: url(../images/icons/goed.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-bottom:10px;
	padding-left:45px;
}

h3 {
	/*color:#000000;*/
	font-size: 28px; /*13.5pt;*/
	margin-bottom:5px;
}

h4 {
	background-color: #AF4F52;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px;
}

#container #containerTop #logout a {
	background: #af4f52;
	color: #fff;
    text-align: center;
	display:block;
	padding: 10px 35px;
	transition: background-color 200ms ease-in-out;
}
	#container #containerTop #logout a:hover {
        opacity: .85;
	}

#container #containerMain p {
    padding: 0 0 15px;
}

#container #containerMain p.notice {
    color:#a3a3a3;
	float:left;
	font-size:7pt;
}

#container #containerMain strong {
	font-weight:bold;
}

#container #containerMain ul{
	padding: 0px 0px 6px 0px;
}

#container #containerMain ul li {
	background-image: url(../images/layout/list.jpg);
    background-position: 0px 9px;
    background-repeat: no-repeat;
	line-height:16pt;
	padding-left:10px;
}

#container #containerMain #containerMainRight ul li:hover {
	background-image: url(../images/layout/listHover.jpg);
}

#containerBottom, #containerBottom a {
	color: #A3A3A3;
    font-size: 7pt;
}

a {
	color:#AF4F52;
	text-decoration:none;
}

a:hover, #containerBottom a:hover {
	opacity: .85;
	text-decoration: underline;
}

.workshopStats {
	width:1100px;
}

.workshopStats th {
	text-align:left;
}

.workshopStats hr {
	background:none;
	border:none;
	border-top:1px solid #000000;
}

.workshopStats .even {
	background-color:#EEEEEE;
}

#previewIframe {
	border: none;
	height: 2000px;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

.fixedOptionActionLeftSide {
	float: left;
	width: 500px;
}

.fixedOptionActionRightSide {
	width: 800px;
	float: right;
}

/*------------------------------ Opmaak Navigatie ------------------------------*/
#container #containerNav {
	background: #f7f7f7;
	border-top: 1px solid #e2e2e2;
	position: relative;
}
#container #containerNav:before {
	background: #f7f7f7;
	border-top: 1px solid #e2e2e2;
	bottom: 0;
	content: "";
	left: -999px;
	position: absolute;
	right: -999px;
	top: -1px;
}