@charset "utf-8";
/* CSS Document */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, a, blockquote, pre, form, fieldset, table, th, td { margin:0; padding:0; }

html { overflow-y:scroll; }

html,body 
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#58585a;
	margin:0;
	padding:0;
	height:100%;
}
body 
{ 
	text-align:center; 
	position:relative;
	margin:0;
	min-height:416px;
	-webkit-text-size-adjust:none;
	font-family:Helvetica, sans-serif;
	-webkit-touch-callout:none;
	background-image:url(../../images/mobile/bodyBg.png);
	background-position:top left;
	background-repeat:repeat-y;
}

#container {
	text-align:left;
	overflow: hidden;
    position: relative;
    width: 100%;
	min-height:100%;
    z-index: 0;
	background-image:url(../../images/mobile/contentBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#hmenu {
	background-color:#fff;
	text-align:left;
}
#hmenu a {
	font-size:14px;
}
#hmenu li {
	float:left;
	list-style:none;
	width:41px;
	height:17px;
	padding:8px 5px 8px 30px;
	background-image:url(../../images/mobile/Menu/navBg.png);
	background-repeat:no-repeat;
}
#hmenu li:hover, #hmenu li._sel {
	background-image:url(../../images/mobile/Menu/navHighlightBg.png);
	background-repeat:no-repeat;
}
#hmenu li.nohover a img:hover {
	background:none;
}
#hmenu li a {
	color:#ed1c24;
	text-decoration:none;
}
#pagtitel {
	clear:both;
	color:#ed1c24;
	font-size:20px;
	line-height:24px;
	width:182px;
	height:109px;
	float:right;
	background-image:url(../../images/mobile/logoVeilingZaltbommel.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#pagtitel.bgOff {
	background-image: none;
    float: left;
    margin-left: 140px;
    padding: 4px;}
#block {
	clear:both;
	float:left;
	display:block;
	width:40px;
	min-height:100%;
}
#smenu, #par {
	float:left;
	margin-left:40px;
	background-color:#fff;
	width:85%;
}
#smenu ul, #par .paragraaf {
	overflow: hidden;
    position: relative;
	display:block;
	padding:8px;
}
#smenu li, #par h2 {
	cursor: pointer;
	color:#fff;
	height:20px;
	font-size:16px;
	padding:8px 5px 5px 30px;
	margin-bottom:10px;
	background-color:#322f31;
	overflow: hidden;
    position: relative;
	display:block;
}
#smenu li a {
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
#smenu li.selected, #smenu li:hover {
	background-color:#322f31;
}

#smenu li.unselected {
	background-color:#636466;
}

/* Modules */

/* Opmaak */

.paragraaf p {
	margin:10px 0;
}
.paragraaf ul {
	margin-left:15px;
}
#imageLeft img, #imageRight img {
	width:100%;
}

/* Formulieren */
.form_dropdown, .form_tekst {
	width:220px;
}