/*
	Dit stylesheet heb ik aangepast om de nu alweer oude kleuren weer te
	geven.  Persoonlijk vind ik de nieuwe kleuren een erg scherpe rand
	geven. Voorlopig is dit een optioneel stylesheet in browsers met support
	voor stylesheetkeuze en kiest IE voor de nieuwe look.
 */


/***************************************************************
 *                        Body Layout                          *
 ***************************************************************/
body {
	font-family:	Arial, Helvetica, sans-serif;
	background:	#333399; /*#f4f4f4;*/
	color:		black;
	margin:		0;
	padding-left:	30px;
	padding-right:	30px;
	padding-top:	10px;
	padding-bottom: 30px;
	border-left:	180pt solid #333399;
}

@media print {
  body {
	border-left:	0; /* No blue margin when printing */
  }
}

/***************************************************************
 *                       Global Layout                         *
 ***************************************************************/

h1,h2,h3,h4,h5,h6 {
	color: #FFFFFF; /*#9D9DB3;*/
}

h1 {
	font-size:		2em;
	text-align:		center;
	margin-top:		5px;
}

a {
	color:			#660000;
}

a:hover {
	background-color:	#FFFFAA;
}

a img {
	border:			0px;
}

/***************************************************************
 *                       Navigation Bar                        *
 ***************************************************************/

div.nav {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180pt;
	background-color: #333399;
	height: 200px;
}

@media print {
  div.nav {                   /* No navigation bar when printing */
	visibility: hidden;
	display: none;
  }
}

div.navBody {
	padding-top:	150px;	/* hoogte logo */
	background:		url('/images/voleemlogo.gif') no-repeat;
	background-color: #333399;
	color: white;
}

div.nav a {
	color:			white;
}

div.nav a:hover {
	color:			blue;
}

/***************************************************************
 *                     Newsitem Layout                         *
 ***************************************************************/

div.nieuwsitem, div.item {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 0px 8px 0px 8px; /* 8px is undone in h2 and h3 */
	margin: 10px 0px 0px 0px;
	color: black;
	background-color: #ffffff;
        border-top:     1px solid #b6b6b6;
        border-left:    1px solid #b6b6b6;
        border-bottom:  2px solid #444444;
        border-right:   2px solid #444444;    
}

div.item h2 { /* Large caption */
	color: #E0E0FF;
        margin: 0px -8px 0px -8px;	
	padding: 2px;
	padding-left: 8px;

	font-size: 1.8em; 
	font-weight: bold;
	background:     #000000;
        border-bottom:  1px dashed #9d9d9d;
	text-align: center;
}

div.nieuwsitem h3,
div.item h3 { /* Normal caption */
	color: #FFFFFF;	
        margin: 0px -8px 0px -8px;	
	padding: 2px;	
	padding-left: 8px;	
	font-size: 1.05em; 
	font-weight: bold;
	background:     #000000;
        border-bottom:  1px dashed #9d9d9d;
}

div.item h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

div.item h3 a:hover {
	text-decoration: underline;
	background-color: transparent;
}

div.item h6 {
	color: #9D9DB3;
	margin: 10px -8px 0px -8px;
	font-size: 0.6em;
	padding: 2px;	
	padding-left: 8px;
        border-top:  1px dashed #9d9d9d;
}

.item p,
.nieuwsitem p {
	margin-top:			10px;
	margin-bottom:		15px;
}

/* vim: set ts=8: */
