body	{ 
	font-family	: Verdena, Arial, Helvetica, "Sans Serif";
	background	: #DDD;
	width		: 100%;
}

p, ul, ol	{
	font-size	: 13px;
}

#frame {
	margin-left	: 120px;
	width		: 728px;
	background	: #FFF;
	color		: #000;
	margin-top	: -10px;
}

#kopfzeile {
	height		: 125px;
	padding-bottom	: 36px;
	background	: #cbd3ff;
}

#kopfzeile > img {
	border		: solid 3px #996600;
	margin		: 15px 32px 15px 15px;
	float		: right;
}
#kopfzeile > p	{
	color		: #330066;
	font-size	: 1.4em;
	font-weight	: bold;
	padding		: 12px 0px 0px 45px;
}
#hauptspalte {
	float		: right;
	width		: 500px;
	padding		: 5px 5px 5px 15px;
	background-color: #FFF;
}

#hauptspalte a:hover {
	color		: red;
}
h1	{
	padding		: 25px;
	font-variant	: normal;
	font-size	: 1.4em;
	font-weight	: bold; 
	color		: #330066;
}

h2	{
	font-size	: 1.0em;
	text-align	: left;
}

h3	{
	font-size	: 1.0em;
}

h5	{
	margin		: 15px 0 15px 5px;
	color		: #330066;	
}
#breadcrumb {
	margin		: 0 0 30px 0;
   	padding		: 10px 0 0 20px;
	
}

#breadcrumb  {
	list-style	: none;
	margin		: 0;
	padding		: 0;
	font-size	: 10px;
}

#breadcrumb   a {
   	float		: left;
   	text-decoration	: underline;
	color		: #888;
}

#breadcrumb   a:hover { 
	text-decoration	: underline; 
}

#breadcrumb  a.selected  { 
	color		: #000;
	font-size	: 10px;
	text-decoration	: none;
}

#breadcrumb span {
   float: left;
   width: 25px;
   text-indent: -999em;
   
}
#breadcrumb em {
   float: left;
   font-style: normal;
   color: #e2007a;
}


/* Generic hide */
.hide {
	position: absolute;
	display: block;
	padding: 0 !important;
	text-indent: -999em ;
	font-size: 0px;
	height: 0px !important;
	line-height: 0px !important;
	background: none !important;
}
#belangrijk {
	border-top	: solid 1px #FF9900;
	border-bottom	: solid 1px #FF9900;
}
#advertentievorm {
		width 	: 85%;
		border	: 1px solid black;
		padding	: 10px;
		align	: center;
}
#advertentievorm h5	{
		text-align:center;
		color	: red;
}

#navigatie {
	float		: left;
	width		: 143px;
}

#navigatielinks {
	width		: 6em;
	padding		: 0 15px 15px 0px;
}
#navigatielinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigatielinks li a {
	display		: block;
	text-decoration	: none;
	width		: 100%;
	padding		: 5px 5px 5px 0.5em;
	border-left	: 10px solid #330066;
	border-right	: 10px solid #cbd3ff;
	background-color: #eaeaea;
	color		: #330066;
	border-bottom	: 1px solid #330066;
}

#navigatielinks li a:hover {
	border-left	: 10px solid #718de1;
	border-right	: 10px solid #718de1;
	background-color: #eaeaea;
	color		: red;
		
}
#navigatielinks ul li a.selected {
	border-right	: 10px solid #718de1;
	border-left	: 10px solid #718de1;
	background-color: #330066;
	color		: #ccc;
}

#navigatietekst	{
	float		: left;
	font-size	: small;
	padding-left	: 10px;	
}

#enclose {
	float		: left;
	width		: 680px;
}

#fusszeile {
	clear		: both;
	padding-top	: 10px;
	width		: 728px;
}

#voetlinks {
	border-top	: solid 5px #cbd3FF;
	border-bottom	: solid 5px #cbd3FF;
	margin-top	: -8px;
}

ul.nav {
	list-style-type	: none;
	padding-left	: 0;
	margin-left	: 0;
}

ul.nav li {
	display		: inline;
}
ul.nav a {
	padding		: 5px 10px 5px 10px;
	font-size	: 10px;
	color		: blue;
	text-decoration	: none;
	margin-left	: 7px;
}
ul.nav li a:hover {
	color		: red;
	text-decoration	: underline;
}
#voetlinks > p {
	font-size	: x-small;
}
html>body #menu li a {
	width		: auto;
}
