/* CSS Document */
body
{
background-image: url('images/background.jpg');
background-repeat: repeat-x;
}

#wrap{
width:900px;
height: auto;
margin:auto;
background-color:#FFFFFF;
}

.header {
  height: 140px;
	width: 900px;
  background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.menu {
  height: 64px;
	width: 900px;
	background-color: #FFFFFF;
}

.standard {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
  margin-top: 0px;
	margin-left : 0px;
	padding-left : 5px;
	width: 580px;
	height: 500px;
	float:left;
}

.sponsors {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
  margin-top: 0px;
	margin-left : 0px;
	padding-left : 15px;
	width: 300px;
	height: 500px;
	float: left;
}

.home_nieuws {
  width: 500px;
}

.image {
  padding : 2px;
	margin: 2px;
  }
	
	
.background {
  background-image: url('images/background.jpg');
  background-repeat: repeat-x
}

h1 {
	font-family : Verdana;
	font-size : 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-bottom : 0px;
	border-bottom:2px solid ;
}

h2 {
	font-family : Verdana;
	font-size : 11px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 6px;
	padding-top : 5px;
}



table {
	font-family: Verdana;
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left : 15px;
	padding-left : 10px;
	padding-top: 0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid white; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: #FFFFFF;
background: #F79C00; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;

}

.mattblacktabs li a:active{
color: white;
background: #000000;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #000000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #ffffff;
margin: 0;
}
