@charset "utf-8";
/***************************
 * Coded by: www.umedia.nl *
 ***************************
 Dit document bevat CSS codering. 
 */

html, body {
	margin: 0;
	background-image: url(../images/background.png);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
}
p {
	margin: 5px 0 5px 0;
}
img {
	border: none;
}
a {
	color: #d92c35;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#container {
	position: absolute;
	width: 100%;
	min-width: 940px;
	height: 100%;
	top: 0;
}
#background_stroke {
	margin: 0 auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../images/background_stroke.png);
	background-position: center;
	background-repeat: repeat-y;
}
.umedia {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #d31f35;
}
.umedialogo {
	margin-bottom: -3px;
}
#header {
	width: 100%;
	height: 104px;
	background-image: url(../images/header/red_top_bar.png);
	background-repeat: repeat-x;
}
#header_details {
	margin: 0 auto;
	height: 104px;
	width: 940px;
}
#logo {
	width: 273px;
	height: 104px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: 10px;
}
#logo img {
	margin-top: 43px;
}
#header_under {
	width: 100%;
	height: 80px;
	background-image: url(../images/menu/sub_menu_bg.png);
}
#submenu_details {
	margin: 0 auto;
	height: 80px;
	width: 940px;
}
#logo_under {
	width: 273px;
	height: 80px;
	float: left;
	text-align: center;
}
#logo_under img {
	margin-top: 27px;
}
#buttons {
	width: 657px;
	height: 104px;
	float: left;
}
#buttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 104px;
}
#buttons li {
	display: inline-block;
	padding-top: 44px;
	padding-left: 10px;
	padding-right: 10px;
	height: 60px;
	float: left;
}
#buttons span {
	width: 110px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
#sub_menu div {
	overflow: hidden;
}
#buttons .buttons_out span {
	color: #FFF;
}
#buttons .buttons_hover {
	background-image: url(../images/menu/menu_hover.png);
	background-repeat: repeat-x;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	padding-left: 9px;
	padding-right: 9px;
	cursor: pointer;
	height: 60px;
}
#buttons .buttons_onclick {
	background-image: url(../images/menu/menu_onclick.png);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.view {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 80px;
	width: 657px;
	/* Add scroll-bars */
	overflow: auto;
}
#sub_menu ul {
	height: 80px;
	/* Max width here, for users without Javascript */
	width: 3000px;
	/* Remove default margin */
	margin: 0;
	padding-left: 10px;
	;
	list-style: none;
}
#sub_menu ul li {
	float: left;
}
#sub_menu ul a {
	/* We want a caption to display on the next line */
	display: block;
	text-align: center;
	color: #666;
	text-decoration: none;
	height: 42px;
	padding: 30px 10px 0 10px;
}
#sub_menu ul a:hover {
	border-top: #d92c35 1px solid;
	border-left: #dfdfdf 1px solid;
	border-right: #dfdfdf 1px solid;
	padding: 29px 9px 0 9px;
}
.hidden {
	display: none;
}
#content {
	position: relative;
	border-top: #FFF 1px solid;
	border-bottom: #FFF 1px solid;
	width: 910px;
	color: #363636;
	margin: 70px auto;
	margin-bottom: 10px;
	background-color: #fafafa;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 10px;
}
#content img {
	margin: 0 10px 0 10px;
	border: 1px #000 solid;
}
#content p {
	line-height: 17px;
	text-align: justify;
}
#content .title {
	margin: 2px 0 2px 0;
	font-size: 16px;
	color: #d92c35;
	font-family: Arial, Helvetica, sans-serif;
}
#content .left {
	width: 50%;
	float: left;
	border-bottom: #f5f5f5 1px solid;
}
#content .right {
	width: 50%;
	float: left;
	text-align: right;
	padding: 0;
}
#content .right img {
	margin: 0;
	margin-left: 10px;
}
#content .photos {
	width: 930px;
	margin: 25px 10px 0 -10px;
}
#content .photos img {
	margin: 0;
}
#content .photos .left {
	width: 570px;
	float: left;
}
#content .photos .right {
	width: 360px;
	float: right;
}
#content .photos .photo1 {
	float: left;
}
#content .photos .photo2 {
	float: right;
	margin: 0 25px 0 0;
}
#copyright {
	text-align: center;
	font-size: 10px;
}
#copyright p {
	margin: 10px;
}