@charset "utf-8";
/* copyright Augustijnen.nl */

*{
	padding:0;
	margin:0;
}
p {

	line-height: 1.5em;
}

body {font-size:87.5%}

html, body {
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	color: #000;
	background: #ffdf08;
	background-image:url(gfx/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align: center;
}

#container {
	width: 730px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFF;
}
#header{
	background-image:url(gfx/top.jpg);
	background-repeat:no-repeat;
	height:440px;
}

#menu{
	position:absolute;
	margin-top:184px;
	margin-left:0px;
	width:190px;
	text-align:center;
	line-height: 28px;
}

#submenu{
	position:absolute;
	margin-top:116px;
	margin-left:208px;
	width:240px;
	text-align:left;
	line-height: 18px;
}

#content {
  	padding: 20px 18px 40px 18px;
		
}

h1 {
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	font-variant:small-caps;
}

h2 {
	text-decoration: none;
	font-size: 0.9em;
	font-weight:normal;
	color: #ab7603;
}

h3 {
	font-size: 1em;
	font-weight:bold;
}

#newsstroke {
	position:absolute;
	margin-top:277px;
	margin-left:18px;
	border-top: 1px solid #123544;
	width: 397px;
}

#newsblock {
	position:absolute;
	margin-top:285px;
	margin-left:18px;
	border: 1px solid #ab7603; 
	background-color: #ffefb8; 
	padding: 12px;
	width: 371px;
	height: 141px;
	font: 0.9em, Verdana, Arial, sans-serif;
}

#newsblocklink {
	position:absolute;
	margin-top:430px;
	margin-left:315px;
}

#woordvddlink {
	position:absolute;
	margin-top:420px;
	margin-left:620px;
}

#footer {
	background-image:url(gfx/stroke.gif);
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 28px;
	font: 0.9em, Verdana, Arial, sans-serif;
	font-style:italic;
	line-height: 28px;
	text-align:center;
}


/* basis links */
a:link {
	text-decoration: none;
	color: #123544;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #123544;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #ab7603;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
	color: #ab7603;

}

/* menu links */
a.menu:link {
	text-decoration: none;
	font-size:1em;
	color: #123544;
	font-weight:bold;
}
a.menu:visited {
	text-decoration: none;
	font-size:1em;
	color: #123544;
	font-weight:bold;
}
a.menu:active {
	text-decoration: none;
	font-size:1em;
	color: #ab7603;
	font-weight:bold;
	font-style:italic;
}
a.menu:hover {
	text-decoration: none;
	font-size:1em;
	color: #ab7603;
	font-weight:bold;
	font-style:italic;
}

/* submenu links */
a.submenu:link {
	text-decoration: none;
	font-size:1em;
	color: #ab7603;
}
a.submenu:visited {
	text-decoration: none;
	font-size:1em;
	color: #ab7603;
}
a.submenu:active {
	text-decoration: none;
	font-size:1em;
	color: #ab7603;
	font-style:italic;
}
a.submenu:hover {
	text-decoration: none;
	font-size:1em;
	color: #ab7603;
	font-style:italic;
}

/* lees verder links news */
a.news:link {
	text-decoration: none;
	color: #ab7603;
	font-style:italic;
}
a.news:visited {
	text-decoration: none;
	color: #ab7603;
	font-style:italic;
}
a.news:active {
	text-decoration: none;
	color: #ab7603;
	text-decoration:underline;
	font-style:italic;
}
a.news:hover {
	text-decoration: none;
	color: #ab7603;
	font-style:italic;
	text-decoration:underline;
}

/* lees verder links news */
a.woordvandedag:link {
	text-decoration: none;
	color: #123544;
	font-style:italic;
}
a.woordvandedag:visited {
	text-decoration: none;
	color: #123544;
	font-style:italic;
}
a.woordvandedag:active {
	text-decoration: none;
	color: #123544;
	text-decoration:underline;
	font-style:italic;
}
a.woordvandedag:hover {
	text-decoration: none;
	color: #123544;
	font-style:italic;
	text-decoration:underline;
}

