@charset "utf-8";
/* CSS Document */
html , body {
	background-color:    rgb(255 , 255 , 255);
	color:               rgb(  0 ,   0 ,   0);
}
body {
	height: 101%;
	font-size:   0.8em;
}

h2, h2 a {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #c72500;
}

hr {
	border: 2px solid #c72500;
}

.img_small
{
		width: 150px;/**
		height: 150px;/**/
		float: right;
		margin: 0 0 16px 16px;
		border: 2px solid #c72500;
}

.img_large
{
		width: 500px;
		border: 3px solid #c72500;
}

/*/////////////////////////// | Main Page | ///////////////////////////*/

#wrapper {
	width: 877px;
	margin: auto;
	padding: 0;
	background: #fff url("../img/bg.jpg") repeat-y right;
}

#header {
	background: #fff url("../img/banner.jpg");
	width: 877px;
	height: 239px;
	margin: 0;
	padding: 0;
	margin-top: 1em;
}
#header h1 {
	display: none;
}

#leftMenu {
	width: 253px;
	height: 100%;
	padding-left: 50px;
	float: left;
}


#content {
	width: 510px;
	height: auto;
	padding: 0 20px 0 20px;
	background: #fff;
	float: left;
}


#right {
	width: 24px;
	float: left;
}

#footer {
	width: 877px;
	height: 73px;
	margin: 0;
	padding: 0;
	background: #fff url("../img/footer.jpg");
	clear: both;
}

/*/////////////////////////// | List Styles | ///////////////////////////*/

#leftMenu ul {
	list-style-type: none;
	display: block;
}

#leftMenu a {
	text-decoration: none;
	outline: none;
	color: #fff;
}

#leftMenu ul li {
	height: 34px;
	padding-left: 70px;
	padding-top: 8px;
	margin-top: 10px;
	font-family: "Myriad Pro" , Helvetica , Verdana , Arial , sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #fff;
}

.home {
	background: url("../img/liHome.jpg") no-repeat left;
}

.info {
	background: url("../img/liInfo.jpg") no-repeat left;
}

.photos {
	background: url("../img/liPhoto.jpg") no-repeat left;
}

.recipes {
	background: url("../img/liRecipe.jpg") no-repeat left;
}

.contact {
	background: url("../img/liContact.jpg") no-repeat left;
}

.news {
	background: url("../img/liNews.jpg") no-repeat left;
}

.sponsors {
	background: url("../img/liSponsor.jpg") no-repeat left;
}


/*/////////////////////////// | Kop teksten | ///////////////////////////*/

#content span {
	width: 100%;
}

.kop {
	width: 100%;
	height: 61px;
	margin-bottom: 15px;
}

.kop * {
	 display: none;
}

.kop.home {
	background: #fff url("../img/kopHome.jpg") no-repeat right;
}

.kop.info {
	background: #fff url("../img/kopInfo.jpg") no-repeat right;
}

.kop.photos {
	background: #fff url("../img/kopPhoto.jpg") no-repeat right;
}

.kop.recipes {
	background: #fff url("../img/kopRecipe.jpg") no-repeat right;
}

.kop.contact {
	background: #fff url("../img/kopContact.jpg") no-repeat right;
}

.kop.news {
	background: #fff url("../img/kopNews.jpg") no-repeat right;
}

.kop.sponsors {
	background: #fff url("../img/kopSponsor.jpg") no-repeat right;
}

/*/////////////////////////// | extra styles | ///////////////////////////*/


.album img {
	width: 120px;
	height: 120px;
	border: #c72500 solid 8px;
}

#recipe h2 {
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #c72500;
}

#recipe img {
	float: left;
}

#recipe h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	clear: left;
}

#news h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #c72500;
}

#news hr {
	border: 0px;
	height: 1px;
	color: #c72500;
	background-color: #c72500;
}

#info h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #c72500;
	margin-bottom: 0px;
	clear: both;
}

.photo {
	width: 120px;
	height: 120px;
	border: solid 1px #c72500;
}

#info span {
	width: 100%;
	text-align: right;
	float: right;
}

#info span a {
	color: #c72500;
	text-decoration: none;
}

#info table {
	width: 100%;
	clear: both;
}
