/* CSS Document */
.btn a
{
    background-image: url(../img/btn_zoeken.jpg);
    background-repeat: repeat-x;
    background-position: left center;
    font-family: Verdana;
    font-size: 11px;
    color: #555555;
    text-decoration: none;
    border: 1px solid #808080;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    height: 16px;
    display: block;
}
    
.btn a:hover
{
    background-position: left center;
    font-family: Verdana;
    font-size: 11px;
    color: #222222;
    text-decoration: none;
    background-image: url( ../img/btn_zoeken_hover.jpg );
    background-repeat: repeat-x;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    height: 16px;
}
    
.btn a:visited
{
    background-image: url(../img/btn_zoeken.jpg);
    background-repeat: repeat-x;
    background-position: left center;
    font-family: Verdana;
    font-size: 11px;
    color: #555555;
    text-decoration: none;
    border: 1px solid #808080;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    height: 16px;
    display: block;
    
}

a.button
{
    background-position: left top;
    background-image: url(../img/btn_zoeken.jpg);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    color: #555555;
    text-decoration: none;
    border: 1px solid #808080;
    padding-top: 2px;
    padding-right: 5px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}

a:hover.button
{
    background-position: left top;
    background-image: url(../img/btn_zoeken_hover.jpg);
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 11px;
    color: #555555;
    text-decoration: none;
    border: 1px solid #808080;
    padding-top: 2px;
    padding-right: 5px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
}

.Headtable
{

}

.Top
{
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	height:44px;
	font-family:Tahoma;
	font-size:13px;
 	font-weight:bold;
	color:#FFFFFF;
	padding-left:16px;
	padding-top:2px;
}

.TopTable
{
	background-image:url(../images/topStretch.jpg);
	height:44px;
	width:100%;
}

.TopRechts
{
	height:44px;
	width:2px;
}

.MidRechts
{
	height:120px;
	width:2px;
	background-image:url(../images/Mid-Rechts.jpg);
}

.BottomRechts
{
	height:41px;
	width:2px;
	background-image:url(../images/Bottom-Rechts.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:100%;
}

.Middle
{
	background-image:url(../images/Stretchstuk.jpg);
	height:120px;
	width:100%;
}

.MidTable
{
	width:100%;
	height:120px;
	background-color:#FFFFFF;
}
	
.Bottom
{
	background-image:url(../images/bottomStretch.jpg);
	height:41px;
	width:100%;
}

.Bottomtable
{
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	height:41px;
	vertical-align:top;
	width:100%;
}

.Knop
{
	width:100%;
	padding-right:16px;	
}
	
.BottomKnop
{
	width:100%;
}

.Image
{	
	width:80px;
	vertical-align:top;
	text-align:center;
}

.Message
{
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-align:left;
	padding-right:16px;	
	padding-bottom:16px;	
	background-color:#FFFFFF;
}
	
