body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#03F;
}

/* news on home page */
#nieuwsWaterpolo{
	position:absolute;
	top: 0;
	left: 0;
	width: 30%;
	background-color:#E1FFFF;
	height: 200px;
}

#nieuwsWedstrijdzwemmen{
	position:absolute;
	top: 200px;
	left: 0;
	width: 30%;
	background-color:#E1FFFF;
	height: 200px;
}

#nieuwsTrimzwemmen{
	position:absolute;
	top: 400px;
	left: 0;
	width: 30%;
	background-color:#E1FFFF;
	height: 200px;
}


/*#nieuwsAlgemeen{
	position:absolute;
	left: 30%;
	top: 0;
	width: 70%;
	background-color:#E1FFFF;
	height: 600px;
	border-left: 1px solid #BBB;
}*/

#nieuwsAlgemeen{
	position:absolute;
	left: 30%;
	top: 0;
	width: 70%;
	background-color:#E1FFFF;
	height: 300px;
	border-left: 1px solid #BBB;
}

#special{
	position:absolute;
	left: 30%;
	top: 300px;
	width: 70%;
	background-color:#E1FFFF;
	height: 300px;
	border-left: 1px solid #BBB;
}


/* end news on homepage */

/*blockquote*/ 

blockquote{
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
	width:100%;
}

blockquote.center{
	text-align:center;	
}

blockquote.main{
	width: 90%;
	background-color:#BDF4F4;
}

blockquote.newsmain{
	width: 90%;
	background-color:#E1FFFF;
	border-bottom: 1px solid #000;
}

blockquote.newsmain h1{
	color:#333;
	font-size:12px; 
}


blockquote blockquote{
width: 95%;
background-color:#BDF4F4;
}

blockquote.foto{
	width:80%;
	text-align:center;
}

blockquote.gallery
{
	height:auto;
	width:90%;
	/*border: 2px solid #F00;*/
	word-wrap:normal;
	overflow:visible;
	text-align:center;
	display:table-cell;
}


blockquote.photo
  {  
  	/*border:1px solid #0000ff;*/
  	height:auto;
  	width:130px;
	margin-left:6px;
	margin-right:6px;
	float:left;
  }
blockquote.photo img
  {
	  margin-left:2px;
	  margin-right:2px;
	  margin-bottom:2px;
	  border:1px solid #00F;
	  
  }
blockquote.desc
  {
  	text-align:center;
  	font-weight:normal;
  	/*border:1px solid #0000ff;*/
	max-width:124px;
  	margin-left:2px;
	margin-right:2px;
  	margin-bottom:2px;
	margin-top:2px;
  	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* IE 5.5+ */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap; /* Opera */
	white-space: -o-pre-wrap; /* Opera 7 */
  }


/*blockquote*/

/* p */
p.titel{
background-color:#0000FF;
color:#FFFFFF;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
text-align:center;

}

p.titel2{
background-color:#0000FF;
color:#FFFFFF;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
text-align: left;
}

p.titel3{
background-color:#0000FF;
color:#FFFFFF;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
text-align:center;
margin-left:2%;
margin-right: 2%;
}

p.titelUrgent{
background-color:#F00;
color:#FFF;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:700;
text-align: left;
}

p.titel4{
font-size:14px;
text-align: left;
font-style: italic;	
width:100%;
}

/* p */

/* span */
span.author{
	text-align:left;
	color:#09F;
	font-style:italic;
	font-size:9px;
}



span.kopje1{
color:#00008B;
font-weight:bold;
 
}

span.urgent{
color:#FF0000;

}
/* span */

/* headers on home.php */

.news{
width: 100%;
}

.news:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.news ul{
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 1px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
list-style-type: none;
}


.news ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
display:block;
}

.news ul li a:hover, .news ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* end headers on home */

table {
	width:90%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

tabele .teams{
	width:80%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

