body {
	font			: 12px Arial, Helvetica, sans-serif;
	text-align		: left;
	color			: #666;
	background		: #666;
}

#top_right{
	text-align		: right;
	padding-top		: 8px;
	height			: 10px;
	background-color: #666;
	color			: #FFF;
	margin-bottom	: 20px;
}

.inputbutton { 
	background		: #E8E8E8;
	color			: #150600;
	font-size		: 9px;
	border			: outset 1px #D21044;
}

.inputbutton_normal { 
	background		: #E8E8E8;
	color			: #150600;
	font-size		: 12px;
	border			: outset 1px #D21044;
}
.texta { 
	background		: #E8E8E8;
	color			: #150600;
	font-size		: 12px; 
	border			: solid 1px #D21044; 
}


h1{
	font-size		: 100%;
	color			: #970127;
}

a {
	color			: #8C0023;
}

a:hover {
	color			: #999;
}

a.home {
    display			: block;
    width			: 59px;
    height			: 30px;
	background		: url(../images/btn_home.jpg);
}
 
a:hover.home {
	background		: url(../images/btn_home_roll.jpg);
}

a.incasso {
    display			: block;
    width			: 79px;
    height			: 30px;
	background		: url(../images/btn_incasso.jpg);
}
 
a:hover.incasso {
	background		: url(../images/btn_incasso_roll.jpg);
}

a.vacatures {
    display			: block;
    width			: 89px;
    height			: 30px;
	background		: url(../images/btn_vacatures.jpg);
}
 
a:hover.vacatures {
	background		: url(../images/btn_vacatures_roll.jpg);
}

a.contact {
    display			: block;
    width			: 77px;
    height			: 30px;
	background		: url(../images/btn_contact.jpg);
}
 
a:hover.contact {
	background		: url(../images/btn_contact_roll.jpg);
}

a.voorwaarden {
    display			: block;
    width			: 182px;
    height			: 30px;
	background		: url(../images/btn_voorwaarden.jpg);
}
 
a:hover.voorwaarden {
	background		: url(../images/btn_voorwaarden_down.jpg);
}

#container {
	margin			: 10px auto;
	width			: 681px;
}

#header {
	background		: url(../images/img_header.gif);
	width			: 681px;
	
}
	
#header1{
	height			: 141px;
	background		: url(../images/img_fotobalk.jpg);
	width			: 681px;
}

#menu{
	background		: url(../images/img_menu_bg.gif);
	width			: 681px;
}

#content{
	margin-top		: auto;
	background		: url(../images/kroon.jpg);
}

#content1{
	background		: #fff;
	height			: 375px;
	width			: 550px;
	padding			: 11px;
	margin-left		: 57px;
	text-align		: justify;
}
#content2{
	background		: #fff;
	height			: 375px;
	width			: 550px;
	padding			: 11px;
	margin-left		: 57px;
	text-align		: justify;
	overflow-y		: scroll;
}

#bottom{
	height			: 29px;
	background		: url(../images/img_bottom.jpg);
	clear			: both;
}


