@charset "utf-8";
/* CSS Document for Grosh. Written by John Steenbergen / Zidit.nl */

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background-image: url(../img/bg_pattern_b.jpg);
	background-repeat: repeat;
	font-family: Calibri, "Myriad Pro", Arial;
}

#container {
	width: 960px;
	height: auto;
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(../img/border.png);
	background-repeat: repeat-y;
}
#header {
	margin-top: -12px;
	width: 960px;
	height: 296px;
	background-image: url(../img/grosh-header.jpg);
	background-repeat: no-repeat;
	position: relative;
}
.logo-img {
	position: absolute;
	right: 0;
	top: 0;
}
#nav {
	color: #e4295f;
	position: absolute;
	left: 15px;
	bottom: 10px;
	font-size: 2.6em;
}
#nav a {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: underline;
}
#content {
	background-color: #17181c;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c2c2c2;
	padding-bottom: 15px;
}
#col-left {
	margin-left: 15px;
	float: left;
	width: 390px;
}
#col-left-large {
	margin-left: 15px;
	float: left;
	width: 740px;
}
#col-mid {
	margin-left: 30px;
	width: 320px;
	float: left;
}
#col-right {
	margin-right: 15px;
	width: 160px;
	float: right;
}
#content h2 {
	color: #FFF;
	font-weight: normal;
	font-size: 2em;
	padding-bottom: 16px;
}
.diagonals {
	color: #e4295f;
}
.col-left-h2 {
	background-image: url(../img/break_left-col.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.col-mid-h2 {
	background-image: url(../img/break_mid-col.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.col-right-h2 {
	background-image: url(../img/break_right-col.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.berichtje {
	padding: 3px;
	color: #d6d6d6;
	font-size: 1.2em;
	border-bottom: solid 3px #d6d6d6;
	padding-top: 10px;
}
.berichtje2 {
	padding: 3px;
	color: #d6d6d6;
	font-size: 1.2em;
	border-bottom: solid 3px #d6d6d6;
	padding-top: 10px;
}
.berichtje2:hover {
	background-color: #1d1e22;
}
#content h3 {
	color: #fefefd;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.datum {
	color: #fefefd;
	font-weight: 0.8em;
}
#content p {
	margin-left: 20px;
}
#content p img {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
#grosh-pages {
	text-align: center;
}
#grosh-pages img {
	border: none;
	margin-top: 10px;
}
#content a {
	text-decoration: none;
	color:#FFF;
}
#content a:hover {
	text-decoration: underline;
	color: #e4295f;
}
