@import url(/css/default.css);

/********************************************************
   index.css
   (C) Mangrove 2005
   Specific style properties for index page
********************************************************/

h2, h3
{
	color: #A41984;
}
#welcome
{

	background-image: url(/images/welcome_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	border: 0;
	padding:0;
	margin:0;
	height: 11px;
	font-size: 0;
	width: 523px;
	margin-left: 12px;
}
#welcome2{	
  background-image: url(/images/welcome_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 0;
	padding:0;
	margin:0;
	width: 523px;
	font-size: 1.1em;
	background-color: #F3E1EF;
	margin-left: 12px;
	color: #A41984;
}
#welcome2 a
{
	text-decoration: underline;
}
h2
{
	margin:20px;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
}
p
{
	margin:20px;
	margin-top: 0;
}
ol li
{
	margin:20px;
	margin-top: 0;
	font-size: 1em;
}
#quote
{
	background-repeat: no-repeat;
	width: 240px;
	height: 70px;
	float: right;
	padding:0;
	margin:12px;
}
.quote1
{
	background-image: url(/images/quotes/quote1.gif);
}
.quote2
{
	background-image: url(/images/quotes/quote2.gif);
}
.quote3
{
	background-image: url(/images/quotes/quote3.gif);
}
.quote4
{
	background-image: url(/images/quotes/quote4.gif);
}
.quote
{
	background-image: url(/images/quotes/quote5.gif);
}
/***************************************************/
/*****              news index page            *****/
/***************************************************/

h2, p, #news p, #news h3, #news .read_more
{
	line-height: 1.8em;
	font-size: 1em;
}
#news li
{
	margin:0;
	margin-bottom: 2px;
	padding: 0;
	margin-right: 20px;
	list-style: url(/images/bullit.gif);
}
#news_archive li, .list li
{
	margin:0;
	padding: 0;
	margin-right: 20px;
	list-style: url(/images/bullit.gif);
}
.stappenplan_home
{
	border-top: 1px #A41984 solid;
	margin:2px;
	padding: 0;
}

p.login_info
{
	margin: 10px;
}

.date
{
	margin-top: 4px;

	color: #A41984;
}
#news img
{
	border: 1px solid #499ACB;
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 10px;
}
#news h3
{
	margin:0;
	padding:0;
	font-weight: bold;
	font-size: 1.5em;
}
#read_more
{
/*
  background-image: url(/images/icon_leesmeer.gif);
	background-repeat: no-repeat;
	width: 61px;
	height: 17px;*/
	cursor: pointer;
	float: right;
}
#news p
{
	margin:0;
	padding:0;
}
.brief
{
	margin:0;
	background-color: #FFFFFF;
	color: #000000;
	width: 340px;
	font-weight: normal;
	font-family: courier;
	font-size: 1.2em;
	margin-left: 100px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #000000;
}


