/* 01.COMMON STYLING
-------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
	color:#000000;
	position: relative;
	width:  1100px;
	margin: 0px auto 0px auto;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../_img/pk_flower.gif);
	background-repeat: repeat-x;
}


h1 {
	font-family: DIN-Regular;
	font-size: 21px;
	color: #B1005E;
	text-decoration: none;
	font-weight: lighter;
	text-transform: capitalize;
}

h2 {
	margin:0 0 5px 0;
	font-family: Arial;
	font-size: 12px;
	color: #B1005E;
	font-weight: lighter;
}

h3 {
	margin:0 0 5px 0;
	font-size:14px;
	font-weight: lighter;
	font-family: DIN-Regular;
	color: #0099CC;
}
	
a:link {
	color:#0099FF;
	text-decoration: none;
}
a:visited {
	color:#0099FF;
	text-decoration: none;
}
a:hover {color:#CC00CC; text-decoration:none;
}
a:active {color:#0099CC;
}
	

#container {
	float: left;
	position:relative;
	width: 1000px;
	padding: 40px 0px 0px 0px;
	background-image: url(../_img/transparant.png);
	background-repeat: repeat;
	}

#header {
	position:relative;
	width: 900px;
	float: left;
	height: 60px;	
}

#algemeen {
	position: relative;
	float: left;
	width: 230px;
	padding: 20px 15px 0px 5px;
	margin: 0px 25px 0px 0px;
	color: #B0005D;
	background-image: url(../_img/lijn.gif);
	background-repeat: no-repeat;
	background-position: right 20px;
		}
		
		#cities-kolom {
	position: relative;
	float: left;
	width: 210px;
	padding: 10px 0px 20px 20px;
		}

#cities {
	position: relative;
	float: left;
	width: 200px;
	padding: 10px 5px 10px 10px;
	margin: 0px 0px 20px 0px;
	background-image: url(../_img/lijn.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	background-color: #FFFDDA;
		}

#speakers {
	position:relative;
	float: left;
	width: 500px;
	padding: 20px 0px 0px 0px;
}
#stadmenu {
	position:relative;
	float: right;
	width: 180px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}
#nieuwsmenu {
	position:relative;
	float: right;
	width: 250px;
	text-align: left;
	height: 225px;
}


/* 03. INDEX
-------------------------------------- */
#homecontainer {
	position:relative;
	float: left;
	width: 700px;
	padding: 20px 0px 0px 0px;
}

#mapcontainer {
	position:relative;
	float: left;
	width: 425px;
	padding: 5px 5px 5px 5px;
	border: medium outset #999999;
	background-image: url(../_images/_home/BG_stripe.png);
	background-repeat: repeat;
	text-align: center;
}

#stedencontainer {
	position:relative;
	float: left;
	width: 700px;
}

#stadcontainer {
	position:relative;
	float: left;
	width: 200px;
	height: 130px;
	margin: 20px 10px 20px 0px;
	padding: 10px 5px 10px 5px;
	border: medium outset #999999;
	background-image: url(../_images/_home/BG_stripe.png);
	background-repeat: repeat;
}




	
/* 04. MENUS
-------------------------------------- */
#hoofdmenu-container{
	width: 130px;
	float: right;
	position: relative;
	}





/* 05. ARCHIVE STYLES
-------------------------------------- */
#afbblok-archive {
	float: left;
	margin: 0px 5px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: thin solid #333333;
	background-color: #CCCCCC;
	text-align: center;
	width: 100px;
	height: 150px;
}
.stadnaam {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
