﻿/* ----- Templates ----- */

body
{
	font-size: 7.5pt;
	line-height: 12pt;
	font-family: Verdana, Sans-Serif;
	color: #000;
	
	background-color: #F9F9F9;
}

#omvat
{
	width: 662px;
	margin: 20px auto;
	border: 1px solid #AAA;
	background-color: #FFF;
}

#content
{
	width: 640px;
	height: 100%;
	margin: 0px auto auto auto;
}

#menu
{
	postion:absolute;
	margin-top: -1px;
}

#contentZelf
{
	width: 630px;
	margin: 25px 0px 25px 8px;
	padding: 0px 0px 0px 0px;
}

#header
{
	width: 100%;
	height: 120px;
	margin: 0px auto auto auto;
	border-bottom: 1px solid #AAA;
}

#headerContent
{
	width: 640px;
	height: 95px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#headerMrg
{
	margin: 10px 0px 0px 20px;
}

.fileIcon
{
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: left;
	background: url(/images/se/filesIcons.gif) center no-repeat;
}

/* ----- Postings ----- */
.pMinPosting
{
	min-height:140px;
	height:auto !important;
	height:140px;
	margin-left:110px;
}

.pUserOmvat
{
	margin-right:10px; 
	margin-top: -4px;
	float:left;  
	width: 100px; 
	height: 100%;
	text-align: right;
}

.pReageerBut
{
	height: 20px; 
	background: url( '/images/se/postings/reagerenLijn.gif' ) no-repeat;
    background-position: left top;
    float:left;
}

.pKletsLusImg
{
	float: left;
	margin-top: -1px;
	margin-left: 90px;
}

.pHand
{
	cursor: pointer;
}

.pBut
{
	height: 20px; 
	background: url( '/images/se/postings/kopLijn.gif' ) no-repeat;
    background-position: left top;
    float:left;
}

.pBewerkPaneel
{
	color: #000; 
	padding: 10px; 
	margin-left: 0px; 
	border: solid 1px #8b8b8b;
    width: 380px; 
    background-color: #EEE; 
    margin-bottom: 20px; 
    margin-top: 10px;
}

.pWisPaneel
{
	color: #000; 
	padding: 10px; 
	margin-left: 0px; 
	border: solid 1px #8b8b8b;
    width: 380px; 
    background-color: #EEE; 
    margin-bottom: 20px; 
    margin-top: 10px;
}

/* ----- Einde postings ----- */

/* ----- Generiek ----- */

html, body 
{
	margin: 0px;
	padding: 0px;
}

.element
{
	display: block;
}

img
{
	border: 0px;
}


/* ----- HTML Editor ---- */
.seHtml ul
{
  margin: 0 0 0 1.5em;
  padding: 0px;
  list-style: disc;

}

.seHtml ol
{
  margin: 0 0 0 2.2em;
  padding: 0px;
}

.seHtml li
{

}

.seHtml table
{
	padding: 0;
	margin: 0 0 0 -5px;
}

.seHtml tr
{
	padding: 0;
	margin: 0;
}

.seHtml td
{
	padding: 0;
	margin: 0;
}

/* ----- Links in elementen ----- */

a.seLink:link, a.seLink:hover, a.seLink:active, a.seLink:visited,
a.seHtml:link, a.seHtml:hover, a.seHtml:active, a.seHtml:visited
{
	color: gray;
	text-decoration: underline;
}

a.seLink:hover, a.seHtml:hover
{
	text-decoration: none;
}
