﻿/* Dit is voor default section nieuw style */
div.rondboven
{
	width:724px;
	height: 20px;
	background: transparent url(Images/rondboven.png) no-repeat top left;
}

div.rondonder
{
	width:724px;
	height: 20px;
	background: transparent url(Images/rondonder.png) no-repeat top left;
}

div.sectioninstelling table
{
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
}

#contact 
{
    width: 100%;
}

#contact td
{
    width: 33%;
}

#verplicht
{
    color: Red;
    font-size: 10px;
}

#button
{
    text-align: right;
}

.containertable
{
    width: 100%;
}
.header
{
    width: 50%;
    color: #FFF;
    background-color: #507CD1;
    font-weight: bold;
}
/* buttons */
a.btnRight 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(Images/icon_back.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnLeft 
{
    display: block;
    width: 6px;
    height: 12px;
    background-image: url(Images/icon_next.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnUp
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(Images/icon_up.gif);
    background-position: center;
    background-repeat: no-repeat;
}

a.btnDown
{
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(Images/icon_down.gif);
    background-position: center;
    background-repeat: no-repeat;
}
