/* ----------------------------------
	- Styles "Vertaalbureau Linguistica"
	- Author:  Elmer de Looff
	- Version: 2007-06-05
---------------------------------- */

html,
body {
	margin: 0;
	padding: 0;
	background: #dbd5cf;
	color: #fff;
	font: 12px/18px "Verdana", sans-serif;
}

/* Major Markup Blocks
---------------------------------- */

#page {
	position: absolute;
	left: 50%;
	width: 800px;
	margin: 20px 0 20px -400px;
}

#sidebar {
	position: absolute;
	top: 45px;
	left: 10px;
	width: 200px;
	height: 500px;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

#body {
	position: absolute;
	top: 60px;
	right: 10px;
	left: 240px;
	min-height: 280px;
	padding: 0 20px 10px;
	border: 1px solid #ac967f;
	background: url("pics/books.gif") 99% 99% no-repeat #c3a687;
}

* html #body {
	height: 280px;
	width: 510px;
}


/* The Most Important Element
---------------------------------- */

h1 {
	margin: -10px 0 0;
	padding: 0;
	background: #dbd5cf;
	color: #a77a49;
	font: bold 32px/60px "Verdana", sans-serif;
	text-align: center;
}


/* Sidebar Styles
---------------------------------- */

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: left;
}

* html #sidebar li {
	height: 1px;
}

#sidebar .lang {
	height: 33px;
}

#sidebar .lang li {
	float: left
}

#sidebar .lang a {
	display: block;
	width: 50px;
	height: 33px;
	font-size: 0;
	text-decoration: none;
}

#sidebar .lang a.nl { background: url("pics/nl.gif"); }
#sidebar .lang a.gb { background: url("pics/gb.gif"); margin: 0 25px; }
#sidebar .lang a.es { background: url("pics/es.gif"); }

#sidebar .menu li {
	margin: 15px 0;
}

#home .home, #cont .cont, #term .term, #link .link, #refs .refs {
	background: url("pics/dot.gif") 8px 0 no-repeat;
}

#sidebar .menu li a {
	display: block;
	width: 198px;
	color: #fff;
	border: 1px solid #ac967f;
	background-color: #c3a687;
	font: bold 12px/26px "Verdana", sans-serif;
	text-decoration: none;
	text-indent: 25px;
}

#sidebar .menu li a:hover,
#sidebar .menu li a:active {
	background-color: #d9b289;
	background-position: 8px -26px;
}

#sidebar .logo {
	margin: 20px 0;
}

#sidebar .ngtv a {
	display: block;
	width: 46px;
	height: 41px;
	margin: 0 78px;
	background: url("pics/ngtv.gif") no-repeat;
	text-decoration: none;
	text-indent: -999em;
}

#sidebar .ngtv {
	padding: 0 0 15px;
}


/* Main Body Styles
---------------------------------- */

h2 {
	margin: 15px -10px;
	font-size: 17px;
}

h3 {
	font-size: 15px;
	margin: 10px 0;
}

a {
	color: #b96717;
	font-weight: bold;
	text-decoration: none;
}

ul {
	margin: 15px 0;
	padding: 0 0 0 35px;
}

#body *:hover a {
	border-bottom: 1px dotted #fff;
}

#link *:hover a { /* to prevent all the links on the page to be underlined here */
	border-bottom: 0px;
}

#body a:active,
#body a:hover {
	border-bottom: 1px dashed #fff;
}

#body p {
	padding-right: 120px;
	text-align: justify;
}


/* Custom Classes
---------------------------------- */

.small {
	font-size: 80%
}

.foto {
	margin: 20px;
}

.stempel {
	position: absolute;
	right: 30px;
	margin: 15px 0;
}

ul.refs {
	margin: 0 0px 0 -8px;
	padding: 0;
	list-style: none;
}

ul.refs li {
	float: left;
	width: 233px;
	height: 142px;
	margin: 0 14px 20px 5px;
	border: 2px solid #ac967f;
	background: #fff;
	text-align: center;
	line-height: 140px;
}

ul.refs li img {
	vertical-align: middle;
}

