@import url("lightbox.css");
 
html
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
	background-image: url(../images/body_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #1b1109;
	height: 100%;
	font-family: Georgia, Verdana, Arial;
	font-size: 14px;
	color: #f2f2f2;
}

#container
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/container_bg2.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#center_container
{
	position: relative;
	top: 65px;
	margin: 0 auto;
	width: 985px;
}

#subheader
{
	height: 150px;
	float: right;
	margin-right: 52px;
}

#content
{
	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
	width: 900px;
}

#content_left
{
	float: left;
	width: 200px;
	margin-right: 50px;
}

#content_right
{
	float: left;
	width: 650px;
}

#shoppingcart
{
	margin-bottom: 30px;
}

#shoppingcart img
{
	margin-right: 10px;
}

#catalogusmenu
{
	text-transform: capitalize;
}

#catalogusmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#catalogusmenu ul li
{
	line-height: 200%;
}

#catalogusmenu ul li ul
{
	margin-left: 25px;
	list-style-type: square;
}

#catalogusmenu ul li a
{
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #f2f2f2;
}

#catalogusmenu ul li a.current
{
	color: #c41a74;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 100%;
	background-image: url(../images/border.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font-family: Georgia;
	color: #f2f2f2;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 15px;
	font-size: 12px;
}

#footer table
{
	width: 100%;
}

.footer_text
{
	padding: 0 5px 0 10px;
}

.footer_menu
{
	padding: 0 10px 0 5px;
	text-align: right;
}

/* MENU */
#menu
{	
	clear: both;
	background-image: url(../images/border.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: right;
	font-family: Verdana, Arial;
	color: #fff;
	text-transform: uppercase;
	height: 95px;
}

#menu table td
{
	padding: 0 3px 0 3px;
}

.menuitem, .menuitem_active
{
	display: block;
	float: left;
	padding: 4px 10px 4px 10px;
	color: #fff;
	text-decoration: none;
}

.menuitem_active
{
	background-color: #6f153e;
}

.menuitem:hover, .menuitem_active:hover
{
	color: #fff;
	text-decoration: underline;
}

.menuitem_img
{
	height: 51px;
	text-align: center;
}

.menu_left
{
	display: block;
	float:left;
	height: 25px;
	width: 11px;
	background-image: url(../images/menu_left.png);
}

.menu_right
{
	display: block;
	float:right;
	height: 25px;
	width: 11px;
	background-image: url(../images/menu_right.png);
}

.article_column
{
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px 25px 32px 0;
}

.paginanavigatie
{
	font-size: 18px;
	text-align: center;
}

.highlight
{
	color: #c41a74;
}

.cartheader td
{
	text-align: left;
}

.cartrow td
{
	text-align: left;
}

.custompage
{
	font-family: Georgia;
	color: #f2f2f2;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 15px;
	font-size: 14px;
}

/* HTML */
p
{
	margin: 14px 0 14px 0;
	padding: 0;
}

img
{
	border: 0;
}


/* LINKS */
a
{
	outline: none;
	color: #c81875;
	text-decoration: none;
}

a:hover
{
	color: #c81875;
	outline: none;
	text-decoration: underline;
}

a.cataloguslink
{
	font-size: 18px;
	color: #f2f2f2;
	text-decoration: none;
}

a.cataloguslink:hover
{
	font-size: 18px;
	color: #c41a74;
	text-decoration: none;
}

a.currentpage
{
	color: #ffffff;
	text-decoration: none;
}

a.currentpage:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* HEADINGS */
h1
{
	font-size: 18px;
	font-family: Georgia, Verdana;
	color: #c41a74;
	padding: 14px 0 0 0;
	margin: 0 0 14px 0;
}

h2
{
	font-size: 16px;
	font-family: Georgia, Verdana;
	color: #c41a74;
	padding: 14px 0 0 0;
	margin: 0 0 12px 0;
}

h3
{
	font-size: 14px;
	font-family: Georgia, Verdana;
	color: #c41a74;
	padding: 0;
	padding: 14px 0 0 0;
	margin: 0 0 10px 0;
}

h4
{
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #f2f2f2;
	padding: 0;
	margin: 0;
}

h5
{
	font-size: 14px;
	font-family: Georgia, Verdana;
	font-weight: normal;
	color: #f2f2f2;
	padding: 0;
	margin: 0;
}

h6
{
	font-size: 10px;
	font-family: Georgia, Verdana;
	color: #c41a74;
	padding: 0;
	margin: 0;
}

/* FORMS */
form
{
	padding: 0;
	margin: 0;
}

.textfieldHolder
{
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	margin: 7px 0 7px 0;
	background-image: url(../images/textfield_bg.gif);
	background-repeat: no-repeat;
}

.textfield
{
	padding: 0;
	margin: 0;
	width: 210px;
	height: 18px;
	border: 0;
	background: none;
	font-family: Georgia, Verdana, Arial;
	color: white;
	font-size: 12px;
}

.textfieldHolder_small
{
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
	margin: 7px 0 7px 0;
	background-image: url(../images/textfield_small_bg.gif);
	background-repeat: no-repeat;
	width: 91px;
}

.textfield_small
{
	padding: 0;
	margin: 0;
	width: 75px;
	height: 18px;
	border: 0;
	background: none;
	font-family: Georgia, Verdana, Arial;
	color: white;
	font-size: 12px;
}

.textareaHolder
{
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 8px;
	margin: 7px 0 7px 0;
	background-image: url(../images/textarea_bg.gif);
	background-repeat: no-repeat;
}

.textarea
{
	height: 62px;
	width: 340px;
	border: 0;
	background: none;
	font-family: Georgia, Verdana, Arial;
	color: white;
	overflow: auto;
	font-size: 12px;
}

.buttonHolder
{
	padding-top: 3px;
	padding-bottom: 5px;
	margin: 7px 0 7px 0;
	background-image: url(../images/button_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 167px;
}

.button
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Georgia, Arial;
	color: #f2f2f2;
	border: 0;
	background-color: #160e08;
	width: 153px;
	font-size: 14px;
	cursor: pointer
}

.dropdownlist
{
	background-color: #160e08;
	border: 1px solid #42362c;
	font-family: Verdana, Georgia, Arial;
	color: #f2f2f2;
}
