﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0px auto 0px auto;
    padding:0px;
}
body {
    color: #2e2e2e;
    font-family: Arial, Tahoma, Verdana;
    background-color: #000000;
    font-size:small;
}

#homeText {color:#F00; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:24px; text-align:center; padding:6px;}
p {
    padding: 0px;
    margin: 8px 0 10px 0;
    line-height: 1.8em;
}
li li, div div, div p, li p, td p, blockquote p, input, textarea {
    font-size: 100%;
}
input, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*ul {
    list-style-type:none;
    margin-left:0px;
    padding:0px;
}
li {
    display:block;
    padding:0px 0px 0px 20px;
    margin:0px;
    background:Transparent url(../_images/arrow-small.png) no-repeat 1px 1px;
}*/
table td p {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}
a {
	color:#2e2e2e;
	font-weight:bold;
}
a:hover {
	color:#0168ce;
	font-weight:bold;
}

/* VARIANTS */
.h1Variant1 {
	color:#cc1503;
	font-size:16px;
	padding-bottom:5px;
} 
.h1Variant2 {
	color:#cc1503;
	font-size:16px;
} 
.h1Variant3 {
	color:#0065ca;
	font-size:16px;
} 
.h2Variant1 {
	color:#cc1503;
	font-size:12px;
} 
.h2Variant2 {
	color:#cc1503;
	font-size:14px;
	padding-bottom:3px;
	border-bottom:dotted 1px Black;
} 
.h3Variant1 {
	color:#2e2e2e;
	font-size:10px;
}
.aVariant1 {
	font-weight:bold;
	text-decoration:underline;
	color:#2e2e2e;
}
.aVariant1:hover {
	text-decoration:underline;
	color:#0168ce;
}
.aVoortgang {
	color:#4ab100;
    padding-left:20px;
    padding-right:1px;
    background-repeat:no-repeat;
	background-color: transparent;
	background-position:top left;
    background-image: url(../_images/calculator_edit.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/calculator_edit.png", sizingMethod="image");
    padding-bottom:3px;
    font-weight:bold;
    text-decoration:underline;
    font-size:11px;
}
.aVoortgang:hover {
	color:#56cd01;
}


.tblVariant1 td
{
	border-bottom:solid 1px #e1e1e1;
}

.pVariant1 {
	background:#e2f0ff url('/_images/help.png') no-repeat center right;
	border-top:solid 1px #0167cd;
	border-bottom:solid 1px #0167cd;	
	padding:5px;
	/*min-height:100px;*/
}
.pError {
    padding:10px;
    margin-bottom:10px;
    background-color:#ddb1b1;
    border-top:solid 1px #b30000;
    border-bottom:solid 1px #b30000;    
    color:#b30000;
    font-weight:bold;
}

/* CONTAINERS */
.mainContainer {
	margin:0px auto 0px auto;
	padding-top:20px;
	width:908px;	
}
.header {
	width:908px;
	height:75px;
	background: transparent url('../_images/header.jpg') no-repeat top left;
	font-size:11px;
}
.headerTopIcons {
	padding:17px 0px 13px 0px;
	width:63px;
	text-align:center;
}
.headerBottomIcons {
	margin-left:13px;
	height:25px;
}

.breadCrumbContainer {
	width:646px;
}

.grayContainerLeft {
	height:27px;
	width:6px;
	background: transparent url('../_images/grayContainerLeft.gif') no-repeat top left;
	float:left;
}
.grayContainerBody {
	height:27px;
	width:634px;
	background: transparent url('../_images/grayContainerBody.gif') repeat-x top left;
	float:left;
}
.grayContainerRight {
	height:27px;
	width:6px;
	background: transparent url('../_images/grayContainerRight.gif') no-repeat top left;
	float:left;
}
.calcButton {
	margin-left:5px;
	padding-left:22px;
	text-decoration:none;
	background-repeat:no-repeat;
	background-color: transparent;
	background-position:0px -1px;
    background-image: url(../_images/calculator.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/calculator.png", sizingMethod="image");
    color:White;
    font-size:11px;
}
.calcButton:hover {
	color:#ffdbd7;
	text-decoration:underline;
}
.infoButton {
	margin-left:0px;
	padding-left:17px;
	text-decoration:none;
	background-repeat:no-repeat;
	background-color: transparent;
	background-position:0px -1px;
    background-image: url(../_images/info.png);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../_images/info.png", sizingMethod="image");
    color:White;
    font-size:11px;
}
.infoButton:hover {
	color:#ffdbd7;
	text-decoration:underline;
}

.mainTop {
	width:908px;
	height:18px;
	background: transparent url('../_images/mainTop.jpg') no-repeat top left;
}
.mainBody {
	width:908px;
	overflow:auto;
	background: transparent url('../_images/mainBody.jpg') repeat-y top left;
}
.mainSplash {

}

.mainBottom {
	width:908px;
	height:18px;
	background: transparent url('../_images/mainBottom.jpg') no-repeat top left;
}
.content {
	margin:0px 19px 0px 15px;
	width:646px;
	float:left;
}
.contentItem 
{
	margin:20px 0px 10px 0px;
}
.footer {
	margin:5px 20px 0px 0px;
	text-align:right;
	color:#b4b4b4;
}
.footer a {
	color:#7c7c7c;
}
.footer a:hover {
	color:#afafaf;
}

