/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}

html {
     overflow: -moz-scrollbars-vertical;
}

body{
	background: #ffffff;
	color: #434343;
	font: .65em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	padding: 80px 0 0
}


a{
	color: #ab0000;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 1.1em;
	margin: 0 0 1em
}
h3{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 .1em
}
p{
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 725px;

	width: 745px
}
#page-bot{
	border-top: 2px solid #b81a23;
	margin: 7px 20px 0
}
/*=== Header ===*/
#header{
	height: 126px;
	margin: 0 0 7px
}
#header .pic{
	height: 126px;
	width: 579px
}
/*=== Logo ===*/
#logo h1{
	background: url(../images/logo.gif) no-repeat;
	margin: 0 0 25px;
	text-indent: -9999px;
	width: 111px
}
#logo h1 a{
	display: block;
	height: 84px
}
#logo h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/

/*- Nav2 -*/
.nav2{
	font: 1em Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	margin: 10px 0 10px;
}

.nav2 li{
	margin: 10px 0 10px;
}
.nav2 li.active{
	margin: 10px 0 10px;
	font-weight: bold;
}
.nav2 li a{
	color: #636363;
	padding: 0
}
.nav2 li a:hover {
	color: #636363;
	text-decoration: none;
	font-weight: bold;
}

.nav2 li.active a{
	color: #b20710;
	text-decoration: none;
	font-weight: bold;
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 130px;

	width: 150px

}
/*=== Center Column ===*/
#centercol{
	float: right;
	width: 579px;
	height: 386px;

	background: url(../images/ASC5693JA.jpg) no-repeat ;

}


/* Rode achtergrond verwijderen van de homepage


#content-bg {
	position: relative;
	float: right;
	margin: 20px;
	width: 225px;
	height: 346px;

}

#content {
	position: absolute;
	bottom: 0px;
	padding: 20px 20px 10px 20px;
	color: #ffffff;
	line-height: 150%;
	background: url(../images/1px-transp.png);

	background-color: #931118;
	filter:alpha(opacity='90', style='0');
	-moz-opacity:0.9;
}



#content a{
	color: #ffffff
}


*/

#tekst-welkom {
	position: absolute;
	top: 420px;
	bottom: 0px;
	padding: 5px 10px 15px 10px;
	margin-left: 10px;

	color: #000000;
	line-height: 150%;
	background: url(../images/1px-transp-white.png);
	background-color: #FFFFFF;
	filter:alpha(opacity='80', style='0');
	-moz-opacity:0.8;

	width: 540px;
	height: 18px;
}


#tekst-welkom h2 {
	width: 540px;
	height:40px;
	background: url(../images/welkom2.gif) no-repeat;
	margin: 0;
	padding: 0;
}

/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul{
	margin: 0 0 1em;
	padding: 0 0 0 30px
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 4px;
	padding: 0 0 0 6px
}
/*=== Footer ===*/
#footer{
	color: #ab0000;
	font-size: .9em;
	font-weight: bold;
	height: 50px;
	margin: 0 auto;
	padding: 5px 0 0;
	width: 725px
}
#footer a{
	color: #ab0000
}
#footer p{
	padding: 0 0 0 145px;
	text-align: center;
	width: 599px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
