*	{
	margin:0; 
	padding:0;
}

html	{ 
	height:100%; 
	background:url(../images/page-bg.png) repeat-y #F1E7AF top center;
}

body	{ 
	height:100%; 
	width:100%;
}
img	{
	border:none;
}
.alignright {
	float:right;
}
ul, ol { 
	list-style:none;
}

.vcard img {
	float:left;
}
a		{
	text-decoration:none;
	color:#5b5b5b;
}
a:hover	{
	color:#577781;
	text-decoration:underline;
}
h1		{
	color:#577781;
	font-size:32px;
	margin:0 0 15px;
}
h2	{
	color:#577781; 
	font-size:24px;
	padding:3px;
}
h2.cat, h2.agenda-item, h2.result	{
	color:#577781; 
	font-size:24px;
	background:url(../images/cat-header-bg.png) #fff repeat-x bottom left;
	border:1px solid #ccc;
	padding:5px;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
h2.cat:hover, h2.agenda-item:hover {
	cursor:pointer;
}
h2.slug {
	text-transform:uppercase;
	font-size:56px;
	font-weight:bold;
}
h2.result {
	margin:10px 0 0;
}
h3	{
	font-size:12px;
}
h3.category		{
	color:#577781; 
	font-size:24px; 
	border-bottom:2px solid #f2f2f2; 
	margin:15px;
}

#wrapper	{ 
	width: 100%; 
	min-height:100%; 
	position:relative;
	font-family:Lucida Sans Unicode, "Lucida Grande", sans-serif;
	font-size:12px;
	color:#5b5b5b;
}

#content	{ 
	width:980px; 
	height:100%; 
	margin-left:auto; 
	margin-right:auto; 
	padding:10px 10px 45px; 
	position:relative;
}

.post	{
	margin:0;
}
.post p	{
	margin:0 0 10px;
}
.category, .agenda {
	margin:0 0 20px;
}
.category img, .agenda img, div.result img {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.category img:hover, .agenda img:hover, div.result img:hover {
	box-shadow: 3px 3px 2px #666;  
	-moz-box-shadow: 3px 3px 2px #666;  
	-webkit-box-shadow: 3px 3px 2px #666;
}
div.agenda p{
	padding:10px;
	margin:0;
}
#footer		{ 
	width:100%; 
	position:fixed; 
	height:45px; 
	bottom:0px; 
	background:url(../images/footer-bg.png) repeat-x bottom left transparent;
	font-family:Lucida Sans Unicode, "Lucida Grande", sans-serif;
	font-size:10px;
	color:#5b5b5b;
}

#footer-inner	{
	width:1000px; 
	margin-left:auto; 
	margin-right:auto;
}
#footer-inner ul	{
	list-style:none; 
	margin:10px auto 0; 
	height:35px;
	width:275px;
}
#footer-inner ul li	{
	float:left; 
	padding:9px 0 10px 10px;
}
#impressie-link {
	position:relative;
	z-index:99;
	min-width:200px;
	max-width:200px;
	min-height:50px;
	max-height:50px;
	padding:5px;
	top:-75px;
	left:700px;
	
	background:#fff;
	border:2px solid #ccc;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	box-shadow: 3px 3px 2px #666;  
	-moz-box-shadow: 3px 3px 2px #666;  
	-webkit-box-shadow: 3px 3px 2px #666;
	
	display:none;
}
#impressie-link span a {
	float:right;
	color:#ff3300;
}
#impressie-link a {
	color:#ff3300;
}
#form {
	max-width:200px;
}
.result-cont p {
	margin:0;
	padding:10px;
}
.tabelding {
	margin:200px 0 0;
}
div.result img, div.agenda img {
	float:left;
	margin:10px;
}
#flashintro {
	margin-left:90px;
}
