body  {
	height: 100%;
	min-height:650px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#	;
	background-image:url('../images/body.jpg');
	margin: 0px; 
	padding: 20px;
	text-align: left; 
	color: #000000;
}
#paypal {
	position: absolute;
	z-index: 999;
	bottom: -2px;
	left: 489px;
}
#container_shadow {
	width: 990px!important;
	float: none!important;
	margin-left: auto ;
	margin-right: auto ;
	height: 100%;
}
div#container_shadow table tr.shadowFirstRow {
	margin: 0px!important;
	padding: 0px!important;
}
tr.shadowFirstRow td.myclass123 {
	background-color: white; 
	border: black 1px solid!important;
}
div#container {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 1.1em ;
	width: 980px ;
	margin-top:20;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0px ;
	background-color: white ;
	color: black ;
	min-height:658px;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12pt;
	font-weight:normal;
	margin:0;
	padding:0;
}
a{
	color:#184421;
	font-variant:normal;
	text-decoration:none;
}
a:hover{
	color:#900;
	text-decoration:underline;
}

#header { 
	margin-top:10px;
	margin-right:0px;
	text-align: right;
	padding-right: 20px;
	background: #ffffff; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header a
{
	color:#494949;
	font-family:Verdana,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:170%;
	text-decoration:none;
	}
#header a:hover{
	color:#900;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}

#sidebar1 {
	float: left;
	height:400px;
	width: 12em; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div  */
}

div#sidebar1 div#content{
	top:0px;}

div#sidebar1 {
	position:relative;
	top:0px;}

div#content {
	position:relative;
	top:0px;}

#mainContent { 
position: relative;
	margin: 0 5px 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	left: 60px;
	min-height: 470px; /*480*/
	height: 470px;    /*470*/
	overflow: auto;
		width: 700px;
		right: 0px;
color:#494949;
 font-family:Verdana,sans-serif;
 font-size:12px;
 font-size-adjust:none;
 font-style:normal;
 font-variant:normal;
 font-weight:normal;
 line-height:170%;
 text-decoration:none;
} 
#footer { 
	position:relative;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url('../images/bg_voorkant.png');
	color:#FFF;
	font-size:24pt;
	font-style:normal;
	font-weight:bold;
	left:0;
	bottom:0px!important;
	height: 153px;
	overflow: hidden;
	vertical-align: bottom;
} 
#footer #footer_title{
	position:absolute;
	top:45px;
	left:150px;
}

#footer #footer_slogan{
	position:absolute;
	top:82px;
	left:142px;
	font-size:12.2pt;
	font-style: italic; 
}
#footer #footer_open{
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin-top: 49px;
	margin-right: 10px;
}


#footer #footer_copy{
	color:#fff;
	font-variant:normal;
	text-decoration:none;
	font-size:7pt;
	position:absolute;
	top:130px;
	left:200px;
}
#footer #footer_algm{
	color:#fff;
	font-variant:normal;
	text-decoration:none;
	font-size:7pt;
	position:absolute;
	top:130px;
	left:500px;
	z-index: 999;
}
#footer #footer_algm a { color: white; font-size: 10pt; padding-bottom: 3px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	font-size:8pt;
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav
{	color:#494949;
	font-family:Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:170%;
	text-decoration:none;
	}
	
	ul li, .item-list ul li, li.leaf {
 padding: 0 0 .2em 1.5em;
 list-style-type: none;
 list-style-image: none;
 background: url(http://webshop.hobbycentraal.nl/sites/all/themes/hobbycentraal/images/menu-leaf.gif) no-repeat 1px .35em;
}

ol.task-list li.active {
 background: url(http://webshop.hobbycentraal.nl/sites/all/themes/hobbycentraal/images/task-list.png) no-repeat 3px 50%; /* LTR */
}

div#melding {
	position: absolute;
	top: 180px;
	height: 60px;
	width: 690px;
	left: 0px;
	font-weight: bold;
	font-size: 14px;
	color: red; /* #1D371D */
	overflow: hidden;
	text-align: center;
} 
/*Slider frontpage */

.stepcarousel{
position: absolute; /*leave this value alone*/
margin: 0 5px 0 0; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
left: 60px;
border: 10px solid white;
overflow: scroll; /*leave this value alone*/
width: 670px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
top: 240px;
}
div#teksten {
	position: absolute;
	top: 450px;
} 
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
 
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

