/**
 * Botter Administraties
 * (c) Reclame Henk de Lange
 *
 * @colors
 *   % black  blue   orange dorange
 * 100 000000 003FB7 FF9D00 FF7E00
 *  90 191919 1952BE FFA619
 *  80 333333 3365C5 FFB033
 *  70 4C4C4C 4C78CC FFBA4C
 *  60 666666 668BD3 FFC466
 *  50 7F7F7F 7F9FDB FFCE7F
 *  40 999999 99B2E2 FFD799
 *  30 B2B2B2 B2C5E9 FFE1B2
 *  20 CCCCCC CCD8F0 FFEBCC
 *  10 E5E5E5 E5EBF7 FFF5E5
 */
html, body {
	height: 100%;
}
body {
	font-size: 13px;
	margin: 0;
	padding: 0;
	background: white url(../img/bg.jpg) no-repeat center top;
}
body, input, textarea, select, a {
	color: #003FB7;
	font-family: "lucida sans", "lucida grande", "lucida sans unicode", verdana, arial, helvetica, sans-serif;
}

/* Margin & padding, typo baseline grid */
* {
	margin: 0; 
	padding: 0;
}
body {
	line-height: 18px;
}
h1, h2, h3, p, ul, ol {
	margin-bottom: 18px;
}
h1 {
	font-size: 28px;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	line-height: 18px;
}
input, textarea, select {
	padding: 3px;
	font-size: 13px;
}
button, input[type=button], input[type=submit], .button {
	padding: 6px;
}
.buttons {
	text-align: right;
}

img, table {
	border: none;
}
table {
	border-collapse: collapse;
}
th, td {
	vertical-align: top;
}

.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}

#layout {
	width: 850px;
	height: 1500px;
	margin: 0 auto;
}

#top {
	position: relative;
	height: 92px;
}
#logo {
	position: absolute;
	top: 16px;
}
#image h3 {
	position: absolute;
	right: 100px;
	top: 40px;
	color: #003FB7;
	font-size: 140%;
	margin: 0;
}
#image-fx {
	position: absolute;
	top: 2px;
	right: -15px;
}
#image-visuals {
	position: absolute;
	right: 0px;
	top: 17px;
}
#image-visuals img {
	display: none;
}
#image-visuals img.first {
	display: block;
}

#nav {
	position: relative;
}
#tabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
}
#tabs li {
	padding-top: 5px;
	float: left;
	margin-right: 6px;
}
#tabs li.selected {
	padding-top: 0;
}
#contact {
	position: absolute;
	right: 0px;
	bottom: 10px;
	font-size: 11px;
}
#contact, #contact a {
	color: #4C78CC;
	text-decoration: none;
}

#content {
	background: #FF9D00 url(../img/bg_content.jpg) no-repeat center top;
	height: 100%;
	border-top: 1px solid #fece80;
}
#content, #content a {
	color: white;
}
#content .textfield, #content select, #content textarea {
	background-color: #FFEBCC;
	border: 1px solid #FFEBCC;
}
#content .button {
	color: white;
	background-color: #003FB7;
	font-weight: bold;
	border-top: 1px solid #CCD8F0;
	border-left: 1px solid #CCD8F0;
	border-right: 1px solid #FF6800;
	border-bottom: 1px solid #FF6800;
}
#content ul {
	margin-left: 20px;
	padding: 0;
}

#content .inner {
	padding: 25px;
	padding-top: 20px;
}
#content .columns {
	padding: 0;
}
#content .column {
	float: left;
	overflow: hidden;
}
#left {
	width: 525px;
	margin-right: 25px;
	padding: 20px 0 25px 25px;
}
#right {
	background: #ff8b00 url(../img/bg_right.jpg) no-repeat left top;
	width: 224px;
	padding: 25px;
	padding-top: 20px;
	height: 1450px;
	border-left: 1px solid #fbcb80;
}

/*
 form in article = editable
 */
form.edit-tools {
	text-align: right;
	margin-top: 12px;
}
form.edit-tools, form.edit-tools * {
	font-size: 11px;
}

#right .article {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFA619;
}
#right .item h2 {
	font-size: 130%;
	margin-top: 0;
}

.profiel #right td {
	padding: 3px 8px 3px 0;
	border-bottom: 1px solid #FFA619;
}
.profiel #portrait {
	position: relative;
	left: -12px;
	top: -5px;
}

.contact form {
	width: 500px;
}
.contact form .textfield, .contact form textarea {
	display: block;
	width: 100%;
}

table#login {
	width: 400px;
	margin: 0 auto;
	margin-top: 100px;
}
table#login td {
	padding: 3px;
	padding-right: 12px;
}

/**
 * Editable
 */
#edit-menu {
	position: relative;
	right: 0px;
	top: 0px;
	font-size: 11px;
	background-color: #B2C5E9;
	height: 25px;
}
#edit-menu #inner {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
#edit-menu #greeting,
#edit-menu #items {
	position: absolute;
	top: 4px;
}
#edit-menu #items a {
	margin-left: 1em;
	text-decoration: none;
}
#edit-menu #greeting {
	right: 0px;
}
.edit .row {
	margin-bottom: 12px;
}
.edit .row,
.edit .row input.textfield,
.edit .row textarea {
	width: 500px;
}
.edit .row textarea {
	height: 350px;
}
.edit .buttons {
	margin: 10px 0 10px 0;
	text-align: right;
}
#content input#article-title {
	color: white;
	background-color: #FF9D00;
	font-size: 20px;
	font-weight: bold;
}