body {
	margin: 0px;
	padding: 0px;
	background-color: #683265;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

#wrapper {
	width: 747px;
	margin: 0px auto;
}

/* HEADER */

#header {
	height: 150px;
}

#logo {
	float: left;
	height: 150px;
}

#logo img {
	 height: 130px;
	 padding: 10px 0px 0px 0px;
}

#header-title {
	float: right;
	width: auto;
	padding: 30px 0 0 70px;
}

#header-title h1 {
	padding-top: 10px;
	font-size: 48px;
}

#header-title h1, #header-title p {
	margin: 0px;
	line-height: normal;
	text-transform: capitalize;
	font-weight: normal;
}

/* EINDE HEADER */

/* link no decoration */
#header-title a {
    color:white;
    text-decoration: none;
}
/* MENU */

#menu {
	height: 20px;
	width: 747px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu li.name {
	display: block;
	float: left;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: white;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid white;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	color: white;
}

/* EINDE MENU */

/* PAGE */

#page {
	background-color: #683265;
	float: left;
	width: 727px;
	color: gray;
	padding: 10px;
}

/* EINDE PAGE */

/* TEXT */

.text {
	font-size: 40px;
	color: white !important;
}

/* EINDE TEXT */

/* TEXT_RIGHT */

#text_right {
	float: right;
	display: block;
}

/* EINDE TEXT_RIGHT */

/* QUARTER */

#lokaal {
	font-size: 130px;
	font-weight: bold;
	color: black;
}

/* EINDE QUARTER */

/* HALF */

#seconden {
	font-size: 80px;
	font-weight: bold;
	color: black;
}

/* EINDE HALF */

/* BIG */

#minuten {
	font-size: 180px;
	font-weight: bold;
	color: black;
}

/* EINDE BIG */

/* FOOTER */

#footer {
	float: left;
	width: 747px;
/*	background-image: url(paarse-vin.png); */
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #683265;
	/*height:180px;*/
}

#footer p {
	text-align: center;
	padding: 13px 0px 0px 0px;
	font-size: 9px;
	color: white;
	font-weight: bold;
}
