/* stijlen voor schrijfwerk-pagina's Marijke en Gauke */

html, body {
  background-color	: #400040;			/* 990000; */
  color				: #660000;
  font-family		: Verdana, Arial, Helvetica, sans-serif;
  font-size			: 12px;
  line-height		: 16px;
}
.kopfoto {
  text-align		: center;
  border			: none;
}

.navigatie {
  color				: #FFFFCC;
}

.navmenu {
  margin-left		: 15px;
  margin-top		: 30px;
  margin-bottom		: 25px;
}
.navmenu2 {
  margin-left		: 5px;
  margin-top		: 10px;
  margin-bottom		: 5px;
}
.navmenu3 {
  margin-left		: 15px;
  margin-top		: 5px;
}

a:link		{color: #FFFFCC;	text-decoration: underline; font-weight: normal; }
a:visited	{color: #FFFFCC;	text-decoration: underline; font-weight: normal; }
a:hover		{color: white;		text-decoration: underline; font-weight: normal; }
a:active	{color: white;		text-decoration: underline; font-weight: normal; }

/* navigatiemenu voor index: afwijkende kleuren! */
.ix_nav {
} 

/* Links binnen index navigatie : afwijkend !!! */
.ix_nav a:link		{color: #660000;	text-decoration: underline; font-weight: normal; }
.ix_nav a:visited	{color: #660000;	text-decoration: underline; font-weight: normal; }
.ix_nav a:hover		{color: #6F0037;	text-decoration: underline; font-weight: normal; }
.ix_nav a:active	{color: #6F0037;	text-decoration: underline; font-weight: normal; }

.formstijl {
  background-color	: #FFFFCC;
  color				: #660000;
  border-color		: #666666;
  margin-left		: 10px;
} 

.tekstvak {
  background-color	: #FFFFCC;
}

.opdracht {
  line-height		: 14px;
  font-style		: italic;
  font-size			: 12px;
  text-align		: right;
}

.onderschrift {
  margin-top		: 5px;
  margin-left		: 20px;
  margin-bottom		: 10px;
  line-height		: 14px;
  font-style		: normal;
  font-size			: 12px;
  text-align		: left;
}

.titel {
  line-height		: 20px;
  font-weight		: bold;
}

.auteur {
  line-height		: 12px;
  font-style		: italic;
  font-size			: 10px;
}






