/* 
 * (c) 2009 vliegwerk
 * http://www.vliegwerk.be 
 */
 
@import url("stijl.reset.css");
 
body {
	font: 0.9em/1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.2px;
	text-align: center;
}

h1 {
	font: 1.4em/1.9em Georgia, "Times New Roman", Times, serif;	
}

h2 {
	font: 1.1em/1.9em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;	
}

h3 {
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;		
}

table.admintable {
	vertical-align: top;
	border-spacing: 2px;
	border-collapse: separate;
}

table.admintable td, table.admintable th {
	padding: 4px;
}

table.admintable td {
	background-color: #efefef;
}

ul.adminlijst li {
	list-style: none;
	margin-bottom: 5px;
}

ul.adminlijst li label {
	line-height: 1.5em;
}

ul.adminlijst li .submitknop {
	margin-top: 20px;
}

.gecentreerd {
	text-align: center;
}

.kleiner {
	font-size: 0.8em;
}

.rechts {
	text-align: right;
}

.admintekst, .dragdropgebied li {
	font: 0.8em/1.1em Arial;
	border: 1px solid #dddddd;
}

textarea.admintekst {
	width: 300px;
	height: 100px;
}

span.verplicht {
	color: #ff0000;
	padding-left: 3px;
}

p span.verplicht {
	padding: 0px;
}
/*
 * blokken
 */

#content {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#ficheframe {
	background-color: #ffffff;
	width: 960px;
	height: 670px;
	overflow: auto;
}

/*
 * drag/drop lijsten
 */

.dragdropgebied {
	float: right;
	width: 500px;
	margin-bottom: 10px;
}

.connectielinks, .connectiekoppelingen {
	text-align: left;
	width: 245px;
	float: left;
	height: 260px;
	background-color: #f1f1f1;
	margin: 2px;
}

.dragdropgebied ul {
	overflow: none;
}

.dragdropgebied li {
	margin: 2px 0px;
	padding: 4px;
	width: 220px;
	position: relative;
	overflow: none;
}

#gebruiktelinks li, #gebruiktekoppelingen li {
	background-color: #99FF00;
}

#nietgebruiktelinks li, #nietgebruiktekoppelingen li {
	background-color: #FF3333;
}

.statusok, .statusnok {
	display: block;
	padding: 5px 20px;
}

.statusok {
	background: url(../images/famicons/accept.png) no-repeat left 5px;
	color: #007413;
}

.statusnok {
	background: url(../images/famicons/stop.png) no-repeat left 5px;
	color: #a20000;
}

