/*
Title:      Omdesign: styles for screen media
Author:     Steef Hanemaaijer
Updated:    Mar 16 2007
*/

body {
	background-color: #FBFABB;
	font-size: 12px;
	font-family: Verdana;
	color: #000000;
	margin: 15px 0 10px 0;
	background-image: url('images/OM02back.gif');
	background-attachment: scroll;
	background-repeat: repeat-x;
}

.new {
	background-color: #FBFABB;
	font-size: 12px;
	font-family: Verdana;
	color: #000;
	margin: 15px 0 10px 0;
	background-image: url('images/OM02back.jpg');
	background-attachment: scroll;
	background-repeat: repeat-x;
}

/* ---[ main ]------------------------------- */

#intro {
	margin: 0;
	width:550px;
	height: 160px;
	padding: 20px 0;
}
#intro h1 {
	margin: 0;
	padding: 18px 0;
	color:#FFFFEC;
	font-size: 28px;
	line-height: 28px;
}
#intro h2 {
	color:#FFFFEC;
	font-size: 16px;
	line-height:150%;
}
#intro a {
      text-decoration: none;
	  color: #FFFFEC;
}
#intro a:hover {
      text-decoration: underline;
}
	
/* ---[ fonts ]------------------------------- */
	
h1 {
	margin: 4px 0 -4px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:22px;
	color:#609C43;
	font-weight: lighter;
	line-height: 24px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#609C43;
	font-weight: normal;
	margin: 4px 0 0 0;
	padding: 0;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#609C43;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
p,td { 
	font-size: 11px; 
	font-family: Verdana;
	line-height: 16px;
	color: #000000;
}

/* ---[ list ]------------------------------- */

ul {
	list-style-image: url(images/OM02next.gif);
	margin: 0 0 0 20px;
	padding: 0 20px 0 20px;
}
li {
	margin: 0;
	padding: 2px 0;
}

/* ---[ links ]------------------------------- */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ---[ styling ]------------------------------- */

.copy { 
	font-size: 11px; 
	color: #000;
	margin-top: 15px;
	padding-top: 5px;
	background-image: url('images/OMD_bck_copy.jpg');
	background-repeat: repeat-x;
}
.feat {
	border-top: solid 1px #609C43;
	border-bottom: solid 1px #609C43;
	margin: 0 0 6px 0;
}
.greentop {
	margin-top: 10px;
	border-top: 1px solid #609C43;
}
.kopje { 
	font-size: 11px; 
	color: #609C43; 
	font-weight: bold;
}
.picright { 
	float: right; 
	margin-left: 5px;
	margin-bottom: 5px;
}
.teaser { 
	border-top: 1px solid #000; 
	border-bottom: 1px solid #000;
}
.menu {
	text-align: right;
	padding: 16px 0px;
	height: 175px;
	margin: 0px;
	width: 100px;
}

.tabletop {
	border-top: 1px solid #699752;
	padding-top: 7px;
}
.tr1 {
	border-top: 1px solid #699752;
	border-bottom: 1px solid #699752;
}
.tr2 {
	background-color: #EAE89D;
}


