/* By www.weevers.net */
/* This stylesheet sets advanced styling and layout (positioning, floating etcetera) for high resolution screens. */
/* It will be used by CSS-capable user agents that understand the mediatype "screen". */

body {
	margin: 0;
	padding: 15px 0px;
	text-align: center;
	scrollbar-arrow-color: #75363F;
	scrollbar-face-color: #F6E9DC;
	scrollbar-highlight-color: #F6E9DC;
	scrollbar-3dlight-color: #B58F8D;
	scrollbar-shadow-color: #B58F8D;
	scrollbar-darkshadow-color: #75363F;
	scrollbar-track-color: #B58F8D;
}

/* #wrapper */

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
	height: 600px;
	background-color: white;
}


/* #logo */

#logo {
	height: 173px;
}

/* #content */
#content {
	position: absolute;
	top: 209px;
	width: 800px;
	height: auto;
	background: #F6E9DC;
    overflow-x: hidden;
    overflow-y: auto;
}

/*
Voor de content van het CMS wordt er een tabel gebruikt.
Deze tabel is aan gemaakt voor de gebruiks vriendelijkheid in het cms.
En voor de plaatsing van de img's
*/

#content table{
  width: 100%;
  height: 100%;
}
.content{
    width: 550px;
    vertical-align: top;
    padding: 10px;
    padding-left: 33px;
}
.imageview {
	background: #73353E;
    vertical-align: top;
}

/* Einde CSS cms content */


#footer {
	position: absolute;
	top: 566px;
	width: 800px;
	height: 34px;
}

/* #menu */
#Home #childnr_1 a{
    color: #F1D9BD;
}
#menu {
	position: absolute;
	top: 173px;
	width: 800px;
	height: 36px;
}

#menu h2 {
	display: none;
}

#menu ul,
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul {
	height: 36px;
	padding: 0 8px 0 8px;
}


#menu li {
	float: left;
	display: block;
	height: 36px;
    padding: 0px 4px;
}

#menu #childnr_1 {
	background-image: none;
}

#menu a {
	font-size: 140%;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-indent: .4em;
	letter-spacing: -.02em;
	display: block;
	color: #F6F0E8;
	margin-top: 2px;
}

#menu a:hover {
	color: #F1D9BD;
}
#menu li.selected a {
	color: #F1D9BD;
}

#content a{
    font-weight: normal;
    color: #2F368C;
    text-decoration: underline;
}
#content a:hover{
    text-decoration: none;
}



#mi_home,
#mi_cafetaria,
#mi_partycentrum,
#mi_eetcafe,
#mi_meeneemmaaltijden,
#mi_catering,
#mi_vacatures,
#mi_contact {
}

#mi_home a {
	width: 75px;
}

#mi_cafetaria a {
	width: 92px;
}

#mi_partycentrum a {
	width: 127px;
}

#mi_eetcafe a {
	width: 82px;
}

#mi_meeneemmaaltijden a {
	width: 171px;
}

#mi_catering a {
	width: 74px;
}

#mi_vacatures a {
	width: 92px;
}

#mi_contact a {
	width: 82px;
}

/* classes */

.skipto {
	display: none;
}

