    html { font-size:100.01%; }
    body { 
      font-size: 75%;
      color: #3ebeef; /*222;*/ 
      background: #fff url('../images/bg_postzegels.png') repeat-y top left;
      font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    }
    strong {
    	color: #00adef;
    }
    img#postzegel {
    	position: absolute;
    	top: 55px;
    	left: 40px;
    }
    
    #container {
    	width: 375px;
    	margin-left: 335px;
    	padding: 30px 75px 20px 75px;
    	background-color: transparent;
    	/*border-left: 27px solid #00adef;
    	border-right: 7px solid #00adef;*/
    }
    h1 {
    	font-size: 2.2em;
    	margin: 0 0 0.2em 0;
    	color: #00adef;
    }
    h1 a {
    	font-weight: normal;
    }
	h2 {
		font-size: 1.6em;
		margin: 1em 0 0.2em 0;
		color: #00adef;
	}
	a			{ color:#00adef; border-bottom: 1px solid #8fdef5; text-decoration: none; font-weight:bold;}
	a:hover		{ color:#fff; background-color:#00adef; border:none; text-decoration:none;}
	
/* --------------------------------------------------------------*/
#fotos{
	margin-top: 1em;
	margin-bottom: 1em;
}

#fotos a {
	margin:  0 0 0 13px;
	padding: 0;
	border: 0;
	text-decoration: none;
}

#fotos a:hover{
	margin:  0 0 0 13px;
	text-decoration: none;
	background-color: transparent;
}  


#fotos a img{
	margin: 2px;
	padding: 0;
	border: 1px solid #00adef;
}
#fotos a img:hover {
	margin:  0;
	padding: 0;
	border: 3px solid #00adef;
	text-decoration: none;
}



fieldset {   
margin: 1.5em 0 0 0;   
padding: 0;  
border: 1px solid #00adef; /*#8fdef5;*/
/*background-color: #95e7ff;*/
}  
legend {   
margin-left: 1em;   
color: #00adef;   
font-weight: bold;  
}  
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
fieldset li {
float: left;    
clear: left;    
width: 100%;    
padding-bottom: 1em; 
}  
fieldset.submit {    
float: none;    
width: auto;    
border: 0 none #FFF;    
padding-left: 12em;
background-color: transparent;
}
textarea {
	width: 340px;
}
input.text {
	width: 180px;
}
label {
	float: left;    
	width: 12em;    
	margin-right: 1em;
	font-weight:bold;
	color: #00adef;
}
em {
	font-style: italic; font-family: Georgia, "Times new roman", serif; font-size: 1.05em;
}
.colophon {
	text-align: center;
	color:  #00adef;
	margin-top: 2em;
	font-weight: bold;
}
#admin {
	position: absolute;
	top: 0;
	right: 0;
}
.error {
	color: #f20d2c;
}
.success {
	color: #00c10e;
}
