/**
 * $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     MirteVG
 * @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.
*/



/* ===== Content ==== */
div#contentbox {
	width: 1000px;
	height: auto;
	display: table;
	background-image: url(img/bg_content.jpg);
	background-repeat: repeat-y;
}

div#content {
	width: 735px;
	height: auto;
	padding: 14px;
	display: table;
	float: left;
	min-height: 355px;

}

p {
	margin: 0;
	padding: 0;
	line-height: 18px;	
}

 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;
}

/*div#content img {
	border: 1px solid #A6052F;
	padding:3px;
	margin-right:10px;
}*/
p img {
	border: 1px solid #A6052F;
	padding:3px;
	margin-right:10px;
}
td img {
	border: 1px solid #A6052F;
	padding:3px;
	margin-right:10px;
}

a img {
	border: 1px solid #A6052F;
	padding:3px;
	margin-right:10px;
}


div#right {
	float: right;
	padding: 12px;
	margin: 0;
	width: 210px;
	height: auto;

	display: table;
	min-height: 355px;
}
div#right hr {
	margin: 5px 0px 5px 0px;
	color: #A6052F;
	height: 1px;
	width: 100%;
	background-color: #A6052F;
	border: 0;
}
div#right strong
{
	color: #A6052F;	
}

div#right img {
	border: 1px solid #A6052F;
	padding:3px;
}

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

div#right a:hover, div#right a:active {
	color: #A6052F;
}
