/* 
 * Deze code is onderdeel van het raamwerk van demanmethetplan (Wessel Heringa) en mag 
 * niet zonder toestemming van de eigenaar worden veranderd of doorverkocht.
 * 
 * demanmethetplan, September 2006, in opdracht van Moving Bits.
 * 
 */
 
/*hr {
	margin-top:4px;
	margin-bottom:4px;
	padding-bottom:4px;	
	background-color:#00ADEF;
}*/

* {
	margin: 0px;
	padding: 0px;
}

p {
	font-family:Arial,sans-serif;
	text-align:left;
	font-size:1.2em;
}

h1{
	font-family:Arial,sans-serif;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:10px;/* extra witregel */
}

h2{
	font-family:Arial,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	font-style:italic;
	margin-bottom:10px;/* extra witregel */
	display:block;
}

h3{
	font-family:Arial,sans-serif;
	font-size:1.3em;
	/*font-weight:italic;*/
	margin-bottom:10px;/* extra witregel */
	font-weight:normal;
}



/*
h1 {
	font-size: 12px;
}
*/


.pinktext{
	color:#e90268;
	margin-bottom:5px;
}

.pinktext a{
	color:#e90268;
}

a {
	font-family: Arial,sans-serif;
	font-style:italic;
	color: black;
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
/*	font-size:1.1em;*/
	/*
	display:inline-block;
	padding-left:4px;
	padding-right:4px; 
	border-right:1px solid #e90268; 
	border-left:1px solid #e90268; 
	*/

}

a:hover {
	font-family: Arial,sans-serif;
	font-style:italic;
	color: #e90268;
	text-decoration: underline;
}

/*
a:after {
	content: "|";
}
*/

a.Edit{
	color:#00ADEF;
	text-decoration:none;
	font-size:10px;
}

a.Edit:hover{
	color:#00ADEF;
	text-decoration:underline;
}

/* temp hack */
div#left div a.Edit{
	margin-left:25px; 
}


img {
	border: 0px;
}

img.alignleft{
	float:left;
	margin-left:0px;
	margin-right:4px;
	margin-top:4px;
	margin-bottom:4px;
}

img.alignright{
	float:right;
	margin-left:4px;
	margin-right:0px;
	margin-top:4px;
	margin-bottom:4px;
}


img.deleteImg{
	width:10px;
	height:10px;
}

label{
	font-size:1.2em;
}


/* uit stylin with css: set html font size to 125 % (20 points), en body to 50%, dan geld 1em = 10pt */
html{
	font-size:125%;
}


body {
	margin-top: 3px;
	font-size: 50%;
	font-family: Arial,sans-serif;
	text-align: left; /*justify;*/
}

/* styles used by tinyMCE */
.title{ /* h1 pagina titel */
	color:red;
	font-size:2.0em;
}

.subtitle{ /* h2 subtitel 1 */
	color:red;
	font-size:2.0em;
}

.subsubtitle{
	color:red;
	font-size:2.0em;
}



div#footer .message {
	border: 1px solid #00ADEF;
	margin: 5px;
}

div#footer .message p {
	color: #00ADEF;
	font-size: inherit;
	font-family: inherit;
	text-align: left;
}

div#footer .error {
	border: 1px solid red;
	margin: 5px;
}

div#footer .error p {
	color: red;
	font-size: inherit;
	font-family: inherit;
	text-align: left;
}

p.error{
	color: red;
	font-size: inherit;
	font-family: inherit;
	text-align: left;
}

.button{
	float: left;
	border: 1px solid #00ADEF;
	margin: 1px;
}

/* Clearing method , http://cthedot.de/xbrowsertest/floatx.html */
* html .clearfix {
 	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.madeby{
	color:rgb(90,90,90);
}

div.madeby a{
	font-weight:normal;
}
