@CHARSET "UTF-8";

html,body {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url("/uploads/images/wires.png");
	background-size: cover;
}

.container {
	background-color: rgba(232, 232, 232, 0.7);
	width: 1024px;
	margin: auto;
	min-height: 100%;
}

/* Header */
.header {
	height: 100px;
}

.header .header-name {
	height: inherit;
}

.header .header-name div {
	height: inherit;
}

.header .header-name img {
	height: inherit;
}

.header .header-name .header-text h1 {
	height: inherit;
	line-height: 100px;
	margin: 0 0 0 10px;
}

.header.mainBlock {
	padding: 10px;
	margin-bottom: 10px;
}

.footer {
	color: #7f7f7f;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
	padding: 10px;
	text-align: center;
	margin-bottom: 0px;
}

/* Project */
.project img {
	width: 200px;
	border: 3px outset #ccc;
	margin-right: 20px;
}

.project-detail h2 {
	text-align: center;
}

.project-detail .return-div {
	text-align: center;
}

/* blocks */
.mainBlock {
	background-color: #F3F3F3;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 40px;
}

.blockcontainer {
	width: inherit;
	margin-bottom: 20px;
}

.block {
	background-color: #F3F3F3;
	border: 1px solid #ccc;
	margin: 20px 16px 0px 16px;
	padding: 10px;
}

.block .title {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	padding-bottom: 10px;
}

.block .image {
	margin: auto;
	padding-bottom: 10px;
}

.block .image img {
	width: 200px;
	height: 150px;
}

.linkContainer {
	border-top: 1px solid #ccc;
	background-color: #E8E8E8;
	padding: 4px;
	margin: 10px -10px -10px -10px;
	text-align: center;
}

.linkContainer:hover {
	border-top: 1px solid #ccc;
	background-color: #cccccc;
	padding: 4px;
	margin: 10px -10px -10px -10px;
	text-align: center;
}

.blockButton {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.block.share1 {
	width: 962px;
}

.block.share3 {
	width: 284px;
}

.block.share4 {
	width: 200px;
}

/* Other */
div.nopoffset p {
	margin-top: 0px;
}

.contentdivider {
	width: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.loose-button {
	cursor: pointer;
	padding: 10px 60px;
	background-color: #E8E8E8;
	border: 1px solid #CCCCCC;
}

.loose-button:HOVER {
	background-color: #CCCCCC;
}

.loose-button a {
	color: #000000;
	text-decoration: none;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear:before,.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

.shadowSmall {
	-moz-box-shadow: 2px 2px 5px #888;
	-webkit-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 5px #888;
}

.centertext {
	text-align: center;
}

.pointer {
	cursor: pointer;
}

/* Menu */
.menu {
	padding: 0px;
}

.menu ul {
	margin-left: -40px;
	margin-top: 0px;
	list-style: none;
}

.menu ul li {
	float: left;
	border-right: 1px solid #ccc;
	padding: 14px 20px;
	cursor: pointer;
}

.menu ul li.active {
	background-color: #E0E0E0;
	-moz-box-shadow: 0px 2px 5px #888;
	-webkit-box-shadow: 0px 2px 5px #888;
	box-shadow: 0px 2px 5px #888;
}

.menu ul li.active:HOVER {
	background-color: #E0E0E0;
	-moz-box-shadow: 0px 2px 5px #888;
	-webkit-box-shadow: 0px 2px 5px #888;
	box-shadow: 0px 2px 5px #888;
}

.menu ul li a {
	color: black;
	text-decoration: none;
}

.menu ul li:HOVER {
	background-color: #EAEAEA;
	-moz-box-shadow: 0px 2px 5px #888;
	-webkit-box-shadow: 0px 2px 5px #888;
	box-shadow: 0px 2px 5px #888;
}

/*  references */
.references .title {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	padding-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.references .foot {
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
}

.references .foot dl {
	margin-top: 6px;
	margin-bottom: 0px;
}

.references .foot dt {
	width: 70px;
	float: left;
}

.references .foot a {
	color: black;
}

.references .text {
	font-size: large;
	color: #404040;
	font-style: italic;
	text-shadow: 1px 1px 4px #DDDDDD;
}

/* over ons */
.over-ons h3 {
	margin-top: 0px;
}

/* contact */
.contact-input input, .contact-input textarea {
	width: 400px;
}
.contact-input .input-error {
	color: #BB0000;
	margin-bottom: 8px;
}
.contact .map-container {
	width: 450px;
	height: 300px;
}
/* Stylesheet: swarts.css Modified On 2014-07-22 11:14:17 */
