/*
Spraakmakend project
Colors used:
	- Red: 	#CD003A
	- Light blue: #9FD7E2
	- Dark blue:	#00ABC4
@author: Jeroen van den Berg
@version: 200710-01
*/
body, #publerBody {
	text-align: center;
	background: #CD003A url(../../images/spraak/background/tribune.gif) top center repeat-y;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
}
#header {
	height: 102px;
	background: url(../../images/spraak/background/header.gif) top left no-repeat;
	overflow: hidden;
}
#header ul {
	margin: 51px 0 0 330px;
}
#header ul li {
	float: left;
	margin-right: 20px;
	list-style: none;
}
#header ul li a {
	display: block;
	height: 24px;
	width: 71px;
	text-indent: -5555px;
	outline: 0;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#header ul li a:hover {
	background-position: top left;
}
#header ul li.home a {background-image: url(../../images/spraak/background/home.gif);}
#header ul li.login a {background-image: url(../../images/spraak/background/login.gif);}
#header ul li.contact a {background-image: url(../../images/spraak/background/contact.gif);}
#search {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 70px;
	right: 110px;
}
#search input {
	width: 170px;
	margin: -6px 0 0 0; padding: 0;
	font-size: 12px;
	border: none;
	margin-right: 2px;
	border-style: none;
	background: none;
	vertical-align: middle;
}
#search button {
	width: 53px;
	height: 22px;
	background: url(../../images/spraak/background/search-button.gif) center center no-repeat;
	text-indent: -5555px;
	border: none;
	padding: 0; margin: 0;
	margin-top: 2px;
	cursor: pointer;
}
#logo {
	position: absolute;
	top: 45px;
	left: 90px;
}
div#main {
	background: url(../../images/spraak/background/columns.gif) top left repeat-y;
	height: 1%;
}
div#wrapper {
	float: left;
	width: 100%;
	background: url(../../images/spraak/background/columns-top.gif) top left no-repeat;
}
div#contents {
	margin: 0 0 0 300px;
	padding: 25px 160px 0 0;
}
div#left-column {
	float: left;
	width: 300px;
	margin-left: -960px;
	background: url(../../images/spraak/background/nav.gif) bottom right no-repeat;
	margin-top: 150px;
}
#navigation {
	width: 232px;
	margin-left: 68px;
	padding-top: 10px;
	background: url(../../images/spraak/background/nav-top.gif) top right no-repeat;
	font-size: 1.1em;
}
#navigation li {
	list-style: none;
	width: 160px;
	margin: 0 0 15px 20px;
}
#navigation li ul li{
	margin: 0;
}
#navigation li a {
	color: #00ABC4;
	font-weight: bold;
	text-decoration: none;
}
#navigation li ul li a {
	font-weight: normal;
}
#navigation ul {
	margin: 0;
	font-size: .9em;
	display: none;
}
#navigation li.selected ul{
	display: block;
}
#navigation li.selected a, #navigation li.selected ul li.selected a, #navigation li.selected a:hover, #navigation li a:hover {
	color: #CD003A;
}
#navigation li, #navigation li.selected ul li a {
	color: #00ABC4;
}
div#footer {
	clear:left;
	display: block;
	width:100%;
	height: 83px;
	background: url(../../images/spraak/background/footer.gif) top left no-repeat;
}
.hide {display: none;}

/* HOMEPAGE STYLES
******************************/


.home div#left-column ul ul {
	display: none;
}
/*
.home div#contents h2 {
	text-indent: -5555px;
	background: url(../../images/spraak/background/spraakmakend.gif) top left no-repeat;
	width: 433px;
	height: 67px;
}*/
.home div#contents p.intro{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	padding-left: 0;
	color: #000;
}
.home div#contents p.grey{
	font-weight: normal;
	color: #888;
}
/*UL News
*******************************/
ul#news {
	list-style: none;
	margin: 0;
}
/*ul#news li a {
	color: #cd003a;
	text-decoration: none;
}*/
ul#news li a:hover {
	text-decoration: underline;
}
