*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	width: 100%;
	height: 100%;
}

body
{
	color: #333;
	font-family: Arial, "san-serif";
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	word-spacing: normal;
	letter-spacing: normal;
	background: #FFF url(images/body_bg.gif) left top repeat;
}

#page
{
	width: 994px;
	height: auto;
	display: block;
	position: relative;
	margin: 15px auto 0 auto;
	background: #FFF url(images/page_bg.gif) left top repeat-y;
}

/* ================== H E A D E R ================== */

#header
{
	margin: 0;
	width: 994px;
	height: 155px;
	display: block;
	position: relative;
	background: transparent url(images/header_bg.gif) left top no-repeat;
}

#header h1
{
	top: 16px;
	left: 29px;
	margin: 0;
	width: 414px;
	height: 139px;
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 414px;
	background: transparent url(images/logo_pelspa.gif) left top no-repeat;
}

/* ================== M A I N M E N U ================== */

#mainmenu
{
	top: -5px;
	width: 994px;
	height: 21px;
	position: relative;
	display: block;
	overflow: hidden;
}

#mainmenu ul
{
	left: 226px;
	width: 761px;
	height: 21px;
	position: relative;
	display: block;
	overflow: hidden;
	list-style-type: none;
}

#mainmenu ul li
{
	float: left;
	display: block;
	position: relative;
}

#mainmenu ul li.active
{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	padding: 0 1em 0 1em;
	text-decoration: none;
	background-color: #1AA89D;
}

#mainmenu ul li a,
#mainmenu ul li a:link,
#mainmenu ul li a:active,
#mainmenu ul li a:visited
{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	display: block;
	padding: 0 1em 0 1em;
	text-decoration: none;
	background-color: transparent;
}

#mainmenu ul li a:hover,
#mainmenu ul li a:focus
{
	color: #008475;
	display: block;
	background-color: #FFF;
	outline: none;
}

#mainmenu ul li:hover
{
	background-color: #FFF;
}

#mainmenu ul li:hover.active
{
	background-color: #1AA89D;
}

/* ================== C O L U M N S ================== */

#linkerkolom
{
  margin: 0 0 0 7px;
  padding: 0;
  position: relative;
  width: 700px;
  float: left;
  clear: left;
  display: block;
  background-color: #FFF;
}

#linkerkolom div.content
{
	color: #313131;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 20px 20px 20px;
	display: block;
}

#linkerkolom div.content p
{
	font-size: 12px;
	font-weight: normal;
}

#linkerkolom div.content h1
{
	color: #7D7E80;
}

#linkerkolom div.content h2
{
	color: #313131;
}

#linkerkolom div.content h3
{
	color: #008476;
}

#rechterkolom
{
  margin: 0;
  padding: 0;
  position: relative;
  width: 280px;
  float: left;
  clear: right;
  display: block;
  background-color: #CCE6E3;
}

#rechterkolom div.content
{
	color: #27423F;
	font-size: 14px;
	font-weight: normal;
	margin: 20px 16px 20px 16px;
	display: block;
}

#rechterkolom div.content p
{
	font-size: 12px;
	font-weight: normal;
}

#rechterkolom div.content h1
{
	color: #647F7E;
}

#rechterkolom div.content h2
{
	color: #27423F;
}

#rechterkolom div.content h3
{
	color: #008476;
}

/* ================== C O N T E N T ================== */

div.content h1
{
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 20px 0;
}

div.content h2
{
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1px 0;
}

div.content h3
{
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1px 0;
}

div.content hr
{
	height: 1px;
	border: 0;
	color: #E4E4E4;
	margin: 1em 0 1em 0;
	background-color: #D4D4D4;
}

div.content ul
{
	display: block;
	position: relative;
	left: 14px;
}

div.content ul li
{
	font-size: 14px;
	margin: 0 0 14px 0;
}

div.content img.imgleft
{
	float: left;
	clear: none;
	display: table;
	margin: 0 15px 15px 0;
}

div.content img.imgright
{
	float: right;
	clear: none;
	display: table;
	margin: 0 0 15px 15px;
}

div.content table
{
	width: 100%;
	margin: 0;
	border: 1px solid #B2B2B2;
}

div.content table tbody tr th
{
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-align: left;
	padding: 3px 5px 3px 5px;
	background-color: #008476;
}

div.content table tbody tr td
{
	text-align: right;
	vertical-align: top;
	padding: 5px 5px 8px 5px;
	border-bottom: 1px solid #B2B2B2;
}

div.content table tbody tr td.last
{
	border: 0;
}

div.content table tbody tr td.spacer
{
	width: 100%;
	height: 2px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
	overflow: hidden;
	background-color: #008476;
}

div.content table tbody tr td.header
{
	border: 0;
	font-weight: normal;
	text-align: left;
}

div.content table tbody tr td.error
{
	border: 0;
	color: #DD0000;
	font-weight: normal;
	text-align: left;
}

div.content table tbody tr td.info
{
	width: 88%;
	font-weight: normal;
}

div.content table tbody tr td.euro
{
	width: 2%;
	font-weight: bold;
}

div.content table tbody tr td.price
{
	width: 10%;
	font-weight: bold;
}

div.content table tbody tr td.title
{
	width: 20%;
	border: 0;
	color: #008476;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	text-align: right;
}

div.content table tbody tr td.field
{
	width: 90%;
	border: 0;
	text-align: left;
}

/* ================== F O R M U L I E R ================== */

div.content table tbody tr td input[type="text"]
{
	border: 1px solid #B2B2B2;
	margin: 0;
	width: 50%;
	padding: 3px;
	font-size: 13px;
	font-weight: normal;
}

div.content table tbody tr td input[type="submit"].button,
div.content table tbody tr td input[type="reset"].button
{
	border: 0;
	margin: 0;
	padding: 0 0 4px 0;
	color: #FFF;
	width: 99px;
	height: 26px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background: transparent url(images/button_bg.gif) left top no-repeat;
	outline: none;
}

div.content table tbody tr td textarea
{
	border: 1px solid #B2B2B2;
	margin: 0;
	width: 95%;
	height: 7em;
	padding: 3px;
	font-size: 13px;
	font-weight: normal;
}


/* ================== F O O T E R ================== */

#footer
{
	margin: 0;
	color: #FFF;
	clear: both;
	width: 994px;
	height: 28px;
	display: block;
	position: relative;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	background: transparent url(images/footer_bg.gif) left top no-repeat;
}

#footer a
{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
	outline: none;
}
