@charset "utf-8";
/* CSS Document */

/* kader voor inhoud */
#content {
	position: static;
	width: 870px;
	margin: 0px;
	padding: 15px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px 0 0 0px; /*vert/horizontaal verplaatsen*/
	}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10pt;
	text-align: justify;
	margin-top:12px;
	margin-bottom:18px;
}

.nomargin {
	margin-top:0px;
	margin-bottom:0px;
}

.smallmargin {
	margin-top:3px;
	margin-bottom:3px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color:#FF3300;
	font-weight:bold;
	margin-top:18px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#0099FF;
	font-weight:bolder;
	margin-top:24px;
	line-height:130%;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#00FF66;
	font-weight:bolder;
	margin-top:0px;	
}

a:link, a:visited{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration: none;
}

a:hover, a:active{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#0099FF;
	text-decoration: none;
}

a img {
	border: 0;
	text-decoration: none;
}

a[href^="mailto:"] { /*voor emailadressen, word automatisch toegepast*/
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images_layout/icoMail.png) center left no-repeat;
}

a[href^="http:"] { /*voor externe links, word automatisch toegepast*/
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images_layout/icoLink.png) center left no-repeat;
}


img {
	border: 0;
	text-decoration: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

input, textarea {           
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif #3399FF;
	font-size: 10pt;
	border: 1px solid #3399FF;
	text-decoration: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
} 

textarea {
width: 100%;
}

#tel { /*voor telefoonnummers*/
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(images_layout/icoTel.png) center left no-repeat;
}

#line { /*zwaardere scheidingslijn*/
border-bottom: dashed 1px #FF3300;
margin-top:10px;
margin-bottom:10px;
}

#fineline { /*dunne scheidingslijn*/
border-bottom: dotted 1px #FFCCCC;
margin-top:3px;
margin-bottom:3px;
}

#label { /*label voor de tekst die bij formulier word geplaatst*/
color:#3399FF;
font-size:11px;
font-weight:bold;
margin-top: 3px;
margin-bottom: 3px;
}

#submit { /*formulier submit knop*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background-color:#0099CC;
	border:solid #003366 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif #3399FF;
	margin: 10px;
}

#error { /*opmaak van errormessage zoals in gastenboek ed*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:10pt;
	background-color:#FFCC66;
	text-align:center;
	padding:6px;
	line-height:160%;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#placedonby {/*commentopmaak zoals in gastenboek ed.*/
	color:#33CC99;
	font-size:8pt;
	margin-top:3px;
	margin-bottom:3px;
}

#placedonby a:link, a:visited { 
	color:#33CC99;
	font-size:10pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

#placedonby a:hover, a:active { 
	color:#9933CC;
	font-size:10pt;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:3px;
}

#comment {
	font-size: 9pt;
	font-style:italic;
}

#clear {
    clear:both; /* aan het einde van de kolommen zetten om het 'wrappen' te stoppen */
}

/* kolom opmaak elementen */
.container { /*grote container*/
width: 870px;
margin: 0px;
min-height:200px;
}

.left { /*linkercontainer*/
width: 425px;
float: left;
}

.right { /*rechtercontainer*/
width: 425px;
float:right;
}

.cd {
padding:6pt;
}

#icon { /*toe te passen op iconen die in tekst worden gebruikt, zoals bij weergave van fotoicoon of persicoon bij concerten*/
margin-left:1pt;
margin-right:1pt;
display:inline;
}

.thumb{ /*thumbnails van afbeeldingen voor pers en fotoalbum*/
		max-width:150px;
		max-height:150px; 
		border:none;
}


