/* basic elements */
a img {
	border : 0px;
}
html, body {
	padding : 0px;
	margin : 0px;
	text-align: center;
	background: #C5C3BA;
/*	background: #5A78A4; */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

fieldset {
	border : 0px;
	padding : 0px;
	margin : 0px;
}

form {
	padding : 0px;
	margin : 0px;
}

img {
	border : 1px solid black;
}

h1 {
	font-size : 23px;
	font-weight : bold;
	margin : 0px;
	padding : 5px 0px;
}

h2 {
	font-size : 17px;
	font-weight : bold;
	margin : 0px;
	padding : 5px 0px 0px 0px;
	display : inline;
}

p {
	margin : 0px;
	padding-top : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;	
}

table {
    width : 90%;
    margin : 0px auto;
}

ul.news {
	list-style-image : none;
	list-style : none;
	padding : 0px;
	margin : 0px;
}

ul.news li {
	background-image : url(images/news_icon.gif);
	background-repeat : no-repeat;
	background-position: 0px 10px;
	margin-top : 10px;
	padding-top : 5px;
	padding-left : 60px;
	border-top : 1px solid #E5E5E5;
}

span.date_right  {
	vertical-align : top;
	font-size: 10px;
	color: #A5A5A5;
	padding-right : 5px;
	float : right;
}

/* specific divs */
#main {
	padding-top :  20px;
	padding-bottom :  20px;	
	width : 800px;
	margin: 0px auto;
}

#header {
	background-image: url("images/top.gif");
	background-repeat: no-repeat;
	width : 100%;
	height: 140px;
	position:relative;
}

.FlagNL
{
	position:absolute;
	top: 102px;
	left: 35px;
	width: 35px;
	height: 20px;
}

.FlagDE
{
	z-index: 1;
	position:absolute;
	top: 102px;
	left: 80px;
	width: 35px;
	height: 20px;
}

.FlagUK
{
	z-index: 1;
	position:absolute;
	top: 102px;
	left: 125px;
	width: 35px;
	height: 20px;
}

.FlagFR
{
	z-index: 1;
	position:absolute;
	top: 102px;
	left: 170px;
	width: 35px;
	height: 20px;
}

#menu {
	background-color : white;
	background-image: url("images/menuback.gif");
}

#menu ul {
	margin : 0px;
	text-align : left;
	padding : 0px 35px;
	list-style : none;
}

#sublink {
	padding-top : 2px;
	margin-top: 2px;
	border-top : 1px solid #E5E5E5;
}

#menu li {
	display : inline;
}

#menu a {
	color : black;
}

#menuline {
	background-image: url("images/menuline.gif");
	height : 35px;
}
#sitebody {
	padding-top :  1px;
	padding-bottom :  20px;
	background-image: url("images/contentback.gif");
	width : 800px;
}

#content {
	width : 730px;
	padding-left : 35px;
	padding-right : 35px;
	text-align : left;
}

#footer {
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	width : 100%;
	height: 74px;
}

/* webshop divs */
#shopitems ul {
	margin : 0px;
	text-align : left;
	padding-top : 15px;
	padding-left : 10px;
	padding-right : 20px;
	padding-bottom : 15px;
	list-style : none;
}

#shopitems li {
	border-top : 1px solid #E5E5E5;
	padding-left : 15px;
	padding-bottom : 25px;
}

#shopitems h1 {
	font-size : 13px;
	font-weight : bold;
}

#shopitems h2 {
	font-size : 13px;
	font-style : italic;
	font-weight : normal;
	color: #808080;	
}

#shopitems img {
	border : 0px;
}


#shopitems a {
	color: #000000;
	text-decoration: none;	
}

#shopitems a:hover {
	text-decoration: none;	
}

#shopimage {
	float: left;
	heigth: 100%;
	padding-right : 16px;
}

#shopspacer {
	heigth: 10px;
	width: 150px;
}

span.shopprice
{
	font-size: 15px;
	color: #EE2222;
	padding-top : 10px;
	float : left;
	font-weight : bold;
}

span.shopnumber
{
	font-size: 10px;
	color: #808080;
}

a {
	color: #808080;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

form.login {
	background-image : url("images/aanmelden.jpg");
	background-repeat : no-repeat;
	padding-left : 90px;
	height: 180px;
	
}

input.text {
	width : 125px;
	margin-bottom : 10px;
}

div.center {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

div.background {
	background-image: url("images/bordercentral.gif");
}

div.readmore {
	text-align : right;
}


div.spacer {
	font-size : 1px;
	line-height : 0px;
}
