@import "default.css";
body {
        margin: 0 auto;
	    width: 100%;
	    height: 100%;
    	text-align: left;
	    font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #333333;
}

#wrapper {
		margin: 0 auto;
		width: 940px;
		min-height: 600px;
		height: auto !important;
		height: 600px;
}

#header {
        width: 100%;
		height: 65px;
		background-image: url(../images/menu-bg.gif);
		background-repeat: repeat-x;
}

#menu_group {
	margin: 0px auto;
	margin-left: 260px;
	/*padding-left: 260px;*/
	height: 65px;
	vertical-align: top;
	overflow: hidden;
}
#menu {
	list-style: none;
	height: 100%;
	margin:0px;
	padding:0px;
}
#menu_item {
	float: left;
	margin: 0px 0px 0px 20px;
	line-height:65px;
	color: white;
	display: block;
	width: 105px;
	height: 65px;
	text-align: center;
}
#menu_item:hover {
	background: url(../images/menuhover.png) no-repeat top;
}
#menu_item_active {
	float: left;
	margin: 0px 0px 0px 20px;
	line-height:65px;
	color: white;
	display: block;
	width: 105px;
	height: 65px;
	text-align: center;
	background: url(../images/menuhover.png) no-repeat top;
}

#menu_item a, #menu_item_active a {
		color: white;
		text-decoration:none;
}
#container-logo-slide {
        margin: -5px 0 0 0;
		width: 100%;
		height: 194px;
		text-align: left;
}

#logo {
        position: relative;
		top: 0;
		left: 5px;
		z-index: 1;
		width: 260px;
		height: 194px;
		display: inline;
}

#food-slide {
        position: relative;
		top: 0px;
		left: 180px;
		width: 675px;
		height: 180px;
		display: inline;
		text-align: center;
}

#left {
        float: left;
		margin: 10px 5px 0 0;
		width: 175px;
		min-height: 300px;
		height: auto !important;
		height: 300px;
		display: inline;
}

#vacature {
        float: left;
		margin: 5px;
		width: 165px;
		min-height: 30px;
		height: auto !important;
		height: 30px;
		display: inline;
		text-align: left; 
}

#vraag-antwoord {
        float: left;
		margin: 290px 5px 0 5px;
		width: 165px;
		height: 100px;
		display: inline;
		text-align: left;
}


#grey-banner {
        float: left;
		margin: -35px 0 0 0;
		width: 143px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
		display: inline;
}

#grey-banner-top {
        float: left;
		width: 143px;
		height: 294px;
		background-image:url(../images/grey-bar-top.png);
		background-repeat: no-repeat;
		display: inline;
}

#grey-banner-center {
        float: left;
		margin: 10px 0 10px 0;
		width: 143px;
		height: 110px;
		background-image: url(../images/foodbowl.gif);
		background-repeat: no-repeat; 
		display: inline; 
}

#grey-banner-bottom {
        float: left;
		width: 143px;
		height: 150px;
		background-image:url(../images/grey-bar-bottom.png);
		background-repeat: no-repeat;
		display: inline;
}

#right {
        float: left;
		margin: 10px 0 0 5px;
		width: 610px; 
		min-height: 500px;
		height: auto !important;
		height: 500px;
		display: inline;
}

#footer {
        clear: both;
		float: left;
		margin-top: 70px;
		width: 938px;
        height: 20px;
		line-height: 20px;
		text-align: center;
}


/* menu structuur vraag-antwoord */

#vraag-antwoord ul {
        margin: 0;
	    padding: 0;
        list-style-type: none;
}

#vraag-antwoord li {
        margin: 5px 0 5px 0;
	    display: block;
	    width: 165px;
	    height: 14px;
	    line-height: 14px;
}

#vraag-antwoord li:hover {
        background-image: none;
}

#vraag-antwoord a {
        display: block;
	    width: 165px;
	    font-family: Arial Bold, Arial, Verdana;
	    font-size: 1.0em;
	    color: #000000;
	    text-decoration: none;
}

#vraag-antwoord a:hover {
        color: #ff6600;
        text-decoration: underline;
}

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container #readmore {
	width: 160px;
}
#shadow-container a {
	color: white;
	text-decoration: none;
}

.darkred {
	background: #A30F00;
}
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
    background: #F1F0F1;
}

#shadow-container .shadow2 {
    background: #DBDADB;
}

#shadow-container .shadow3 {
    background: #B8B6B8;
}

#shadow-container .container {
    padding: 6px;
    text-align: left;
    color: white;
}
h2 {
	background:  url(../images/dish.jpg) no-repeat left top;
	padding-left: 34px;
	margin:3px;
	line-height: 55px;
	height: 48px;
	z-index: 999;
}
.submit_img {
	height: 23px;
	width: 28px;
	background: url(../images/redbox_submit.gif) no-repeat left top;
	border: 0px;
}

.input_no_border {
	border:0px;
}