/*********************************************
Centrum Onderwijs Mediation - kleuren:
#8FB4BA	: Achtergrond zeeblauw
#216975	: Menu donkerblauw
#FF6F16	: Logo oranje
*********************************************/

/* MAIN TAGS */
body{
	margin: 0;
	padding: 0 0 30px 0;
	background-color: #8FB4BA;
	background-position: center;
	background-repeat: repeat-y;
}

body, td, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #494949;
}

body.index{
	background-image: url(../images/body_bg_index.gif);
}

body.content{
	background-image: url(../images/body_bg_content.gif);
}

a{
	color: #206A75;
}

a:hover {
	color: #FF6F16;
}

img{
	border: none;
}

h1{
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 10px 0;
}

h2{
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

hr{
	color: #BDD2D5;
	background-color: #BDD2D5;
	height: 1px;
}

form{
	margin: 0;
	padding: 0;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

object{
	margin-top: 10px;
	margin-bottom: 10px;
}

/*********************************************
Layout DIVs
*********************************************/

#mainContainer{
	width: 770px;
	margin: 0 auto 0 auto;
}

#header{
	height: 75px;
}

#kolom1{
	width: 170px;
	float: left;
}

.index #kolom2{
	width: 460px;
	float: left;
}

.content #kolom2{
	width: 600px;
	float: left;
}

#kolom3{
	width: 140px;
	float: left;
}

#menu{
	background-image: url(../images/menu_menu_bg.gif);
	padding: 5px 20px 10px 20px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li{
	/*	display: inline; */
}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}

#menu a:hover{
	font-weight: bold;
	color: #FF6F16;
}

#search{
	padding: 10px;
	background-image: url(../images/menu_zoeken_bg.gif);
}

#searchform .button{
	background-image: url(../images/button_groen_19x19.gif);
}

#searchform .textfield{
	border: 1px solid #1C6F7F;
}

#partners{
	background-image: url(../images/menu_textvak.gif);
	padding: 15px 20px 20px 15px;
	line-height: 12px;
	color: #fff;
}

#partners a{
	text-decoration: none;
	color: #FF6F16;
	display: block;
	margin-top: 8px;
}

#partners a:hover{
	color: #fff;
}

#mainContent{
	padding: 5px 25px 20px 25px;
	line-height: 18px;
}

/*********************************************
Extra classes
*********************************************/

.menuBlok{
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.menuDivider{
	height: 3px;
	background-image: url(../images/menu_tussenlijn.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* tabel opmaak */
.tdCell{
	padding: 2px 2px 2px 5px;
}

.tr1{
	background-color: #DDE8EA;
}

.tr2{
	background-color: #EBF0F3;
}

/* plaatjes in tekst */
.imgLeft {
    float: left;
    margin: 0 7px 0 0;
}
.imgRight {
    float: right;
	margin: 0 0 0 7px;
}

/* formulieren */
.input_text {
	width: 300px;
}

.input_textarea {
	height:80px;
	width: 300px;
}

.button{
	background-repeat: no-repeat;
	border: 0;
	width: 19px;
	height: 19px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}

.textfield{
	font-size: 9px;
	height: 15px;
	color: #494949;
	width: 100px;
	padding-left: 5px;
	margin: 0 2px 0 0;
}