@charset "utf-8";

/*------------------------------------------------------------------
Name:			River Hosting
Last change:	08 - 05 - 2009
Author:			Julian Maartens
Author URL:		www.riverhosting.nl
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of Contents]

1. Body
2. Top
	2.1. Top / #top
	2.2. Menu / #menu
	2.3. Header / #header
3. Content
	3.1. Sidebar / #sidebar
	3.2. Main / #main
4. Footer
5. Tables
	5.1. Klantenpaneel / Gegevens
X. Misc
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1. Body]
*/

* {
	margin: 0;
	padding: ;
	line-height: normal;
	outline: none;
	list-style: none;
	text-decoration: none;
	}

body {
	background: #c8f2ff url(../images/body-bg.png) top left repeat-x;
	border: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #777;
	width: 920px;
	margin: 0 auto;
	}

img {
	border: none;
	margin: 0;
	padding: 0;
	pointer: cursor;
	}

a,
a:visited {
	color: #f09100;
	outline: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
	}

	a:hover {
		color: #dd8500;
		text-decoration: none;
		}

ul {
	margin: 3px;
	}

	ul li {
		background: url(../images/list.png) top left no-repeat;
		padding: 0 0 0 12px;
		margin: 0 0 7px 0;
		font-size: 11px;
		}

	ul.none li {
		background: none;
		padding: 0;
		}

ol {
	list-style-type: decimal;
	}

	ol li {
		list-style-type: decimal;
		margin: 0 0 3px 0;
		}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #f09100;
	}

	h2 {
		font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
		font-size: 14px;
		color: #f09100;
		}

		h3 {
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;			
			font-size: 13px;
			color: #444;
			padding-bottom: 6px;
			}

			h4 {
				font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
				font-size: 14px;
				color: #f09100;
				}

				h1, h2, h3, h4 {
					font-weight: normal;
					}

				h1 a, h2 a {
					font-weight: normal;
					padding-bottom: 2px;
					}

input {
	background: #fafbfc;
		border-top: 1px solid #d9d7d0;
		border-left: 1px solid #d9d7d0;
		border-right: 1px solid #e6e5de;
		border-bottom: 1px solid #e6e5de;
	padding: 2px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	color: #9d9da4;
	}

select {	
	background: #fafbfc;
		border-top: 1px solid #d9d7d0;
		border-left: 1px solid #d9d7d0;
		border-right: 1px solid #e6e5de;
		border-bottom: 1px solid #e6e5de;
	padding: 1px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif; 
	font-weight: normal;
	font-size: 11px;
	color: #9d9da4;
	}

textarea {
	background: #fafbfc;
		border-top: 1px solid #d9d7d0;
		border-left: 1px solid #d9d7d0;
		border-right: 1px solid #e6e5de;
		border-bottom: 1px solid #e6e5de;
	padding: 4px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #85858c;
	line-height: 19px;
	overflow: auto;
	}

	.submit {
		background: #fafbfc;
			border-top: 1px solid #e6e5de;
			border-left: 1px solid #e6e5de;
			border-right: 1px solid #d9d7d0;
			border-bottom: 1px solid #d9d7d0;
		padding: 2px;
		padding-left: 1px;
		padding-right: 1px;
		font-size: 12px;
		color: #4d4c48;
		cursor: pointer;
		}

	.no_input {
		background: none;
		border: none;
		width: auto;
		}

	.left {
		float: left;
		}

	.right {
		float: right;
		}

		.clear {
			clear: both;
			font-size: 1px;
			}

	.accent {
		color: #76af05;
		}

/*------------------------------------------------------------------
[2. Top]
*/

	/*--------------------------------------------------------------
	[2.1. Top / #top]
	*/

	#top {
		height: 85px;
		margin: 0;
		padding: 0;
		}

		#top .logo {
			height: 40px;
			padding: 25px 0 0 !important;
			}

	/*--------------------------------------------------------------
	[2.2. Menu / #menu]
	*/

	#menu {
		width: 920px;
		height: 39px;
		}

		#menu .menu-left {
			background: url(../images/menu.png) top left no-repeat;
			height: 39px;
			width: 10px;
			float: left;
			}

		#menu .menu-right {
			background: url(../images/menu.png) top right no-repeat;
			height: 39px;
			width: 10px;
			float: right;
			}

		#menu .menu {
			background: #f09100;
			width: 900px;
			height: 39px;
			float: left;
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			}

			#menu .menu ul {
				margin: 0;
				padding: 0;
				}

				#menu .menu ul li {
					background: none;
					margin: 0 -6px 0 0;
					padding: 0;
					float: left;
					display: block;
					}

				#menu .menu ul a,
				#menu .menu ul a:visited {
					background: none;
					padding: 10px 14px 13px;
					font-family: "Trebuchet MS", Arial;
					font-weight: bold;
					font-size: 14px;
					color: #fff;
					display: block;
					text-decoration: none;
					}
					
				#menu .menu ul a:hover {
					background: #f07f00;
					padding: 10px 14px 13px;
					}

	/*--------------------------------------------------------------
	[2.3. Header / #header]
	*/

	#header {
		width: 920px;
		height: 180px;
		}

		#header img {
			width: 920px;
			height: 180px;
			}

/*------------------------------------------------------------------
[3. Content]
*/

#content {
	margin: 20px 0 0;
	width: 920px;
	}
	
	.datum {
		color: #999;
		margin: 0 10px 0 0;
		}

	/*--------------------------------------------------------------
	[3.1. Sidebar / .sidebar]
	*/

	#content .sidebar {
		width: 190px;
		}

		.sidebar .item {
			background: url(../images/sidebar-item.png) bottom left no-repeat;
			padding: 0 0 8px;
			margin: 0 0 12px;
			}

			.sidebar .item h2 {
				background: url(../images/content-header.png) top left no-repeat;
				padding: 8px 12px;
				margin: 0 0 1px;
				}

			.sidebar .item .bericht {
				background: #fff;
				padding: 12px 12px 4px;
				line-height: 23px;
				font-size: 11px;
				}

				.sidebar .item .bericht p {
					line-height: 18px;
					margin: 0 0 10px;
					}

				.sidebar .item .bericht ul {
					margin: 4px 0 0 7px;
					padding-left: 0;
					}

					.sidebar .item .bericht ul li {
						margin: 0 0 6px;
						}

					.sidebar .item .bericht ul a,
					.sidebar .item .bericht ul a:visited {
						color: #777;
						text-decoration: none;
						}

					.sidebar .item .bericht ul a:hover {
						color: #f09100;
						text-decoration: none;
						}

					.sidebar .item .bericht ul span.date {
						color: #999;
						margin: 0 10px 0 0;
						}

					.sidebar .item .bericht ul span.archive a,
					.sidebar .item .bericht ul span.archive a:visited {
						color: #919191;
						margin: 0 10px 0 0;
						}

					.sidebar .item .bericht ul span.archive a:hover {
						color: #f09100;
						text-decoration: none;
						}

				.sidebar .item .bericht .input {
					width: 154px;
					}

	/*--------------------------------------------------------------
	[3.2. Main / #main]
	*/

	#main {
		width: 718px;
		margin: 0 0 0 12px;
		float: left;
		}

		#main .item {
			background: url(../images/main-item-wide.png) bottom left no-repeat;
			padding: 0 0 8px;
			margin: 0 0 12px;
			}

			#main .item .top {
				width: 718px;
				height: 34px;
				margin: 0 0 0px;
				}

				#main .item .top .top-left {
					background: url(../images/content-header.png) top left no-repeat;
					height: 33px;
					width: 8px;
					float: left;
					}

				#main .item .top .top-right {
					background: url(../images/content-header.png) top right no-repeat;
					height: 33px;
					width: 8px;
					float: right;
					}

				#main .item .top h1 {
					background: #fff;
					color: #f09100;
					float: left;
					font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
					font-size: 14px;
					padding: 9px 3px;
					padding-bottom: 7px;
					width: 696px;
					}

			#main .item .bericht {
				background: #fff;
				padding: 18px 18px 10px;
				}

				#main .item .bericht p,strong {
					line-height: 22px;
					margin: 0 0 20px;
					}

				#main .item .bericht table a {
					line-height: 22px;
					margin: 0 0 20px;
					}

					#main .item .bericht .highlight {
					color: #f09100;
					}

/*------------------------------------------------------------------
[4. Footer / #footer]
*/

#footer {
	width: 920px;
	margin: 2px 0 0;
	}

	#footer .footer-top {
		background: url(../../images/footer.png) top left no-repeat;
		width: 920px;
		height: 13px;
		}

	#footer .footer-bottom {
		background: url(../../images/footer.png) bottom left no-repeat;
		width: 920px;
		height: 7px;
		margin: 0 0 30px;
		}

	#footer .footer {
		background: #fff;
		padding: 0 0 10px;
		}

		#footer .footer .copyright {
			width: 40%;
			float: left;
			margin: 0 12px;
			padding: 4px 10px;
			text-align: left;
			}

			#footer .footer .copyright p {
				line-height: 18px;
				}

			#footer .footer .copyright a,
			#footer .footer .copyright a:visited {
				color: #919191;
				text-decoration: none;				}

			#footer .footer .copyright a:hover {
				color: #f09100;
				text-decoration: none;
				}

		#footer .footer .banners {
			width: 45%;
			float: right;
			padding: 0px 20px;
			padding-right: 20px;
			text-align: right;
			}

/*------------------------------------------------------------------
[X. Misc]
*/

	img.centered,
	img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}

	img.alignright {
		padding: 4px;
		margin: 0 0 2px 14px;
		display: inline;
		}

	img.alignleft {
		padding: 4px;
		margin: 0 14px 2px 0;
		display: inline;
		}

	.alignright {
		float: right;
		}

	.alignleft {
		float: left;
		}