/* standaard
----------------------------------------------------- */

* {
   margin:0;
   padding:0;
}

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

img {
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height:1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.5em;
}

p {
	padding: 25px 30px 0 30px;
}

#content h2 {
	padding:25px 30px 0 30px;
	margin-bottom:-25px;
	font-size:1em;
}

/* algemene lay-out 

----------------------------------------------------- */
#container {
	width:760px;
	text-align:left;
	margin: 20px auto 20px auto;
	color:#FFF;
	position:relative;
}

#header {
	background-color:#4EAEDC;
	float:left;
	width:760px;
	height:50px;
}

#header p.slogan {
	float:left;
	background:url(../images/tryfail.gif) 15px 17px no-repeat;
	text-indent:-5000px;
	height:50px;
	width:300px;
	padding:0;
	margin:0;
}

#header p.engels {
	float:right;
	margin-top:17px;
	width:200px;
	text-align:right;
	padding:0 20px 0 0;
}

#main {
	background: url(../images/ag_main.gif) repeat-y;
	float:left;
}

#nutezien, #nutezien-en {
	background-color:#1772B5;
	width:250px;
	float:left;
	clear:left;
	padding-bottom:25px;
}

#nutezien a[title]:focus, #nutezien-en a[title]:focus {
	outline:0;
}

ul {
	list-style-type:none;
	padding:20px 20px 0 30px;
}

#nutezien h2 {
	background:url(../images/voorstellingen.gif) 30px 20px no-repeat;
	text-indent:-5000px;
	height:40px;
}

#nutezien-en h2 {
	background:url(../images/sitesandshows.gif) 30px 20px no-repeat;
	text-indent:-5000px;
	height:40px;
}

#nutezien li, #nutezien-en li {
	color:#A4D8EF;
}

#content, #content-en {
	background-color:#442A73;
	width:510px;
	float:left;
	padding-bottom:25px;
}

#content h1 {
	background:#2B1E3F url(../images/pieterathmer.gif) 30px 25px no-repeat;
	height:150px;
	text-indent:-5000px;
}

#content-en h1 {
	background:#2B1E3F url(../images/pieterathmer-en.gif) 30px 25px no-repeat;
	height:150px;
	text-indent:-5000px;
}

#content a {
	color:#33CCFF;
}

#content-en a {
	color:#33CCFF;
}

#content h1 .wat, #content-en h1 .wat {
	color:#4EAEDC;
}

#footer {
	background: url(../images/ag_contact.gif) repeat-y;
	float:left;
	padding-bottom:20px;
	border-bottom:15px solid #442A73;
}

#footer h2 {
	padding: 25px 30px 0 30px;
}

#contact {
	background-color:#2B1E3F;
	float:left;
	width:510px;
}

#contact h2 {
	background:url(../images/contact.gif) 30px 25px no-repeat;
	text-indent:-5000px;
	height:150px;
	float:left;
	width:62px;
}


#contact form {
	font-size:90%;
	padding:25px 30px 0 10px;
	float:right;
	width:340px;
}

#contact form textarea{
	width:170px;
	margin-bottom:15px;
}

#contact form input.invul {
	width:120px;
	margin-bottom:15px;
}

#contact form input.submit {
	background-color:#442A73;
	color:#FFF;
	border:1px solid #957ec0;
	padding:3px;
	font-size:80%;
}

#contact form p {
	padding:0;
}

#contact form p.links {
	float:left;
	clear:left;
}

#contact form p.rechts {
	float:right;
	clear:right;
}

#contact form p.error {
	float:left;
	clear:both;
	font-size:80%;
	line-height:150%;
}

#contact p.resultaat {
	padding:60px 30px 0 10px;
	float:right;
	width:340px;
}

#management {
	background-color:#4EAEDC;
	float:left;
	width:250px;
}

#management h2 {
	background:url(../images/management.gif) 30px 25px no-repeat;
	text-indent:-5000px;
	height:40px;
}

#management p {
	padding-top:0;
}

p.colofon {
	color:#442A73;
	font-size:60%;
	padding:0;
}

p.colofon a, p.colofon a:visited {
	color:#442A73;
}

p.colofon a:hover {
	color:#4EAEDC;
}

/* links 
----------------------------------------------------- */

a:link {
	text-decoration:none;
	color:#FFF;
}

a:visited {
	text-decoration:none;
	color:#FFF;
}

a:hover {
	text-decoration:underline;
	color:#FFFF99;
}

a:active {
	text-decoration:none;
	color:#FF6600;
}

/* mr Wolf popup 
----------------------------------------------------- */
#mrwolf {
	display:none;
}

#mrwolf.visible {
	position:absolute;
	top:120px;
	right:25px;
	display:block;
	cursor:pointer;
}

#mrwolf:hover, #mrwolf.clicked {
	top:121px;
}

#mrwolf.clicked {
	cursor:default;
}

#popup.visible { /* als op de knop wordt geklikt */
	position:absolute;
	top:210px;
	left:100px;
	background-color:#fff;
	color:#000;
	width:550px;
	padding:10px 10px 25px 10px;
	border:8px solid #3BEF8A;
	display:block !important;
}

#popup.visible img:first-child {
	position:absolute;
	top:-6px;
	right:-6px;
	border:6px solid #3BEF8A;
	cursor:pointer;
}

#popup #sluiten {
	display:none;
}

#popup.visible #sluiten {
	display:block;
	cursor:pointer;
}

#popup.hidden { /* als js aanstaat wordt de popuptekst verborgen */
	display:none;
}