/* General */

.clear {clear: both;} 
.hide {display: none;} 
img {border: 0;}

img.thumb{
	border: double 1px #fff;
	background:#fff;
	padding: 3px;
	margin: 3px;
}

img.thumbhidden{
	display:none;
}

.alert{color:Red;}
.alert2{color:#80ff80;}

body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #fff;
	background-color:#504841;
	margin: 15px;
}
td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #fff;
}

p{
	margin: 12px 0;
}

h1
{
	margin:0;
	padding: 0 0 12px 0;
	font-size:20px;
	color:#fff;
}

h2{
	margin:0;
	padding: 12px 0;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

h3{
	margin:0;
	padding: 12px 0;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}

/*  Links */

a:link,a:visited,a:active{
	color : #cfc7b4;
	font-weight : normal;
    text-decoration: underline;
}
a:hover{
	color : #fff;
	font-weight : normal;
    text-decoration: none;
}

/* --- */

#navigation1 a:link, #navigation1 a:visited, #navigation1 a:active, #navigation1 a:hover,
#navigation1 a.menuselected:link, #navigation1 a.menuselected:visited, #navigation1 a.menuselected:active, #navigation1 a.menuselected:hover{
    text-decoration: none;
	font-size:12px;
	padding:6px;
}


#navigation1 a:link, #navigation1 a:visited, #navigation1 a:active{color : #8f8279;}
#navigation1 a.menuselected:link, #navigation1 a.menuselected:visited, #navigation1 a.menuselected:active{color : #fff;;border-bottom:solid 4px #8f8279;}

#navigation1 a:hover{color : #fff;border-bottom:solid 4px #8f8279;}


/* --- */

a.footer:link,a.footer:visited,a.footer:active{
	color : #fff;
    text-decoration: none;
}
a.footer:hover{
	color : #fff;
    text-decoration: underline;
}


/* Navigatie */

#navigation1 {
	list-style-type:none;
	padding:0;
	margin:0;
	text-align: center;
}

#navigation1 li{
	display:inline;
	padding:0;
	margin:0;
}

/* Openingsuren */

#openingsuren{
	width:100%;
    background-color : #8f8279;
    border-top:solid 1px #fff;
}

#openingsuren td{
	padding:3px 10px;
	text-align:center;
	line-height:1.5;
}

#openingsuren td span.dag{
	font-weight:bold;
}


/* Wrapper */

#wrapper {
    width: 750px;
    margin: 0 auto;
    background-color : #504841;
}

#logo{
	margin:0 0 30px 0;
	padding:10px 0;
    height: 110px;
    background:url(../Images/Favril/FavrilLogo.gif) no-repeat 50% 50%;
    text-indent:-5000px;
    cursor:pointer;
}

/* Content */ 

#content{
	clear:both;
	margin-top:30px;
	padding:20px;
	border:solid 1px #8f8279;
	min-height:300px;
}

/* Formulier */

.formitem{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 10px;
	background-color : #fff;
	color : #000;
	border: 1px solid #8f8279;
	width: 500px;
}

.formbutton
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size : 11px;
	background-color : #cfc7b4;
	color : #000;
	border: 1px solid #fff;
	width: 500px;	
	font-weight:bold;
	margin-top:12px;
}

/* Footer*/ 

#footer{
	width: 748px;
    margin: 0 auto;
	padding:12px 0;
	font-size: 10px;
	text-align:center;
	font-weight:normal;
	line-height:2;
}

#seo{display:none;}


/* GoogleMaps
-----------------------------------------------------------------------------*/

#map_canvas{border:double 5px #fff;width:690px;height:400px;}
#route{margin-top:24px;}


/* Formulier
-----------------------------------------------------------------------------*/


/* Fieldset */

#fieldsetcontainer{border: solid 3px #8f8279;width:690px;margin-top:24px;}

fieldset.type1{
	padding: 15px 15px 15px 15px;
	margin: 0;
	border: 0;
	background:#fff;
}

fieldset.type1 legend{
	/* color: #fff;
	border:solid 1px #000;
	background:#808080;
	color:#fff;
	padding:2px 18px;
	margin-bottom:8px;
	margin-top:12px;
    font-weight:bold;
    font-size: 15px;*/
    
    margin:0;
	padding: 6px 2px;
	font-size:14px;
	font-weight:bold;
}

div.formulieritembox{
	clear:left;
	margin: 6px;
	padding: 3px;
}

div.formulieritembox label{
	display:block;
	float:left;
	font-size: 11px;
	color:#000;
}

fieldset.type1 .fieldtype1{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #828282;
	background: #fff;
	width:99%;
}

fieldset.type1 .fieldtype1{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #828282;
	background: #fff;
	width:99%;
}

fieldset.type1 .buttontype1{ 
	border:solid 1px #808080;
	font-size:11px;
	margin-top:6px;
	margin-bottom:6px;
}