html
{
	height: 100%;
}

body
{
	margin: 0px;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #d30173;
	height: 100%;
}

.container
{
	height: 100%;
	background-image: url('../img/nav_bg.png');
	background-repeat: repeat-y;
}

.logo_holder
{
	margin-top: 3px;
}

.content_holder
{
	margin-top: 0px;
}

.content_container
{
	margin-top: 37px;
	margin-left: 8px;
}

.title_holder
{
	height: 38px;
	border-bottom: 1px solid #fff;
}

.txt
{
	padding-top: 10px;
	padding-left: 5px;
	font-family: arial;
	font-size: 11px;
	line-height: 21px;
	color: #fff;
}

.txt strong
{
	font-size: 13px;
}

.navigatie
{
	margin-top: 71px;
}

.navigatie td
{
	height: 26px;
}

.linkDiv
{
	width: 230px; 
	height: 25px;
	position:absolute; 
	cursor: pointer;
}

input, textarea
{
	background-color: #71013d;
	border: 1px solid #ffffff;
	color: #fff;
}

.footer_txt
{
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	text-align: center;
}

.webshop
{
	border-bottom: 1px solid #fff;
}
.webshop td
{
	border-top: 1px solid #fff;
}
.webshophead
{
	border-top: 1px solid #fff;
	background-color: #b70665;
	height: 25px;
}
.noborder
{
	border: none;
}
.noborder td
{
	border: none;
}

a:link, a:active, a:visited
{
	color: #fff;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

a.top10:link, a.top10:active, a.top10:visited {
	color: #000;
	text-decoration: underline;
}
a.top10:hover {
	color: #fff;
	text-decoration: underline;
}

.aanbieding
{
	float: left;
	margin-left: 10px;
	height: 125px;
}
.aanbieding td
{
	color: #000;
}
.aanbieding img
{
	border: 1px solid #fff;
	border-top: none;
}
h3
{
	color: #fff;
}
h1
{
	color: #fff;
	font-family: arial;
	font-size: 23px;
	line-height: 1em;
	margin: 0px;
}
h2
{
	color: #fff;
	font-family: arial;
	font-size: 14px;
	line-height: 1em;
	margin: 0px;
}
h2.active 
{
	color: #b50162;
}

/*
--------------------------------------------------------
--------------------------------------------------------
					sIFR Styles
--------------------------------------------------------
--------------------------------------------------------
*/
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active h1 {
  visibility: hidden;
  font-family: Arial;
  line-height: 1em;

  font-size: 23px;
  margin: 0px;
}

.sIFR-active h2 {
  padding-top: 4px;
  visibility: hidden;
  font-family: Arial;
  line-height: 1em;

  font-size: 14px;
  margin: 0px;
}
.sIFR-active h2.active {
  visibility: hidden;
  font-family: Arial;
  line-height: 1em;

  font-size: 14px;
  margin: 0px;
}
