/** Exeti CMS Style Document **/
/* Made by Raphaël Spanjaard */
/* All rights reservered & copyright 2006 Raphaël Spanjaard */


body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Website */

#container {
	width: 802px;
	margin: 0px auto;
	background: #f6f6f6 url(images/mbg.gif) repeat-y center top;
}

#header {
	background-image: url(images/header.gif);
	height: 79px;
	width: 800px;
	margin-left: 1px;
}

#menu {
	width: 150px;
	height: auto;
	float: left;
	border-top: 1px solid #999999;
	margin-left: 1px;
}

#content {
	width: 650px;
	height: auto;
	float: left;
	min-height: 400px;
	_height: 400px;
	border-top: 1px solid #999999;
}

#content p {
	padding-top: 2px;
	padding-left: 8px;
}

#footer {
	width: 800px;
	height: 20px;
	text-align: center;
	background-color: #f6f6f6;
	margin-left: 1px;
	clear: both;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;	
}


/* login */

#login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	width: 350px;
}

input, textarea {
	font-size: 9pt;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #666666;
}

input.button {
	height: 20px;
	color: #333333;
	font-size: 12px;
	background: url(images/bg.gif) repeat-x #f0f0f0;
	border: 1px solid #a4a4a4;
}

/* Menu */

.nav {
    width: 150px;
    height: 100%;
}

h4 {
	margin: 4px 0px 5px 5px;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li {
	padding: 0;
	width: 150px;
	_width: 149px;
	display: block;
}

.nav a {
	cursor: pointer;
	display: block;
	color: #000000;
	padding: 2px 4px 4px 8px;
	text-decoration: none;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e5eef9;
}


.nav a:visited {
	color: #000000;
}

.nav a:hover {
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 2px 4px 4px 7px;
	background-color: #f1f1f1;
	text-decoration: none;
	display: block;
}

/* links */

a {
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}

a:link {
	text-decoration: none;
	color: #000000;
}
	
a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #990000;
	border-bottom: 1px dashed #FF0000;
}


/* formulier */

input, textarea {
	font-size: 9pt;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #666666;
}

input.button {
	height: 20px;
	color: #333333;
	font-size: 12px;
	background: url(images/bg.gif) repeat-x #f0f0f0;
	border: 1px solid #a4a4a4;
}

