body {
	background: url(https://www.dekater.com/wp-content/uploads/2011/04/pattern-bg.jpg) repeat;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 12px;
	/*geen text align*/
}

body.leftSide {
	background: url(https://www.dekater.com/wp-content/uploads/2011/04/pattern-bg.jpg) repeat;
	margin: 0px;
}

body.fullPanel {
	background: url(https://www.dekater.com/images/admin-header.jpg) no-repeat;
	margin: 0px;
}

body.fullWhite {
	background:#222;
	color : #fff;
}

body.generic {
	background: #222;
	margin: 10px
}

body.genericFull {
	background: url(https://www.dekater.com/wp-content/uploads/2011/04/pattern-bg.jpg) repeat;
	margin: 0px;
}

body.genericFullOld {
	background: url(https://www.dekater.com/wp-content/uploads/2011/04/pattern-bg.jpg) repeat;
	margin: 0px;
}


body.bluePage {
	background-image : url(/images/nieuwblauwpanel.gif);
}


body.black {
	background-image : none;
	background-color : #222;
	margin: 0px;
}

/*

body.redBody {
	background-image : url(/images/redpanel2005.gif);
	margin: 10px;
}

body.blueBody {
	background-image : url(/images/nieuwblauwpanel.gif);
	margin: 10px;
}

*/

table {
	background-image : none;
	background-color : #222;
	padding : 10px;
	font-size : 12px;
}

table.old {
	background-image : none;
	background-color : #A00010;
	padding : 10px;
	font-size : 12px;
}

table.noPad {
	padding : 0px;
}

table.full {
	width: 100%;
	text-align: center;
}

table.bold {
	font-weight: bold;
}

table.veiling {
	padding : 0px;
	font-weight: bold;
}

table.fullBlue {
	background-color : #000;
	width: 100%;
	text-align: center;
}

table.tableBlue {
	background-color : #fc0c10;
}

table.tableWhite {
	background-color : #000;
	color:	#fff;
}

table.tableWhite a {color : #000}

table.phone {
	background-color: #000;
	color : #fff;
	font-size : 11px;
	border-width: thin;
	border-spacing: 0px;
	border-style: solid;
	border-color: #fff;
	border-collapse: collapse;
}

table.phone td {
	border-width: thin;
	padding: 4px;
	border-style: solid;
	border-color: #fff;
}

table.phone a:link, table.phone a:visited  { text-decoration: none; color: #000066; }
table.phone a:hover, table.phone a:active { text-decoration: underline; color: #000066; }

img { border : 0 }


td {
	vertical-align: top
}

td.veiling {
	padding : 0px;
}

a:link, a:visited  { text-decoration: none; color: #fff; }
a:hover, a:active { text-decoration: underline; color: #ccc; }

/*
a:link, a:visited  { text-decoration: none; color: #FFFF66; }
a:hover, a:active { text-decoration: underline; color: #FFFF66; }
*/

.fullWhite a {color : #D31145}


div.standard {
	padding-left: 10px;
	padding-right: 10px;
}

div.medium {
	padding-left: 60px;
	padding-right: 60px;
}


div.small {
	padding-left: 120px;
	padding-right: 120px;
}


.bigfont {
	font-size : xx-large;
	font-weight: bold;
}

.textCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.gbgeel {
	background-image : none;
	background-color : #ffcc00;
	font-size : 11px;
	color : #000000;
}

.gbgeel a {color : #3333FF}

.blueCell {
	background-color : #001080;
}


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6F0F5;
	color : #000000;
    border: 1px inset Gray;
    font-size : 11px;
}
hr {
	color:#eee;
	display:block;
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:1px solid #333;
}

input.radio { 
	background-color : #a00010;
	border: 0px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6F0F5;
	color : #000000;
    border: 1px inset Gray;
    font-size : 11px;
}

select {
	background-color: #E6F0F5;
	color : #000000;
    border: 1px inset #E6F0F5;
    font-size : 11px;
}

button, input[type="reset"], input[type="button"], input[type="submit"] {
	color: #ffffff;
	font-size : 11px;
	text-align : center;
	border: 1px outset Gray;
   	background-color: #D31145;
	width: 50px;
	height: 22px;
}


button:focus:active, input[type="reset"]:hover ,input[type="button"]:hover ,input[type="submit"]:hover {
	background-color: White;
	color:#000066; 
	border: 1px inset Gray;
}


