﻿/* ----- Templates ----- */

body
{
	font-size: 7.5pt;
	line-height: 12pt;
	font-family: Verdana, Sans-Serif;
	color: #000;
}

#omvat
{
	width: 960px;
	margin: 20px auto;
}

.subMenuHolder
{
	width: 150px;
	float: left;
	overflow: hidden;
}

.subMenu
{
	float:right;
	margin-top: 160px;
	text-align: right;
	margin-right: 10px;
}

.subMenu a:link, .subMenu a:hover, .subMenu a:active, .subMenu a:visited
{
	color: #000 !important;
}

.contentHolder
{
	width: 805px;
	border-left: 1px solid #AAA;
	float: left;
	overflow: hidden;
}

#content
{
	width: 960px;
	height: 100%;
	margin: 0px auto auto auto;	
}

#contentZelf
{
	width: 960px;
	margin: 0px 0px 0px -1px;
	padding: 0px 0px 0px 0px;
}

#header
{
	width: 100%;
	height: 165px;
	margin: 0px auto auto auto;

}

.contentTopPnl
{
	width: 790px;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	overflow: hidden;
}

.contentPnl, .contentPnlR
{
	width: 250px;
	border-left: 1px solid #AAA;
	float: left;
	padding: 10px;
	overflow: hidden;
	min-height:40px;
	height:auto !important;
	background-color: #FFFFFF;
}

.contentPnlR
{
	border-right: 1px solid #AAA;
} 

#headerContent
{
	width: 960px;
	height: 100px;
	margin: 15px 0px 0px 8px;
	float: left;
}

.fileIcon
{
	width: 20px;
	height: 20px;
	overflow: hidden;
	float: left;
	background: url(/images/se/filesIcons.gif) center no-repeat;
}

/* ----- Postings ----- */
.pMinPosting
{
	min-height:120px;
	height:auto !important;
	height:120px;
	margin-left:110px;
}

.pUserOmvat
{
	margin-right:10px; 
	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;
}

/* ----- Link elementen ----- */

a.seLink:link, a.seLink:hover, a.seLink:active, a.seLink:visited
{
	color: gray;
	text-decoration: underline;
}

a.seLink:hover
{
	text-decoration: none;
}

/* ----- Linkjes in platte- of HTML-tekst ----- */

.seLink a:link, .seLink a:hover, .seLink a:active, .seLink a:visited
{
	color: gray;
	text-decoration: underline;
}

.seLink a:hover
{
	text-decoration: none;
}

.taalDivOmvat 
{
	width: 90px;
	height: 25px;
	border: 1px solid #aaa;
	border-left: none;
}

.taalDiv, .taalDivHover
{
	width: 29px;
	height: 22px;
	text-align: center;
	float: left;
	border-left: 1px solid #aaa;
	padding-top: 3px;
	cursor: pointer;
}

.taalDiv a, .hoofdMenuItem a
{
	text-decoration: none;
	color: #000;
}

.taalDivHover 
{
	background: #000;
	color: #fff;
}

.taalDivHover a, .hoofdMenuItemHover a
{
	text-decoration: none;
	color: #fff;
}

.hoofdMenuOmvat 
{
	height: 27px;

	background: #fff;
}

.hoofdMenuItem, .hoofdMenuItemHover
{
	height: 22px;
	float: left;
	border-right: 1px solid #aaa;
	text-align: center;
	float: left;
	padding-top: 3px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #aaa;	
	border-bottom: 1px solid #aaa;
}

.hoofdMenuItemHover 
{
	color: #fff;
	background: #000;
}