html {
	font-family: "Arial", Times, serif;
	text-transform:capitalize;
}
body{
	background:#FFF;
	}

.tabel1 {

	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: center;
	background-color: #0060A1;
	
}
.tabel1 td{
	padding: 3px 0;
}


.tabel2 {

	font-size: 12px;

	color: #000000;
	letter-spacing: 2px;
	font-weight: bold;
}
.tabel3 {

	font-size: 12px;
	color: #000000;

}
.tabel4 {

	font-size: 7px;
	color: #475f8f;
	letter-spacing: 1px;
	text-align: center;
}
.koptekst {

	font-size: 24px;
	font-weight: bold;
}
.stdtekst {

	font-size: 18px;
}
.delete {
	cursor: pointer;
}
.banner{
width: 980px;

}
.logo{
position: relative;
padding: 0 0 0 0px;
    left: -382px;
    top: 0px;
    z-index:1;

}
.banner{
	 position: relative;
	 left: -95px;
	 
}

.headerimg{
	background:url(/shop/images/shapeimage_1.png) no-repeat;	
	width: 980px;
	height: 270px;
	margin: -8px;
}
#show_login_form .headerimg{
	background:url(/shop/images/shapeimage_1.png) no-repeat;
}
#show_login_form .headerimg{
	background:url(/shop/images/shapeimage_2.png) no-repeat;
}
#show_article_overview .headerimg{
	background:url(/shop/images/shapeimage_3.png) no-repeat;
}
#show_cart .headerimg{
	background:url(/shop/images/shapeimage_4.png) no-repeat;
}
#checkout .headerimg{
	background:url(/shop/images/shapeimage_5.png) no-repeat;
}
#show_favorites .headerimg{
	background:url(/shop/images/shapeimage_6.png) no-repeat;
}
#menu {
background: #CCC;
}

.horimenu{
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
	/*float:right;*/
	position:relative;

	width: 980px;
	height: 20px;
	margin: 0 auto;
}

.horimenu ul {
	margin: 23px 0 9px 0px;
	position:relative;
	left:50%;		
}
.horimenu li{
	display:inline;
	margin: 0 35px 0 0;
}
.horimenu a{
	text-decoration: none;
	color: #000;
}

.message{
	font-size: 28px;
	font-weight: bold;
	font-family: "Arial";
	color: #0060A1;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer{
	
	width: 980px;
	margin: 0 auto;
}
.welkommessage{
	text-align: left;
	margin-left: 10px;
        margin-top:50px;
	text-transform: none;
	color:#0060A1;
	font-weight: bold;
	width: 175px;
}

.username{
	color:#FF0000;
}


