/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, ul, li, p, h1, h2, h3, h4, h5, h6, table, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%; 
}

body{
	background-color: #2b2d91;
	margin:0;
	padding:0;
	background-image: url('img/header_tile.jpg');
	background-repeat: repeat-x;
	font-family: "Lucida Sans Unicode", arial, helvetica, sans-serif;

}

#page{
	width:922px;
	margin:auto;
	position:relative;
	margin-bottom:20px;
	
	background-image: url('img/menu_tile.jpg');
	background-repeat: repeat-y;
	background-color:#aeb0fe;
}

#header{
	height:142px;
	margin-bottom:2px;
}


#menu{
	float:left;
	width:231px;
	top:144px;
	left:0px;
}

#content {
	background-image: url('img/content_shadow_tile.jpg');
	background-repeat: repeat-x;
	margin-left:231px;
	padding-left:25px;
	padding-right: 25px;
	padding-top:12px;
	font-size:12px;

}

h1 {
	color:#0e0f4b;
	font-size:15px;
	text-transform: uppercase;
	padding-bottom: 8px;
}

h2 {
	color: white;
	font-size:14px;
	text-transform: uppercase;
	padding-bottom: 5px;
}

p {
	font-family: Lucida Sans Unicode;
	color: #2b2d91;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	font-size: 13px;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;	
}
/* Sets the style for unvisited links. */
a:link {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: white;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #0E0F4B;
  background-color: white;
  text-decoration: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #0E0F4B;
  background-color: white;
  text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #0E0F4B;
  background-color: white;
  text-decoration: none;
}

#footer{
	height:40px;
	background-image: url('img/footer_tile.jpg');
	clear:both;	
}

#footer_text{
	text-align:center;
	color:#9E9DFD;
	font-size:10px;
	padding-top:12px;
}

#footer_text a{
	color:#9E9DFD;	
	text-decoration:none;
}

#footer_text a:hover{
	color: white;	
	text-decoration:none;
	background-color: #9E9DFD;
}

.menu_group{
	width:100%;
	background-image: url('img/menu_separator.jpg');
	background-repeat:no-repeat;
	background-position:bottom;	
}

.menu_item{
	height:40px;	
}

.menu_item_icon{
	float:left;
	margin-left:8px;
	margin-top:8px;
}

.menu_item_text{
	padding-top:12px;
	margin-left:40px;
	color:white;
	font-size:14px;	
	font-weight:bold;
}

.menu_item_text a{
	color:white;
	text-decoration:none;
}

.menu_item_text a:hover {
	text-decoration: none;
	color: #9E9DFD;	
	background-color: transparent;
}


.menu_subitem {
	height:20px;	
}

.menu_subitem_text {
	margin-left: 8px;
	margin-right: 8px;
	color: #9E9DFD;	
	font-size: 10px;	
	font-weight:normal;
	padding-bottom: 4px;
	border-bottom: 1px solid #2b2d91;
	letter-spacing: 2px;
}

.subgroepen {
	margin:0px 0px 0px 28px;
	padding:0px 0px 10px 0px;
}

.subgroepen li{
	list-style-type: square;
	color: white;
	text-transform: uppercase;
}

.subgroepen li a{
	font-size:12px;
	color:white;
	text-decoration:none;
}

.subgroepen li a:hover{
	text-decoration: none;
	color: #9E9DFD;
	background-color: transparent; 
}

.photo {
	float: right;
	margin: 0px 0px 10px 24px;		
	/*height: 182px;*/
	width: 300px;
}

.artikel{
display:block;
padding: 0;
margin: 0;
}

img.left {
	float:left;	
	margin-right:20px;
	margin-bottom:20px;
	position: relative;
	border:0px;
}

div.clearer {
	clear: both;
}
