/* ACTiviteiten : meetings en werkgroepen */

/*           Fichenbak

        Fiche per activiteit
     Label / Documenten / Fotos
	 
        Fiche per activiteit
     Label / Documenten / Fotos	 
	 
        Fiche per activiteit
     Label / Documenten / Fotos	 
	 
	            ...
*/

/*                                              FICHENBAK */

#ACT-fichenbak {
	border-bottom: solid 1px #999999;
	padding: 0;
	margin-bottom: 60px;
	position:relative;
}
/*                                              FICHE */
.ACT-fiche {
	position:relative;
	position: relative;
	min-height:400px;
	padding: 20px 0;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 2px #CCCCCC;
	margin: 1px 0;
	min-height: 80px;
}
/*                                              LABEL */
.ACT-label {
	position: relative;
	float: left;
	width: 200px;
	margin: -10px 30px 10px 0;
	background-color: #eeeeee;
	border: solid 1px #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	text-align:left;
	font-size:80%;
	line-height:1.7em;
}
.ACT-LABEL-vlag {
	width:60px;
	min-height:40px;
	float:left;
	text-align:center;
	margin:-4px 1em 1em -30px;
}
.ACT-LABEL-vlag img {
	box-shadow:1px 1px 3px #000;
}
/*                                              FOTOS	*/
.ACT-fotos {
	position:relative;
}
.ACT-fotos img {
	margin:10px;
	background-color:#FFF;
	padding:3px;
	box-shadow:1px 1px 3px #000;
	float:right;
}
/*                                              DOCUMENTEN	*/
.ACT-docs {
	margin: 0 20px 0 230px;
}
.ACT-docs h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
}
.ACT-docs li {
	position: relative;
	list-style-position: outside;
	margin: 0.4em 0;
	padding:0.2em 4px 0.3em 4px;
	border: solid 1px #bbb;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	box-shadow:1px 1px 2px #000;
}
.ACT-docs li:hover {
	box-shadow:-1px -1px 2px #000;
}
.ACT-docs li img {          /* logos PDF, enz 16x16px  */
	float:left;
	margin-right: 0.7em;
}
.ACT-docs li a {          /* logos PDF, enz 16x16px  */
	display:block;
}
/*                                             diversen */





.grootWGnummer {
	position: absolute;
	top: -8px;
	right: -7px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height:2em;
	/*width:2em;*/
	padding:0 5px;
	text-align:center;
	background-color: #FFFFFF;
	border: outset 1px #666;
	z-index: 1;
	border-radius:100%;
	box-shadow:1px 1px 3px #000;
}
.GTlegende {
	/*padding: 20px 10px 20px 40px;  content in de ED00basis.css */
	margin:12px -10px -20px -40px;
	background-color: #dddddd;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
}
.GTlegende table {
	width: 95%;
	line-height: 1.5em;
	margin:0 auto;
}
.GTlegende table td {
	padding:8px 2px;
}
.GTlegende caption {
	line-height: 2em;
	letter-spacing:0.5em;
	color: #999;
}
.katbelRechts {
	position:absolute;
	z-index:2;
	top: 20px;
	right: -20px;
	min-height: 75px;
	background-image: url(../img/memopostitkatbel/Paper0048_1_M.jpg);
	border: solid 1px #333333;
	border-top: none;
	border-left: none;
	padding: 0.5em 1em;
	font-family: Comic Sans MS, Lucida Handwriting, sans-serif;
	text-align: left;
	font-size: 16px;
}
.paperclip {
	position:absolute;
	z-index:2;
	top: 50px;
	right: -25px;
}

