/*
#############################
#			ALGEMEEN 		#
#############################
*/
html,body,div,span,h1,h2,h3,h4,h5,h6,p,ul,ol,li,table,tr,td,a,form {
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

img {
	border: none;
}

body {
	font: 62.5% Arial;
	background: url(../images/background.gif);
}


html {
	height: 100%;
}

.floatRight {
	float: right;
	padding: 5px 0 5px 10px;
}

.padding20 {
	padding: 20px;
}



/*
#########################
#		LAYOUT			#
#########################
*/

div#header {
	height: 46px;
}

div#container {
	margin: auto;
	margin-top: 50px;
	width: 933px;
	height: 573px;
	background: url(../images/shade.png) repeat-y;
}

div#container2,
div#container3 {
	position: relative;
	width: 926px;
	height: 565px;
	background: url(../images/bg1.jpg) no-repeat;
}

div#container3 {
	background: url(../images/bg2.jpg) no-repeat;
}

body#germanBody div#container3 {
	background: url(../images/de_bg2.jpg) no-repeat;
}

body#frenchBody div#container3 {
	background: url(../images/fr_bg2.jpg) no-repeat;
}

div#menu {
	width: 916px;
	height: 45px;
	padding: 20px 0 0 10px;
	background: #fff url(../images/logo.gif) no-repeat 710px 20px;
}

#menu a {
	/* Telange menu namen */
	/* margin-left:5px; */
}

div#talen { position: absolute; margin: -21px 0 0 870px }
div#talen a { margin: 0 3px; padding: 0 }

div#menu_footer {
	width: 926px;
	height: 26px;
	border-bottom: 8px solid #dddddd;
	background: url(../images/menu_bottom.jpg) no-repeat;
}


div#leftFront {
	position: absolute;
	margin: 110px 0 0 -30px;
}

div#rightFront {
	position: absolute;
	margin: 80px 0 0 710px;
}

div#footer {
	height: 22px;
	padding: 25px 20px 0px 20px;
}

div#footer img {
	margin: -10px 0 0 0;
}


/*
#########################
#		CONTENT			#
#########################
*/

div#contentFront {
	width: 340px;
	height: 350px;
	margin: 25px 225px 0 360px;
	overflow: auto;

}

div#contentFront p {
	padding: 5px;
	font-size: 1.2em;
	line-height: 2.0em;
	text-align: justify;
}

div#contentFront a,
div#contentSub a {
	color: #de0031;
	text-decoration: underline;
}

div#contentFront a:hover,
div#contentSub a:hover {
	color: #000;
	text-decoration: none;
}

div#contentFront ul,
div#contentSub ul {
	margin: 0 0 0 15px;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.4em;
}

div#contentSub {
	width: 395px;
	height: 365px;
	padding: 5px 5px 0 0;
	margin: 5px 276px 0 250px;
	overflow: auto;
}

div#contentSub p {
	padding: 5px;
	font-size: 1.2em;
	line-height: 2.0em;
	text-align: justify;
}


/*
#########################
#	MENU'S & LIJSTEN	#
#########################
*/

ul#footer_left,
ul#footer_right {
	list-style: none;
	font-size: 1.1em;
	color: #777777;
}

ul#footer_right {
	float: right;
}

ul#footer_left li,
ul#footer_right li{
	float: left; 
	padding: 0 3px;
}

ul#footer_left li a,
ul#footer_right li a{
	color: #777777;
	text-decoration: none;
}

ul#footer_left li a:hover,
ul#footer_right li a:hover{
	text-decoration: underline;
}

/*
#########################
#		SUB CONTENT		#
#########################
*/

ul#bestellen {
	list-style-type: none;
}

ul#bestellen li {
/*	float: left; */
	display: block;
}

ul#bestellen li label {
	float: left;
	width: 100px;
}

.button {
	border: none;
	margin: 10px 0 0 20px;
	width: 305px;
}


/* WINKELWAGEN */

div#winkelwagen {
	position: absolute;
	margin: 60px 0 0 675px;
	height: 271px;
	width: 228px;
	background: url(/images/winkelwagen.png);
}

div#winkelwagen2 {
	position: absolute; 
	margin: 50px 0 0 675px;
	height: 211px;
	width: 168px;
	padding: 30px;


}

table.winkelTable {
	font-size: 1.2em;
	text-align: left;

}
table.winkelTable td {
	vertical-align: top;
	width: 60px;
	padding: 0 5px;
	line-height: 1.2em;
}

table.winkelTable .borderTop {
	border-top: 1px #000 solid;
}

table.winkelTableKl  {
	text-align: left;
	font-size: 1.2em;
	vertical-align: top;
/*	width: 60px;*/
}

table.winkelTableKl td  {
	vertical-align: top;
	font-size: 0.9em;
}


input.error {
	border: 2px solid red;
}