/*

CSS specific for Ubuntu NL moin theme

Copyright (c) Ubuntu NL Artwork - https://launchpad.net/ubuntu-nl-artwork

*/





/*
Header and footer
*/
#header .container {
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
}
#top-section {
    background-color: #DD4814;
    box-shadow: 0 1px 1px #C8C8C8;
    height: 65px;
    position: relative;
    z-index: 3;
}
#main-nav {
    border-left: medium none;
    height: 65px;
    max-width: 770px;
    width: auto;
    font-size: 14px;
    float: left;
}
#main-nav:after {
    content: url("../images/topnav_divider.png");
    float: left;
}
#main-nav:before {
    content: url("../images/topnav_divider.png");
    float: left;
}
a.main-nav-item, a.main-nav-item:visited {
    line-height: 65px;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 0 15px;
    text-shadow: 1px 1px 1px #333333;
}
a.main-nav-item.current, a.main-nav-item:hover, a.main-nav-item:active, a.main-nav-item:focus {
    background: url("../images/mainnav.png") repeat scroll 0 0 transparent;
    text-decoration: none;
}
#top-logo {
    color: #FFFFFF;
    line-height: 1.5em;
    text-align: right;
    float: right;
    margin: 0 10px 5px 0;
    padding: 10px 10px 0 0;
    width: 180px;
    font-size: 0.875em;
}
#the-logo {
    background: url("https://ubuntu-nl.org/images/ubuntu-logo.png") repeat scroll 0 0 transparent;
    clear: both;
    display: block;
    float: right;
    height: 27px;
    width: 118px;
}
#loco {
    clear: both;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    white-space: nowrap;
}

#page-related {
    background-color: #F7F7F7;
    box-shadow: 0 1px 1px #DFDFDF;
    display: block;
    font-weight: normal;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}

#sub-nav-container {
    margin: 0 auto;
    width: 980px;
    max-width: 980px;
}
#sub-nav {
    float: left;
    padding: 0 10px;
    font-size: 12px;
}
a.sub-nav-item, a.sub-nav-item:visited {
    color: #333333;
    display: block;
    float: left;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
}
a.sub-nav-item.current, a.sub-nav-item:hover, a.sub-nav-item:active, a.sub-nav-item:focus {
    background-color: #EFEFEF;
    color: #DD4814;
    text-decoration: none;
}
.search {
    float: right;
    line-height: 40px;
    margin-right: 30px;
}
.search #searchinput {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    height: 16px;
    padding: 3px;
    width: 180px;
    margin-top: 3px;
}

.search #titlesearch {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    padding: 2px;
    border-radius: 0;
    color: #333;
    height: 24px;
    text-shadow: none;
    font-size: 14px;
    margin-top: 8px;
    vertical-align: top;
}
.main-wrapper {

}

div#wrapper {
    margin: 0 auto;
    max-width: 2300px;
    min-width: 764px;
    width: 90%;
    padding: 1px 0 5px;
}
#upper-content {
    background-color: #FFFFFF;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #CCCCCC;
    margin: 20px 0 5px;
    /*padding: 0.5em 0.5em;*/
    overflow: hidden;
}
#username {
    float: right;
    font-size: 12px;
    line-height: 2em;
    margin-left: 15px;
}
.editbar { 
    float: left;
}
.editbar, #username {
    padding: 0 0.5em;
    overflow: hidden;
    line-height: 1em;
    list-style: none outside none;
    margin: 0;
}
.editbar li, #username li {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-right: 1px solid #E9E9E9;
}
.editbar a, .editbar span, #username a {
    color: #333333;
    display: block;
    text-decoration: none;
    line-height: 22px;
    padding: 0 5px;
    position: relative;
    white-space: pre;
}
.editbar span {
    color: #666;
}
.editbar a:hover, #username a:hover {
    color: #dd4814;
    text-decoration: none;
}
#content_section {
    background-color: #FFFFFF;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 1px 1px 2px #CCCCCC;
    padding: 5px 1.2em;
}
.breadcrumbs {
    overflow: hidden;
    margin-left:-45px;
}
.breadcrumbs .breadcrumb {
    display: block;
    float: left;
}
.breadcrumbs .breadcrumb:after {
    content: " » ";
    margin-right: 4px;
}
.breadcrumbs .breadcrumb-last:after {
    content: "";
}

/* The footer wih copyright links etc. */
#footer_section
{
    background-color: #fff;
    padding: 0 20px;
    background:	url("../images/footer-bg.png") repeat-x scroll 0 0 #EEECEA;
    padding: 8px;
}
#footer_section .container {
    width: 980px;
    margin: 0 auto;
}
.footer-content {
    float: left;
    margin: 5px 10px;
    padding: 10px;
    width: 120px;
    font-size: 14px;
    line-height: 18px;
}
.footer-content-right {
    float: right;
    text-align: right;
}
.footer-content dt {
    font-size: 12px;
    font-weight: bold;
}
.footer-content dd {
    margin-bottom: 15px;
    margin-left: 0;
}
.footer-links {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
#footer_section a.footer-link:hover, #footer_section a.footer-link:active, #footer_section a.footer-link:focus {
    color: #DD4814;
    text-decoration: underline;
}
.footer-item {
    border-bottom: 1px dotted #333333;
    display: block;
    margin-top: 3px;
}
.foot-note {
    display: block;
    clear:both;
    margin: 0 10px;
    padding: 0 10px;
}
#footer_section a
{
   color: #333;
}
#footer_section span.smalltext
{
	font-size: 100%;
}
#footer_section ul li, #footer_section p
{
	font-size: 10px;
}
#footer_section ul li.copyright-smf
{
	width: 320px; 	
	float: left;
}
#footer_section ul li.copyright-theme
{
	width: 310px;  
	float: left;
}
#hosting-text {
	float: right;	
	clear: left;
	font-weight: bold;
}
#logo-hcc {
    background: url('../images/hcc.png') no-repeat scroll 0 0 transparent;
    font-size: 0;
    line-height: 0;  
    text-indent: -9999px;
    margin-left: 10px;
    padding: 20px 59px 0 0;
    vertical-align: sub;
}
#logo-bit {
    background: url('../images/bit.png') no-repeat scroll 0 0 transparent;
    font-size: 0;
    line-height: 0;  
    text-indent: -9999px;
    margin-left: 10px;
    padding: 22px 59px 0 0;
    vertical-align: sub;
}
.footer-bottom-hosting 
{ 
	width: 310px; 
	text-align: right; 
	float: right; 
	font-weight: bold;
} 
/*
h1 {
    margin-bottom: 12px;
}*/
.section {
    background-color: #f7f7f7;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    padding: 30px 12px 12px;
}
.section h2 {
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    background-color: #dd4814;
    padding: 2px 12px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-top: 0;
    position: absolute;
}
.section a {
    text-decoration: underline;
}
.section a, .section span {
    line-height: 1.6em;
}
.row {
    clear: both;
}
.block {
    width: 33%;
    float: left;
    line-height: 1.4em;
    padding: 0;
}
.block h3 {
    color: #333;
    font-size: 1em;
    font-weight: bold;
}
.block img {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}




body {
    font-family: "Ubuntu", "Ubuntu Beta", "Bitstream Vera Sans", DejaVu Sans, Tahoma, sans-serif;
    color: #333;
    background-color: #EEECEA;
    background: url("../images/dotted.png") repeat scroll 0 0 #F7F7F7;
    font-size: 12px;
    /*line-height: 14px;*/
    line-height: 1.5;
    margin: 0px;
    padding: 0px;
}
#container {
    background: #f7f6f5;
    margin: 0px auto 20px;
    padding: 0px;
    width: 976px;
}
#container-inner {
    background-color: #fff;
}

#menu-search {
    height: 40px;
    margin: 0 16px;
}

#bodyinner td {
    padding: 8px;
}

#title {
    padding: 28px 24px;
}

#cwt-content {
    padding: 32px 240px 32px 32px;
    margin: 0 16px 16px;
    background-color: #f7f7f7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#cwt-nav3 .editbar a {
    display: block;
    width: 100%;
    padding: 12px 10px 0;
}
#cwt-nav3 .editbar li {
    padding: 0;
}
#cwt-nav3 .editbar form {
    padding: 6px 10px 0;
}
#end-content {
    clear: both;
}

.box-944 {
    background: #ffffff;
    width: 944px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.box-304 {
    background: #ffffff;
    width: 304px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.box-624 {
    background: #ffffff;
    width: 304px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.content-box {
    width: 912px;
    padding: 16px;
}

#copyright {
    background-image: url(/assets/light/images/footer_logo.png);
    background-position: 827px 32px;
    background-repeat: no-repeat;
    margin: 0 16px;
    padding: 40px 0 0 0;
    height: 32px;
}
#copyright p {
    color: #aea79f;
    font-size: 10px;
    line-height: 14px;
    margin: 2px 0;
}
#ubuntu-header {
    background-image: url(/assets/light/images/header_logo.png);
    background-repeat: no-repeat;
    height: 32px;
    left: 843px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 117px;
    overflow: hidden;
    text-indent: -9999px;
}
#ubuntu-header a {
    display: block;
    height: 100%;
    width: 100%;
}

#footer {
    padding-top: 16px;
}
#footer * {
    font-size: 10px;
    line-height: 14px;
}
#footer p {
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px dotted #aea79f;
}
#footer p.footer-title {
    font-weight: bold;
}
#footer .footer-div {
    height: 152px;
    width: 144px;
    float: left;
    margin-left: 16px;
}
#footer .last-div {
    margin-right: 16px;
}
#footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer li {
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px dotted #aea79f;
}

#main-menu {
    list-style: none;
    margin: 0;
    margin-left: 16px;
    padding: 0;
    height: 100%;
    background: url(/assets/light/images/topnav_divider.png) no-repeat scroll left top transparent !important;
}
#main-menu li {
    float: left;
    margin: 0;
    padding: 0;
    height: 64px;
    font-size: 14px;
    line-height: 16px;
    background: url(/assets/light/images/topnav_divider.png) no-repeat scroll right top transparent !important;
}
#main-menu a {
    display: block;
    float: left;
    margin: 0;
    padding: 24px 8px;
    text-decoration: none;
    color: #fff;
    text-shadow: #000 0px 1px;
}
#main-menu a:hover, #main-menu a.active {
    background: url(/assets/light/images/topnav_active_bg.png) no-repeat right top transparent !important;
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    margin-top: 1em;
}
h1 {
    font-size: 28px;
    line-height: 32px;
    /*margin-top: 0em;*/
    margin: 0 0 8px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}
h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}
h3.link-other {
    color: #333;
}
h3.link-services {
    color: #fff;
}
h4 {
    font-size: 12px;
    line-height: 14px;
}
h4.link-news {
    color: #ef5a29;
}
h4.link-ubuntu {
    color: #dd4814;
}
h4.partners {
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
h5 {
    color: #333;
    font-size: 10px;
    line-height: 14px;
}
p {
    font-size: 13px;
}
pre {
    background-color:#F3F3F3;
    border:1px dashed #C1B496;
    font-family:UbuntuMono,courier,monospace;
    padding:4pt;
    white-space:pre-wrap;
    word-wrap:break-word;
    width:95%;
}
tt {
    font-family:UbuntuMono,courier,monospace;
}

strong {
    font-weight: bold;
}

a {
    color: #DD4814;
    text-decoration: none;
}
a:hover {
    color: #dd4814;
    text-decoration: underline;
}
div.footer-div:hover a, div#cwt-content a {
    color: #dd4814;
    text-decoration: none;
}
div.footer-div:hover a:hover, div#cwt-content:hover a:hover {
    color: #dd4814;
    text-decoration: underline;
}

#content ul {
    margin-bottom: 16px;
    list-style-image: url(/assets/light/images/bullet.png);
}
#content ul li {
    margin-bottom: 8px;
    line-height: 14px;
}
#content ul li:last-child {
    margin-bottom: 0px;
}

p.call-to-action {
    color: #333;
}
p.case-study {
    color: #333;
}
p.highlight {
    font-size: 16px;
    line-height: 20px;
}
p.introduction {
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
p.services {
    color: #fff;
}
#pageinfo {
    font-size: 70%;
    padding: 0 16px 12px;
    text-align: right;
}
p.small-text {
    color: #333;
    font-size: 10px;
}

/* Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html] */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}  /* for IE/Mac */




.table-of-contents-heading {
	font-weight:bold;
}

.table-of-contents {
	float:right;
	background-color: #F7F6F5;
	color:#000;

}


/*
GeschiktVoor macro 
*/

.geschiktvoor-table {
	float:right; 
	background-color: #F7F6F5;
	color:#000;
}

.geschiktvoor-row {
	background-color: #DD4814;
	height:25px;
	/*border-bottom:1px solid #ffffff;*/
}

.geschiktvoor-subpage {
	text-align: center;
}

.geschiktvoor-cell {
	text-align: left;
	padding:0px;
}

.geschiktvoor-startcell {
	text-align: right;
}


.geschiktvoor-subpage a {
	color:#000;
	text-decoration: underline;
}
.geschiktvoor-subpage a:hover{
	text-decoration: none;
}
