/* File:		$Id: basic.css 25013 2006-12-07 14:25:01Z katharina $
 * Author:		Madelinde Hageman
 * Date:		2007-11-11
 * Description:	basic CSS style sheet for common templates
 * {literal}
 */
 
body
	{
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 62.5%; /* = 10px */
	color: #329132;
	line-height: 100%; 
	min-width: 980px;

	}


.content_txt {
		font-size: 1.2em;
		line-height: 1.7em;
		font-weight: normal;

}

.txt_colomn {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		line-height: 1.6em;
		font-weight: normal;

}

/* Dit is op veel plekken de kop, dus i.p.v. strond in de html hier in ene .medium gedefinieerd */
.medium { 
	
	font-weight: bold;	
}

.txt_colomn1 {

}



.txt_colomn2 {
		font-size: 0.9em;
		line-height: 1.5em;
		font-weight: normal;

}

.title_colomn2 {
		font-size: 1.1em;
		text-transform:uppercase;
		font-weight: bold;

}

.small {
		font-size: 0.9em;
		font-weight: normal;

}


.subtitle, .step {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	background-color:#000;
	color:#FF0;
	padding: 5px 7px;

}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
 	color: #000;
 

}


.quote_title {
	font-family: Arial, Helvetica, sans-serif;
	/* text-transform: uppercase; */
	
	font-size: 17px;
	margin-bottom: 5px;
 	color: #000;
 

}
h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 2.1em;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: -1px;
	
			}
	
h2, .fat
	{
	font-size:  1.4em;
	font-weight: normal;
	}
	
h3
	{
	font-size: 2.1em;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 3px;
	}
	

.menu_select {
	color: #FF0;
	background-color: #F00;
	line-height: 2.1em;
	font-weight: normal;
	padding: 3px 10px; 
	
	}
	
.menu {
	color: #329132;
	background-color: none;
	line-height: 2.1em;
	font-weight: normal;
	padding: 3px 10px;
	text-transform:lowercase;
	
	}

.submenu {
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	}

a.submenu {
	color: #FFF;
	text-transform: uppercase;
	font-size: 11px;
	}
	
.counter {
		color:#FFF;
	text-transform:uppercase;
	font-size: 10px;
	}
	
a.counter {
	color:#900;
	text-transform:uppercase;
	font-size: 10px;
	}
a.menu{
		color: #329132;
		background-color: none;
		text-decoration: none;
		} 
		
a.menu:hover
	{
	color: #FF0;
	background-color: #F00;
	text-decoration: none;

	}	
	
	
a
	{
	color: #F00;
	text-decoration: none; 
	
	}

a:hover
	{
	color: #FF0;
	text-decoration: none;
	}
	
p
	{
	margin: 0px 0px 10px 0px;
	}

div
	{}
	
	
	

/*  participate specifieke styles-------------------------- */
form	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0px 0px 9px 0px;
		}



			
	
.language { 
	text-transform:uppercase;			
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	}
	

	ul li
	{
	margin: 0px 0px 0px 0px;
	}	

	
/* FORM-------------------------- */

input
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
		text-transform: none;
		color:#000000;
	}
	

.button {
		border: 1px dotted #333;
		float: right;
		margin-right: 100px;
		padding: 5px 15px 5px 15px;
		width: auto;
		color:#FF0000;
		}
		

.textfield {
		border: 1px solid #999;
		padding: 0px;
		margin: 0 10px 0 15px;
		}
		
		
select
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	padding: 0px 0px;
	/* Deze margins, zijn die echt nodig? Dan springt de select-box steeds in t.o.v. de tekst...
	
	margin: 0px 5px 0px 8px;
	
	*/
	
	}
	
button:hover,
a:hover.button
	{
	text-transform: none;
	border: 0px solid #f00;
	background: #999;
	cursor: pointer;
	_cursor: hand;
	}
	


.error
	{
	display: block;
	background: #f00;
	color: #fff;
	font-weight: bold;
	line-height: 110%;
	padding: 3px 0px;
	float: none;
	width: 100%;
	margin-bottom: 4px;
	}


/*{/literal}*/  