@charset "utf-8";
/* Stylesheet voor Oetzie.nl CMS. (c) Oetzie.nl. Alle rechten voorbehouden. */

/* ---------------------------------------------------------------------------------- */
/* ----- Stijlen: Algemeen ---------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

body, html {
	text-align: center;
}

.container {
	width: 610px;
	height: auto;
	margin: 100px auto 0px auto;
	text-align: center;
}

.left {
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 5px 0px 0px;
	text-align: left;
}

.right {
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 0px 0px 5px;
	text-align: left;
}

.title {
	height: 23px;
	width: 288px;
	background: url('../images/gradient.jpg') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	line-height: 23px;
	padding: 0px 5px 0px 5px;
	color: #898989;
	font-weight: bold;
}

.content {
	height: 145px;	
	width: 288px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	text-align: justify;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
}

.img {
	width: 228px;
	height: 62px;
	padding: 15px 0px 0px 60px;
	background: url('../images/login.gif') no-repeat 0 0;
	font-weight: bold;
	margin: 0px;
}

.parameters {
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

.parameters li {
	list-style: decimal inside;
	margin: 0px;
}

.ulli {
	padding-left: 55px;
	font-weight: bold;	
}
