@font-face {
	font-family: 'FloodStd';
	src: url('../fonts/floodstd-webfont.eot');
	src: local('☺'), url('../fonts/floodstd-webfont.woff') format('woff'), url('../fonts/floodstd-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Annifont';
	src: url('../fonts/annifont-webfont.eot');
	src: local('☺'), url('../fonts/annifont-webfont.woff') format('woff'), url('../fonts/annifont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

body {
	background-color: #003C8C;
	background-attachment: fixed;
	background-position: center;
	font-size: 14px;
	font-family: verdana, tahoma, helvetica, sans-serif;
	line-height:15px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color:#002D6B;
}

a:visited {
	color: #FFF;
}
a:hover {
	text-decoration:none;
}

td {
	font-size: 14px;
	font-family: tahoma, helvetica, sans-serif;
	line-height:15px;
}
th {
	background-color: #6196B8;
	color: #FFFFFF;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.shopcartTABLE{
	width:100%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border: 2px ridge #520707;
}
.shopcartTH {
	color: #520707;
	background-color: #FECE5E;
	padding-right: 10px;
	font-size: 12px;
}
.shopcartTD {
	color: #520707;
	background-color: #FECE5E;
	font-size: 12px;
	padding-left: 8px;
	padding-right: 10px;
	vertical-align:middle;
}
.cart {
	background-color: #AFDBFF;
	padding:4px;
}

#backt {
	background-image:url(../images/backt.gif);
	height:645px;
}

h1 {
	font-family: 'FloodStd', sans-serif;
	background-image:url(../images/featured.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 5px 0 0 25px;
	line-height:32px;
	letter-spacing:6px;
	text-align:center;
	width:95%;
	font-size: 28px;
	color:#002D6B;
	font-weight:bold;
}
h2 {
	font-family: 'FloodStd', sans-serif;
	line-height:28px;
	font-size: 26px;
	font-weight:bold;
	color:#002D6B;
	text-align:center;
	padding:0px;
	margin:0px;
	text-decoration:none;
}
h3 {
	font-family: 'FloodStd', sans-serif;
	font-size: 22px;
	font-weight:bold;
	color:#002D6B;
	padding:0px;
	margin:0px;
	text-decoration:none;
}
h4 {
	font-family: 'FloodStd', sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#002D6B;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

.fotgal {
	border:1px;
	border-color: #000;
	border-style: solid;
}
A:hover .fotgal, A:active .fotgal A:visited .fotgal{
	border:1px;
	border-color: #000;
	border-style: solid
	text-decoration:none;
}

.button {
	color:#FFF;
	font-weight:bold;
	width:320px;
	height:25px;	
	background-image:url(../images/bg_button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding:4px;
	line-height:25px;
	text-align:center;
	border:1px solid #00A8FF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.button:link {
	color:#FFF;
}

.button:hover {
	text-decoration:none;
}

/************************************************
*	MAIN BLOCKS
************************************************/
.menu_table {
	width: 200px;
	background-color:#FFF; 
	color: #E6E6E6;
	border: 0px;
	background:url(../images/rand_left.gif) 0 100% repeat-y;
	padding-left:8px;
}

.mailmenu_table { 
	background-color:#9C9C9C; 
	color: #E6E6E6;
	border: 0px;
}

.content_table {
	width:750px;
	background-color:#FFF;
	color: #000000;
	padding-left:10px;
	border: 0px;
	background:url(../images/rand_right.gif) 100% 0 repeat-y;
	}

.footer_table {
	width:975px;
	background-image:url(../images/footer.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	border:0px;
	margin:0px;
	text-align: right;
	padding-right:20px;
}

/************************************************
*	LEFT MENU
************************************************/
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.menu_mail {
	width:200px;
	height:125px;
	margin:8px 0px 0px 6px;
	padding-top:10px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	background-color:#003072;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.menu_wsm {
	font-family: 'Annifont', sans-serif;
	font-style: italic;
	width:200px;
	padding-top:8px;
	margin-left:5px;
	text-transform: uppercase;
	background-color:#003072;
	border:1px solid #00A8FF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.menu_wsm ul {
	font-size: 11px;
	width: 100%;
	float: left;
	margin: 0;
	list-style:none;
	padding:0px;
}
a.menu_wsm:hover {
	background-image:none;
	color:#FFF;
}

span.menu_a {
	color:#9EE1FF;
	padding-top:2px;
}

span.menu_b {
	padding-top:2px;
}

a.menu_nw {
	font-family: 'Annifont', sans-serif;
	font-size:10px;
	color:#FE0300;
	font-weight:bold;
	line-height:22px;
	padding-left:5px;
	text-decoration:none;
}
a.menu_nw:hover {
	color:#FFF;
}

a.menu_nwa {
	font-family: 'Annifont', sans-serif;
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	line-height:22px;
	padding-left:10px;
	text-decoration:none;
}

a.menu_nwa:hover {
	font-size:10px;
	color:#F1E832;
	font-weight:bold;
	line-height:22px;
	padding-left:10px;
	text-decoration:none;
}

a.menu_left {
	background-image:url('../images/menu_arrow.png');
	background-position:5px 1px;
	background-repeat: no-repeat;
	padding-left:23px;
	font-size:10px;
	color:#9DE0FF;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
}

a.menu_left:link {
	color:#9EE1FF;
}
a.menu_left:visited {
	color:#F1E832;
	text-decoration:none;
}
a.menu_left:hover {
	color:#FFF;
	text-decoration:none;
}

a.menu_left_select {
	font-size:10px;
	color:#F1E832;
	font-weight:bold;
	padding:3px;
	padding-left:10px;
	display:block;
}
a.menu_left_select:hover {
	color:#FFF;
}

.lijn {
	background-image:url('../images/menu_back.gif');
	background-repeat: repeat-x;
	height:4px;
}

/************************************************
*	MAILING MENU
************************************************/
.mailing_table {
	border: 0px;
	padding-top:2px; 
	padding-bottom:2px;
	background-color:#9c9c9c;
	margin: 0px;
	color: #E6E6E6;
	width: 190px;
}
.mailing_cell {
	background-color:#9c9c9c; 
	color: #E6E6E6;
	text-align: center;
}
.mailing_input {
	border:0px;
	margin-bottom:4px;
}

/************************************************
*	PAGING
************************************************/
.paging, a.paging:hover {
	padding:3px;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	vertical-align: bottom;
	color:#4E4E4E;
}
a.paging:link {
	color:#000;
	padding:3px;
}
a.paging:hover, .paging:visited {
	color:red;
	padding:3px;
}
.paging_select {
	color:#990000;
	vertical-align: bottom;
	font-weight:bold;
	padding:3px;
}
.text {
	font-size:10px;
	text-decoration:none;
	text-align:left;
	vertical-align: middle;
	color:#4E4E4E;
}
div.cdtitel{
	padding-top:6px;
}

/************************************************
*	FOOTER MENU
************************************************/
.footer {
	font-family: 'FloodStd', sans-serif;
	font-size:14px;
	color:#FFF;
}
.footer_copyright {
	color:#000000;
	font-size: 14px;
}

.footer_body {
	color:#000000;
	font-size: 15px;
}
a.footer:link, a.footer:active, a.footer:visited {
	text-decoration:none;
	color:#000000;
	background-color: transparent;
}
A.footer:hover {
	text-decoration:none;
	color: #CCB882;
	background-color: transparent;
}

.content_img img{
	background-color: #DED8C8;
	border:1px solid #3d2535;
	padding: 3px;
	color:#000;
}
.content_img:hover img {
	background-color: #FFF;
	border:1px solid #FE0300;
	padding: 3px;
}

td.tdw {
	background-color:#C2ECFE;
	color:#FFF;
	font-weight:bold;
	text-align:center;	
}
.link {
	font-size:14px;
	text-decoration:underline;
	text-align:center;
	vertical-align: middle;
	color:#000;
	font-weight:bold;
}
a.link {
	font-size:14px;
	text-decoration:underline;
	text-align:center;
	vertical-align: middle;
	color:#000;
	font-weight:bold;
}
a.link:hover {
	text-decoration:none;
}
.cont_link {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-weight:bold;
}
a.cont_link {
	font-size:14px;
	text-decoration: underline;
	text-align:center;
	vertical-align: middle;
	color:#000;
	line-height:18px;
}
a.cont_link:hover {
	text-decoration: none;
}
img.border {
	border:2px groove #000;
}
