html, body
{
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}

body {
	background: url('img/menu-bg.png') repeat-x;
}

.logo-sijperda {
	width: 100%;
	padding: 20px 5px 5px;
	max-width: 150px;
	text-align: center;
	margin:0 auto;
	display: block;
}

.sidebar {
	font-size: 12px;
}

.pagetoprow {
	height: 64px;
}

@media screen and (min-width: 992px) {
	.search_form {
		position: absolute !important;
		top: 60px;
		right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.search_form {
		margin: 0 0 15px 15px;
	}
}

.ajax_search {
	font-size: 12px;
	padding: 5px;
	width: 200px;
}


@media screen and (min-width: 992px) {
	.row.like-table.row > div {
		display: table-cell;
	}
}

.row.like-table.row > div {
		float:none;
	}

h1 {
	color: #094D98 !important;
	font-size: 20px !important;
	font-weight: bold !important;
}

h2 {
	font-size: 12px !important;
	font-weight: bold !important;
}

h2.column {
	background-color: #818181;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	margin: 30px 0 20px 0;
	text-transform: uppercase;
}

@media screen and (max-width: 992px) {
	h2.column {
		margin: 0 0 20px 0;
	}
}

#logo{
	position: absolute;
	z-index: 1;
}

.headerimg img {
	width: 100%;
}

.sidebar {
	background-color: #dbdbdb;
	min-height: 100%;
	height: 100%;
	color: #333;
}
.sidebar a {
	color: #333;
}

.bottom-contact {
	margin-top:15px;
	background-color: #dbdbdb;
}

.bottom-contact p {
	float:left;
}

.footerinfo {
	text-align: center;
	color: #818181;
}

.footerinfo a {
	color: #818181;
}

#small_menu {
	margin-top:120px;
}

#menu {
	position: relative;
    top: 20px;
    height: 25px;
}

#menu ul {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #133865;
	height: 25px;	
}

#menu ul li {
	display: inline;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 25px;
	padding: 4px 11px 4px 11px;
}

#menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
}

#menu ul li.nomargin {
	margin: 0;
}

#menu ul li:hover, #menu ul li.actief {
	background-color: #0b2442;
}

/* OLD STUFF BELOW */


.news_link {
	color: #094D98;
	font-size: 16px;
}

#banner {
	position: relative;
	margin-top:-56px;
	z-index: -1;	
	height: 260px;
	padding-left:10px;
	width: 980px;
}

/* Einde header, begin content */

#content_container {
	width: 980px;
	position: relative;
	left:0;
	padding-left:10px;
}

#content_left {
	position: relative;
	width: 190px;
	float: left;
}

.leftlinks{
	margin-left: 10px;
	line-height: 20px;	
}

.leftlinks a{
	color: #515151;	
	text-decoration: none;
}

.leftlinks a:hover, .leftlinks a.subactief{
	color: #313131;
	font-weight: bold;
	font-style: italic;	
}

#omschrijving
{
	color: #818181;
	margin-bottom: 20px;
}

.image
{
	padding: 4px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

#content_right {
	width: 190px;
	float: left;
	color: #818181;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}

#content_right p {
	width: 135px;	
	margin-left:10px;
	min-height: 20px;
}

#content_right a {
	color: #818181;
}

.contact {
	padding: 10px 0 10px 35px;
}

.contact-adres {
	background: url('img/home.png') no-repeat 4px 15px;
}

.contact-email {
	background: url('img/email.png') no-repeat 4px 15px;
	margin-bottom: 20px;
}

/* Einde content, begin footer */

#footer {
	width: 980px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	font-weight: bold;
	color: #818181;
}

#footer a{
	color: #818181;	
}

.clear {
	clear: both;	
}

.group_select {
	cursor: pointer;
	display: inline-block;
	margin-top: 7px;
}

.active_group, .group_select:hover {
	font-style: italic;
}

.product_group {
	display: none;
}

.product_group a {
	margin-left: 10px;
}
