@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #475e70;
	line-height:18px;
	background: #b1b1b1 url(img/background.jpg) repeat top left;
}

.clear {
	clear: both;
}

a {
	color: #475e70
}
a:hover{
	text-decoration:none;
}
h1{
	font-size:12px;
	font-weight:bold;
}

#container {
	margin: 10px auto 0 auto;
	width: 902px;
	
}
#ronding_boven {
	height: 7px;
	background: url(http://www.i-concept.nl/img/bgTop.gif) no-repeat bottom left;
}

#ronding_onder {
	height: 12px;
	background: url(http://www.i-concept.nl/img/bgBottom.gif) no-repeat top left;
}

#top {
	margin: 0 6px 0 0;
	text-align: right;
}
#bottom {
	margin: 0 10px 10px 0;
	text-align: right;
}
#top a, #bottom a {
	color: #445b6f;
	text-decoration: none;
}
#top a:hover, #bottom a:hover {
	padding: 0 5px;
	background-color: #445b6f;
	color: #fff;
	
}

	#content {
		width: 900px;
		background: #fff;
		border-left: 1px solid #9b9b9b;
		border-right: 1px solid #9b9b9b;
	}
		
		#header {
			padding: 4px 0 0 0;
		}
			/*#logo {
				margin: 20px 0 0 0;
			}*/
				
		#main {
			padding:0;
			margin: 10px 8px 0 8px;
			/*border-top: 1px #ccc solid;*/
			background: #fff;
		
		}
		
		.box {
		}
			.box h3 {
				padding: 4px 0px 0px 25px;
				height: 26px;
				font-size: 16px;
				font-weight: normal;
				font-family:"Eras Demi ITC", Arial, Helvetica, sans-serif;
			}
			.box .content {
				padding: 0 0 0 25px;
			}
				.content p {
					margin: 0 0 10px 0;
				}
				.content .news_item {
					margin-bottom:8px;
					padding-bottom:8px;
					border-bottom: 1px solid #CCCCCC;
				}
				.content .news_item .news_title a{
					font-size:12px;
					font-weight:bold;
					text-decoration:none;
				}
			.box .content_bottom {
				color:#999999;
				font-style:italic;
				text-align:right;
			}

			#left {
				padding: 0 8px 0 0;
				margin: 0 10px 100px 0;
				width: 173px;
				border-right: 1px #ccc solid;
				float: left;
			}
				#left h3 {
						width: 140px;
						background: url(http://www.i-concept.nl/img/header280.jpg) no-repeat;
					}
				#left li {
						list-style: none;
				}
			#middle {
				padding: 0 8px;
				width: 484px;
				float: left;
			}
				#middle .box {
					
				}
					#middle .box h3 {
						width: 460px;
						background: url(http://www.i-concept.nl/img/header550.jpg) no-repeat;
					}
				#middle table {
					border-collapse: collapse;
					border: none;
				}
					#middle thead tr {
						padding: 0 0 4px 0;
						margin: 0 0 4px 0;
						border-bottom: #445b6f 2px solid;
						font-weight: bold;
						text-align: left;
					}
					#middle tr {
					}
		
			#right {
				padding: 0 0 0 8px;
				margin: 0 0 0 10px;
				width: 173px;
				border-left: 1px #ccc solid;
				float: left;
			}
				#right h3 {
					padding: 4px 0px 0px 25px;
					width: 140px;
					height: 26px;
					background: url(http://www.i-concept.nl/img/header280.jpg) no-repeat;
					}
			
			
	#rss_data {
	
	}
		#rss_data ul {
			margin:0;
			padding:0;
			margin-left:15px;
		}
		#rss_data ul li {
			list-style-type:square;
		}
		#rss_data ul li:hover {
			 color:#7292B1;
		}
		
ul#mainMenu {
	margin:0;
	padding:0;
	margin-left:15px;
}
ul#mainMenu li {
	list-style-type:square;
}
ul#mainMenu li:hover {
	 color:#7292B1;
}