/* default HTML stuff */
body {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	background-color: #dde3dd;
}
td,th {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}
a {
	color: #658408;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: underline;
}

/* Website main layout classes */
.pagemain {
	background-color: #dde3dd;
	width: 100%;
}
.pagespacevert {
	background-color: #dde3dd;
	height: 10px;
}
.pagespacehorz {
	background-color: #dde3dd;
	width: 6px;
}
.pagetop {
	/*background-color: #f7f7f7;*/
/*	background: url(http://www.nedlinux.nl/themes/clean/images/header/headerLeft.png) no-repeat;*/
	width: 100%;
	/*border: 1px solid #999999;*/
	padding: 3px;
}
.pagebottom {
	width: 100%;
}
.pageleft {
	background-color: #dde3dd;
	padding: 0px;
}
.pageright {
	background-color: #dde3dd;
	padding: 0px;
}
.pagecontent {
	background-color: #dde3dd;
	width: 100%;
	padding: 5px;
	padding-top: 0px;
}
.pagetitle {
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	padding: 5px;
}

/* applet */
.appletwidth {
	min-width: 155px;
	width: 100%;
}
.appletbox {
	background-color: #999999;
	width: 100%;
}
.applettitle {
	font-size: 14px;
	font-weight: bold;
	color: #000055;
	background-color: #eeeeee;
	padding: 4px;
}
.appletcontent {
	background-color: #ffffff;
	padding: 2px;
}
.appletentry {
	padding: 2px;
}
.appletsplit {
	background-color: #dde3dd;
	height: 10px;
}

/* content */
.contentbox {
	background-color: #999999;
	width: 100%;
}
.contenttitle {
	font-size: 14px;
	font-weight: bold;
	color: #000055;
	background-color: #eeeeee;
	padding: 4px;
}
.contentsubtitle {
	background-color: #f7f7f7;
	padding: 4px;
}
.contenttext {
	background-color: #ffffff;
	padding: 4px;
}
.contentnavbar {
	background-color: #f7f7f7;
	padding: 4px;
}

/* Reply classes */
.replytitle {
	background-color: #f7f7f7;
	border: 1px dashed #bbbbbb;
	padding: 3px;
}
.replycontent {
	background-color: #ffffff;
	padding: 3px;
}

/* Website table item classes */
.tableborder {
	background-color: #cccccc;
}
.tableheader {
	color: #004400;
	background-color: #eeeeee;
	padding: 4px;
	font-weight: bold;
}
.tablecontent {
	vertical-align : top;
	background-color: #ffffff;
	padding: 4px;
}

/* Website content text classes */
.texttitle {
	font-weight: bold;
}
.textrequired {
	color: #ff0000;
}
.texterror {
	color: #ff0000;
	font-weight: bold;
}
.textwarning {
	color: #880000;
	font-weight: bold;
}
.textgrey {
	color: #aaaaaa;
}
.textdarkred {
  color:darkred;
}
.textred {
  color:red;
}
.textorange {
  color:orange;
}
.textbrown {
  color:brown;
}
.textyellow {
  color:yellow;
}
.textgreen {
  color:green;
}
.textolive {
  color:olive;
}
.textcyan {
  color:cyan;
}
.textblue {
  color:blue;
}
.textdarkblue {
  color:darkblue;
}
.textindigo {
  color:indigo;
}
.textviolet {
  color:violet;
}
.textwhite {
  color:white;
}
.textblack {
  color:black;
}
.textsize7 {
	font-size: 7pt;
}
.textsize9 {
	font-size: 9pt;
}
.textsize12 {
	font-size: 12pt;
}
.textsize18 {
	font-size: 18pt;
}
.textsize24 {
	font-size: 24pt;
}
.textquote {
	color: #666666;
}
.textcode {
	font-family: courier-new, courier, monospaced;
	font-size: 11px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
}
.small {
	font-size: 11px;
}
.big {
	font-size: 14px;
}

/* Header */
.headerBg {
	height: 163px;
	background: url(http://www.nedlinux.nl/themes/clean/images/header/headerBg.png) repeat-x;
}

.headerBg2 {
	background: url(http://www.nedlinux.nl/themes/clean/images/header/headerLeft.png) no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
	height: 163px;
	width: 10px;
	top: 15px;
	left: 3px;
}

html>body .headerBg2 {
	top: 8px;
}

.headerLeft {
	background: url(http://www.nedlinux.nl/themes/clean/images/header/headerLeft.png) no-repeat;
}

.headerRight {
	background: url(http://www.nedlinux.nl/themes/clean/images/header/headerRight.png) no-repeat left top;
	width: 197px;
}

.headerDatum {
	padding-left: 10px;
}

.topMenu {
	padding-top: 6px;
}
.topMenu td {
	padding-top: 5px;
	color: #fff;
	font-weight: bold;
}

.topMenu a:link, .topMenu a:visited {
	color: #fff;
	font-size: 11px;
}
