html {
    margin: 0px;
    padding: 0px;
    height: 100%
}

body { 
    font-family: verdana, arial, sans-serif; 
    background-color: white; 
    margin: 0px; 
    padding: 0px;
    height: 100%;
}

h1, h3, li, span, div, ul, form { /* reset all tags used, just in case */
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1 { 
    background-image: url('../images/logoslice.jpg'); 
    background-repeat: no-repeat; 
    background-position: center; 
    background-color: black; 
    color: white; 
    font-size: 24pt; 
    font-weight: bold; 
    text-align: center; 
    vertical-align: middle;
    height: 60px; 
    line-height: 60px; /* centers text vertically */
    white-space: nowrap;
    min-width: 600px; 
}

.menubar {
    background-color: #423ea5;
    color: white; 
    font-size: 8pt; 
    font-weight: bold;
    text-align: center; 
    white-space: nowrap;
    min-width: 600px;
    padding-top: 0px;
    padding-bottom: 2px;
}

.menubar-top {
    border-top: 1px solid white;
    border-bottom: 9px solid #d9c376;
}
    
.menubar-bottom {
    border-top: 9px solid #d9c376;
    border-bottom: 1px solid white;
    clear: both;
}

.menubar a {
    color: white;
}

.leftmenu, .rightmenu {
    margin: 0px;
    padding: 0px;
    width: 200px;
    background-color: #f9f5e7;
    padding-top: 17px;   
    padding-bottom: 9px; /* With the menu fonts used, menus are centered vertically (FF) */
}

.menu, .menudate, .menu-top10 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.menu h3, .menudate h3, .menu-top10 h3 {
    width: 100%;
    margin-left: 0%;
    padding-bottom: 2px;
    border-bottom: 2px solid #d9c376;
		margin-bottom: 2px;
    font-size: 10pt;
    font-weight: bold;
    color: black;
}

.menu h3 span, .menudate h3 span, .menu-top10 h3 span {
    padding-left: 7px;
    padding-right: 7px;
}

.menu h3 a {
    color: black;
    font-size: 10pt;
}

.menu ul, .menudate ul, .menu-top10 ul {
    margin: 0px;
    padding: 0px;
    font-size: 8pt;
    line-height: 9.77pt;
}

.menu li, .menudate li, .menu-top10 li {
    list-style-type: none;
    color: black;
		margin-left: 7px;
		margin-right: 7px;
    padding-top: 3px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.menu-top10 li {
    clear: both;
}

.menudate li span {
    float: right;
    color: #7A5124;
    margin-left: 7px;
    margin-right: 0px;
}

.menu-top10 li div {
    float: left;
    width: 120px;
    margin-right: 7px;
}

.menu li a, .menudate li a, .menu-top10 li a {
    color: black;
}

.menu form {
    margin-bottom: 5px;
}

.content {
    background-color: white;
    font-family: verdana, arial, sans-serif;
    font-size: 9pt;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
}

.mainpage {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%
}

.mainpage tr td {
    vertical-align: top;
}

.titel, .pagina-kop {
		color: #0060e2; 
		font-size: 18pt; 
		font-weight: bold; 
}

.pagina-kop {
    margin-bottom: 10px;
}

.comment-titel, .teaser-titel, .paragraaf-kop {
		color: #0060e2; 
		font-size: 14pt; 
		font-weight: bold; 
}

.paragraaf-kop {
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
}

.auteur, .comment-auteur, .teaser-auteur {
		color: #808080; 
		font-size: 8pt;
}

.artikel, .comment-text, .teaser-artikel, .teaser-nav {
		color: black; 
		font-size: 9pt;
		margin-top: 20px;
		margin-bottom: 10px;
}

.comment-text, .teaser-artikel {
    margin-top: 10px;
}

.artikel a, .comment-text a, .teaser-artikel a {
    color: #000080;
    font-size: 9pt;
}

.teaser-nav {
    margin-top: 0px;
    margin-bottom: 20px;
}

.teaser-nav a {
    color: black;
}

.teaser-nav span {
    float: right;
}

.teaser-nav span em, .disabled-button {
    font-style: normal;
    color: #808080;
}

.signature, .comment-sig {
		color: #808080; 
		font-size: 8pt;
		margin-bottom: 8px;
}

.comment-indent {
    margin-left: 20px;
}

.comment-body {
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    clear: both;    
}

.reaction-line, .comment-reaction, .teaser-last-line {
    font-size: 8pt;
    color: black;
    margin-bottom: 8px;
}

.reaction-line a, .comment-reaction a, .teaser-last-line a, .table-standard a, .main a {
    color: #000080;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.teaser {
    margin-bottom: 20px;
}

.avatar {
    margin-left : 1px;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-right: 8px;
    float: left;
}

.comment-avatar {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 1px;
    margin-right: 7px;
    float: left;
}

.avatar-profile {
    margin-top: 0pt;
    float: right;
}

.table-standard {}

.table-standard th {
    text-align: left;
    font-size: 9pt;
    font-weight: bold;
    padding-right: 20px;
}

.table-standard td {
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    padding-right: 20px;
}

.warning, .error {
    font-size: 9pt;
    font-weight: bold;
    color: red;
} 

.input {
    margin-top: 2px;
    margin-bottom: 5px;
}

.published {
	font-weight: bold; 
	color: yellow; 
	background: green; 
}

.deleted {
	font-weight: bold; 
	color: yellow; 
	background: red; 
}

.inactive {
	color: black; 
	background: lightgrey; 
}

