/* @group General Styles */

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 9px 9px 9px 0;
	padding: 3px;
}

.image-right {
	float: right;
	margin: 3px 0 1em 1em;
	padding: 3px;
}

/* @end */

/* @group General Styles */

body {
    margin: 0;
    font-family: Helvetica;
    background: #cccccc;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

#header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 45px;
    background: url(images/toolbar.png) repeat-x;
    background-color: #6d84a2;
}

#content {
	background: url(images/verloop.png) repeat-x;
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    -webkit-border-image: url(images/toolButton.png) 0 5 0 5;
}

/* @end */
