body {
	background-image: url(/img/jpg/bg-body.jpg);
	background-repeat: repeat-x;
	background-color: #00aeef;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #2d7db4;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #e9028b;
}

div#footer a {
	color: #e9028b;
	text-decoration: none;
}
div#footer a:hover {
	color: #e9028b;
	text-decoration: underline;;
}

a.pijl {
	float: right;
	display: block;
	width: 6px;
	height: 10px;
	margin-top: 3px;
	background-image: url(/img/gif/link-pijl.gif);
}

img {
	border: 0 none;
}

div#website {
	overflow: hidden;
	width: 920px;
	height: auto;
	margin: 0 auto;
}

div#header {
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 268px;
	background-image: url(/img/jpg/header01.jpg);
	background-repeat: no-repeat;
}

ul#menu {
	position: absolute;
	bottom: 7px; left: 0;
	width: 920px;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu li {
	float: left;
	width: auto;
	height: 30px;
	margin: 0;
	padding: 0 0 0 0;
}


div#main {
	overflow: hidden;
	width: 920px;
	height: auto;
	background-color: #ffffff;
}

div#content {
	float: left;
	overflow: hidden;
	width: 430px;
	height: auto;
	margin: 20px;
}

div#events {
	margin-right: 10px;
}
div#events div.btnEvents {
	margin-top: 15px;
}

div.sidebar {
	float: left;
	overflow: auto;
	width: 220px;
	height: 900px;
	margin-top: 20px;
}
div.sidebar div.smallBlock,
div.sidebar div.bigBlock {
	overflow: hidden;
	position: relative;
	width: 191px;
	margin-bottom: 5px;
	padding: 5px 6px 6px 6px;
	background-image: url(/img/gif/blockSmall-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fae008;
	font-size: 11px;
	cursor: pointer;
}
div.sidebar div.bigBlock {
	min-height: 235px;
	background-image: url(/img/gif/blockBig-bottom.gif);
}
div.sidebar div.top {
	position: absolute;
	top: 0; left: 0;
	width: 210px;
	height: 5px;
	background-image: url(/img/gif/block-top.gif);
}
div.sidebar p {
	margin: 3px;
}
div.sidebar img {
	margin: 0 3px;
	border: 1px solid #ffffff;
}
div.sidebar div.smallBlock img {
	float: left;
}
div.sidebar span.datum {
	font-weight: bold;
	color: #e9028b;
}

div#footer {
	width: 920px;
	height: 37px;
	padding-top: 17px;
	background-image: url(/img/jpg/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
}
div#footer p {
	margin: 0;
	padding: 0;
}
div#footer a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
div#footer a:hover {
	color: #e9028b;
	text-decoration: none;
}

