/**
 * $Id$
 * Website Baker template: luxadvies - standaard
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     keesweb.nl
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/
p, ul, li {
  margin-top: 0px;
  margin-bottom: 0px;
}

body {
	font-family: Verdana, "Helvetica",  Arial, sans-serif;
	font-size: 83%;
	color: #333;
	line-height: 125%;
	background-color: #999;
	margin: 0;
	padding: 0;
}
b, strong {
	color: #A6052F;
}
a:focus { 
	outline: none;
}

a:link, a:visited {
	color: #A6052F;
	text-decoration: none;
}	

a:hover, a:active {
	color: #A6052F;
	text-decoration: underline;
}
hr {
	margin: 0px 0px 0px 0px;
	color: #A6052F;
	height: 1px;
	width: 100%;
}



div#container {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 1000px;
	height: auto;
	background-color: #FFF;
	border-left: 1px solid #A6052F;
	border-right: 1px solid #A6052F;
	display: table;
	background-repeat: repeat-x;
}

div#toplogo {
	background-image: url(https://www.vssschapen.nl/media/toplogo/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 20;
	float: left;
	width: 1000px;
	height: 141px;
	display: block;
	border: none;
}

/* ===== Header ==== */
div#header {
	background-image: url(https://www.vssschapen.nl/media/header/top1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 20;
	float: left;
	width: 1000px;
	height: 141px;
	display: block;
	border: none;
}

div#header div.logo {
	z-index: 20;
	position: relative;
	float: right;
	top: 0;
	padding: 0px;
	height: 141px;
	width: 120px;
	display: block;
		/*background-image: url(img/alpha.png);
	background-position: left top;
	background-repeat: repeat;
	border-right-color: #FFFF;
	border-right-style: solid;
	border-right-width: 1px;*/

}

div#header div.logo img {
	padding: 0px;
	border-width:0px;
}

/* ===== Menu ==== */
div#menu {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 25px;
	background-color: #A6052F;
	z-index: 100;
	display: table;
}

div#nav {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 25px;
	background-color: #A6052F;
	z-index: 100;
	display: table;
}
div#google_translate_element {
	margin-top:2px;
	text-align: right;
	height:20px;
	z-index: 150;
	padding-right:3px;
}

div#google_translate_element img {
display:none;
}

 h1 {
	color: #A6052F;
	font-size: 20px;
	font-family: verdana, arial;
	border-bottom-color: #A6052F;
	border-bottom-width: 1px;
	padding-bottom: 8px;
	border-bottom-style: solid;
	margin: 0;
	margin-bottom: 15px;
}

 h2 {
	padding: 0;
	margin: 0;
	line-height: 14px;
	font-weight: bold;
	font-size: 16px;
	color: #A6052F;
	margin-top: 5px;
	margin-bottom: 5px;
}

 h3 {
	padding: 0;
	margin: 0;
	line-height: 14px;
	font-weight: bold;
	font-size: 14px;
	color: #A6052F;
}


/* ===== Footer ==== */
div#footer {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	background-color: #A6052F;
	font-size: 80%;
	clear: both;
}
div#footer a{

	color: #FFF;

}


/* ==== Formulier ==== */
td.field_title {
	text-align: left;
}

span.required {
	color: #000;
}

.textfield, .email, textarea {
	font-size: 12px;
	font-family: verdana, arial;
	border: 1px solid #FFFF;
}

textarea .textarea {
	width: 300px;
}	
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {
	visibility:hidden; 
	display:none; /* hides from normal css enabled browsers */
} 
