/*body{text-transform: uppercase;}*/

#nav a {
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
/*font-size: 1em;*/
}

#nav a{
font-weight: bold;
/*color: #F60;*/
cursor: default;
}

#nav ul a:link, #nav ul a:visited, #nav ul a:hover, #nav ul a:active{
font-weight: normal;
/*color: #CCC;*/
cursor: pointer;
margin: 3px 5px 3px 6px;
}


#nav li{
background-color: #CCC;
/*border-left: 3px solid #FFF;*/
}


#nav ul li{
background-color: #CCC;
border-top: 3px solid #FFF;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */


















#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
margin: 0px 25px 0px 5px;
}

ul ul li
{
	width: 115px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
}



.dlink {
cursor: pointer;
}


/* Algemeen te gebruiken */

a:link,a:active,a:visited{
	color:#990000;
	text-decoration:none;
}
a:hover{
	color:#7E7E7E;
	text-decoration:underline;
}
img{
	border: 0px;
}
h1{
	font-family:Verdana,Tahoma,sans-serif; 
	font-size: 14px;
	text-align:left;
	font-weight: bold;
}
.bold{
	font-weight: bold
}

table {
	border-collapse: collapse;
}

td
{
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

/* De basis layout */

body{
	font-family:Verdana,Tahoma,sans-serif; 
	font-size: 12px;
	background-color: #990000;
	text-align:center;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#footer
{
	padding-top: 8px;
	padding-bottom: 0px;
	text-align: right;
	font-size: 10px;
}
#container
{
	width: 600px;
	position: relative; 
	margin: 0px auto;
	background-color: #EFEFEF;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 18px;
	padding-right: 18px;
}
#page
{
	width: 100%;
	position: relative; 
	margin: 0px auto;
	background-color: #EFEFEF;

}
#header{
	vertical-align: middle;
	font-size: 50px;
	background-color: #CDCDCD;
	border: 3px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-left: 2px;
	margin-right: 2px;
	height: 90px;
}
#footer a:link,#footer a:active,#footer a:visited{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#000000;
	text-decoration:underline;
}

/* de regels */

.row a:link,.row a:active,.row a:visited{
	color:#990000;
	text-decoration:none;
}
.row a:hover{
	color:#7E7E7E;
	text-decoration:underline;
}


.cat
{
	background-color: #CDCDCD;
	border: 3px solid black;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

.row
{
	min-height: 50px; 
	background-color: #EFEFEF;
	border: 0px solid black;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.title
{
	border: 0px solid black;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	font-weight: bold;
}

.pic
{
	float: left;
	min-height: 50px; 
	width: 60px;
	margin-left: -6px;
	margin-bottom: -2px;
}

.pic2
{
	float: right;
	min-height: 50px; 
	width: 60px;
	margin-right: -14px;
}

.title,.row
{
 	vertical-align: Top;
}

.title,.title2
{
}

.title,.row,.cat
{

	float: left;
	clear: left;
	text-align:left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.title,.cat
{
	width: 590px;
}

.row
{
	width: 568px;
}

.centerrow
{
	text-align: center;
}
