@charset "utf-8";

/* opmaak layout \*/
body  {
	background: #FC0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: auto;
}

.thrColAbsHdr #container {
	position: relative;
	width: 780px;
	margin: 0 auto;
	border-left: 1px solid #FC0;
	border-right: 1px solid #FC0;
	text-align: left;
	background: url(../images/oranjelwitr.gif);
	background-repeat: repeat-y;
	background-position: auto 0;
} 

.thrColAbsHdr #header {
	height: 150px;
	top:-10px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; 
	padding: 0; 
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 60px;
	left: -2px;
	width: 180px;
	padding: 100px 10px 10px 10px;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 71px;
	right: -1px;
	width: 177px;
	padding: 110px 10px 15px 20px;
}

.rood {
	color: #D20C28;
}

.oranje {
	color: #FCO;	
}
.groen {
	color: #CCDB2A;
}
.blauw {
	color: #09F;
}
.feloranje {
	color: #F47920;
}

.zwart {
	color: #000000;
}

.thrColAbsHdr #mainContent {
	font-size: 0.8em;
	_height: 40em; /* met de underscore ervoor parsed IE de waarde, FF niet */
	min-height: 40em; /* FF neemt dit mee, IE kent min-height niet */
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 50px;
	margin-left: 200px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}


.thrColAbsHdr #mainContent2 {
	margin: 0 10px 0 200px;
	padding: 7px 15px;
	font-size: 0.8em;
	_height: 40em; /* met de underscore ervoor parsed IE de waarde, FF niet */ 
	min-height: 40em; /* FF neemt dit mee, IE kent min-height niet */

}
.thrColAbsHdr #mainContent3 {
	margin: 0 10px 0 200px;
	padding: 7px 15px;
	font-size: 0.8em;
	_height: 55em; /* met de underscore ervoor parsed IE de waarde, FF niet */ 
	min-height: 55em; /* FF neemt dit mee, IE kent min-height niet */

}

.thrColAbsHdr #footer {
	background-image: url(../images/roodlinks780.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
 
.thrColAbsHdr #footer p {
	clear:both;
	margin: 0;
	padding-left: 1.1em;
	font-size: 0.8em;
}
.thrColAbsHdr #footer p.contact {
	display: inline;
	position: relative;
	left: 0.2em;
}

.thrColAbsHdr #footer p.admin {
	display: inline;
	position: relative;
	left:12em;
}
.thrColAbsHdr #footer p.intranet {
	display: inline;
	position: relative;
	left: 40em;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 4px;
	background-color: #F4F4F4;
	height: auto;
	font-size: 0.7em;
	width: auto;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	margin-top: 0px;
}

.fltlft ul{
	display: block;
	list-style-type: none;
	margin: 0;
	padding-bottom: 0.7em;
	text-decoration: none;
}

.fltlft ul{
	margin-left: -20px;
}

.fltlft li a{
	display: block;
	background-color:#CCCCCC;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #D20C28;
	text-decoration: none;
}
a:active {
	color: #D20C28;
}


a.specialLink:visited { 
	color: #000; 
}

a.specialLink:hover { 
	color: #000; 
}

a.hidden:hover { 
	color: #D20C28;	
	cursor: default;
}

a.code:link {
	color: #D20C28;
	text-decoration: none;
}
a.code:visited { 
	color: #D20C28;	

}
a.code:hover { 
	color: #EC7404;	
}

a.code:active {
	color: #D20C28;
}

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

a.menu:hover { 
	color: #000;	
}

a.menu:active {
	color: #FFF;
}


a.normaal:active {
	color: #000;
}

.button{
	background-color: #FFF;
	color: #D20C28;
	margin: 5px;
	padding: 3px 5px 2px 3px;
	cursor: pointer;
	font-weight: lighter;
	width: 9em;
	height: 0.9em;
	font-size: 0.8em;
}
/* begin hack \*/
* html .button{
	padding: 0px;
}
.nobreak {
	display: inline;
}

/* plaatsing images persberichten \*/
img.links { 
    float: left; 
    margin: 8px; 
}
img.rechts { 
    float: right; 
    margin: 8px; 
}

/* opmaak formulieren \*/
	
form.form
    {
    border-width: 1px;
    padding: 15px;
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

/* diversen \*/

.middenblok {
	border: thin dashed #FF6600;
	position: absolute;
	left: 350px;
	top: 100px;
	height: auto;
	width: 550px;
	text-align: left;
	padding:20px 5px;
}
