/* Start of CMSMS style sheet 'neptunia oud layout' */
/*-------------------------------------------------------------------------
CSS SHEET door Jurrian Tromp voor Neptunia 24
Onderstaande notes geven informatie over de lengte in px.
1em = 16px 
-------------------------------------------------------------------------*/
* { /* alle classes en id's */
	margin: 0;
	padding: 0;
}
body {
	background-image:url(images/neptunia_bg.jpg);
	background-color: #646464; /* <== onder-achtergrond kleur */
	background-repeat: no-repeat;
	color: #FFCC00; /* <== Font kleur */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	text-align: center;
	padding: 1em;
	margin: 0;
}
h1 {
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1em;
}
a {
	color: #FFCC00;
}
img {
	border: 0;
	background-color: transparent;
}
h1 {
	font-size: 1.5em;
}
.wrapper {
	width:54em; /* 58.5 906,56px */
	margin: 0 auto 0 auto;
}
.header {
	text-align:center;
	height: 8.125em; /* 130 */
	margin-bottom: 3.125em;  /* 50 */
}
.header img {
	margin: 0 1.25em 0 1.25em /* 20 */
}
.content-wrap {
	float:right;
	min-height: 30.25em; /* 500 */
	height: auto !important;
	height: 30.25em; /* 500 */
}
.content {
	font-size: 0.9em;
	text-align:left;
	border: #FFCC00 0.07em solid;
	width: 45.5em;
	min-height: 30.25em; /* 500 */
	height: auto !important;
	height: 30.25em; /* 500 */
	padding: 1em 1.2em 3em 1.3em;
}
.menu {
	float:left;
	text-align:left;
	font-size: 0.8em;
	width: 11em;
	padding-right: 1em;
}
li.block {
	background-color: #ffcc33;
	min-height: 2em;
	height: auto !important;
	height: 2em;
	width: 10em;
	margin-bottom: 0.1em;
	border-color:#000;
	border-style:solid;
	border-width: 0.07em 0.14em 0.14em 0.07em;
	list-style-type: none;
}
li.block:visited {
	border-width: 0.14em 0.07em 0.07em 0.14em;
	border-color: #666;
	border-style: dotted;
}
li.block:hover {
	border-width: 0.14em 0.07em 0.07em 0.14em;
}
a.menulink {
	min-height: 2em;
	height: auto !important;
	height: 2em;
	width: 10em;
	color: #000;
	text-decoration: none;
	display: block;
	text-align:center;
	padding: 0.375em 0 0.375em 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
li.menulist {
	list-style-type: disc;
	margin-left: 1.5em;
}
.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8em;
}
/*--------------------- LOGIN eigenschappen ---------------------*/

.login {
	border: #999 0.07em solid;
	padding-bottom: 1em;
	float: right;
	text-align: left;
}
.top {
	background: #506D76 url(admin/themes/NCleanGrey/images/layout/nav.png) repeat-x left -3.13em;
	width: auto;
	color:#fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0.688em;
	margin-bottom: 1.2em;
}
#lbpassword, #lbusername {
	text-align: center;
}
#lbpassword, #lbusername, #lbsubmit {
	color: #FFF;
	border: 0.07em solid #999;
	margin: 0.07em 0.044em  0.07em 0.044em;
}
#lbpassword {
	background: url(images/cms/wachtwoord.png) no-repeat center center;
}
#lbusername {
	background: url(images/cms/naam.png) no-repeat center center;
}
#lbsubmit {
	background-color: #696969;
	color: #CCC;
}
/* End of 'neptunia oud layout' */

