#centralize
{
    position: absolute;
    left: 50%;
    margin-left: -380;
}

BODY
{
    background: url(images/backdrop_bottom.jpg) #8da4c9 repeat-y center 0%;
}

a
{
    visibility: visible;
    color: #91c6ff;
}

td
{
    font-size: 12px;
    visibility: visible;
    vertical-align: top;
    overflow: visible;
    color: #91c6ff;
    font-family: Arial;
    background-color: #334855;
    text-align: left;
border: 0px solid;
}

#darkertd
{
    background-color: #293f4d;
}

input
{
    font-size: 12px;
    visibility: visible;
    vertical-align: top;
    overflow: visible;
    color: #334855;
    font-family: Arial;
    text-align: left;
    border: expression(this.type=="text"?'1px solid #334855':'');
    background-color: expression(this.type=="text"?'#91c6ff':'');
}

input[type="text"]
{
    background-color: #91c6ff;
    border: 1px solid #334855;

}


textarea
{
    font-size: 12px;
    visibility: visible;
    vertical-align: top;
    overflow: visible;
    color: #334855;
    font-family: Arial;
    background-color: #91c6ff;
    text-align: left;
    border: 1px solid #334855;
}

select
{
    font-size: 12px;
    visibility: visible;
    vertical-align: top;
    overflow: visible;
    color: #334855;
    font-family: Arial;
    background-color: #91c6ff;
    text-align: left;
    border: 1px solid #334855;
}
option
{
    font-size: 12px;
    visibility: visible;
    vertical-align: top;
    overflow: visible;
    color: #334855;
    font-family: Arial;
    background-color: #91c6ff;
    text-align: left;
    border: 1px solid #334855;
}

#broodtekst
{
    clear: none;
    display: block;
    font-size: 12px;
    left: 84px;
    float: left;
    visibility: visible;
    vertical-align: top;
    overflow: visible;
    width: 354px;
    color: #91c6ff;
    border-top-style: none;
    font-family: Arial;
    border-right-style: none;
    border-left-style: none;
    position: absolute;
    top: 220px;
    background-color: #334855;
    text-align: left;
    border-bottom-style: none;
}

#subtekst
{
    clear: none;
    display: block;
    font-size: 10px;
    left: 451px;
    float: left;
    visibility: visible;
    vertical-align: top;
    overflow: visible;
    width: 164px;
    color: #91c6ff;
    border-top-style: none;
    font-family: Arial;
    border-right-style: none;
    border-left-style: none;
    position: absolute;
    top: 220px;
    background-color: #334855;
    text-align: left;
    border-bottom-style: none;
}

#contact
{
    clear: none;
    display: block;
    font-size: 11px;
    left: 630px;
    float: left;
    visibility: visible;
    vertical-align: top;
    overflow: visible;
    width: 115px;
    color: #91c6ff;
    border-top-style: none;
    font-family: Arial;
    border-right-style: none;
    border-left-style: none;
    position: absolute;
    top: 50px;
    background-color: Transparent;
    text-align: right;
    border-bottom-style: none;
}

.linkscat
{
    background-color: #293f4d;
    font-weight: bold;
    font-style: italic;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    border-top-style: none;
    padding-top: 2px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    z-index: 1;
}

.link
{
    padding-left: 5px;
    padding-bottom: 1px;
    z-index: 1;
}

.remove
{
    background-color: #440000;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #ff0000;
    border: 1px solid #ff0000;
}

.add
{
    background-color: #004400;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #00ff00;
    border: 1px solid #00ff00;
}

.tooltip {
	border: 1px solid #00ff00;
	background-color: #004400;
	padding: 5px;
	display: none;
    font-size: 12px;
    width: 340px;
    left: 16px;
    color: #00ff00;
    font-family: Arial;
    position: absolute;
    text-align: left;
    z-index: 2;
}
.tooltipred {
	border: 1px solid #ff0000;
	background-color: #440000;
	padding: 5px;
	display: none;
    font-size: 12px;
    width: 140px;
    left: 16px;
    color: #ff0000;
    font-family: Arial;
    position: relative;
    text-align: left;
    z-index: 2;
}


