﻿body
{
	background: #D9DADB url(Images/page_bg.png);
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 11px;
	color: #1A171B;
}

a
{
	color: #E2007A;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}

input, select, textarea
{
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Regular", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 11px;
}

div.container_orange, div.container_purple
{
	width: 972px;
	margin: 63px auto 1em auto;
}

div.container_orange
{
	background: #fff url(Images/body_bg_o.png) repeat-y;
}

div.container_purple
{
	background: #fff url(Images/body_bg_p.png) repeat-y;
}

#content
{
	width: 337px;
	background: #fff url(Images/content_top_bg.png) no-repeat;
	padding: 188px 13px 2em 13px;
	float: right
}

#left
{
	width: 264px;
	float: left;
	min-height: 650px;
}

#right
{
	width: 345px;
	float: right;
}

.footer_orange, .footer_purple
{
	clear: both;
	height: 56px;
}

.footer_orange
{
	background: url(Images/footer_bg_o.png) no-repeat;
}

.footer_purple
{
	background: url(Images/footer_bg_p.png) no-repeat;
}

#left #logoleft
{
	width: 264px;
	height: 280px;
	background: url(Images/logo_tl.png) no-repeat;
}

#left #logoleft h3
{
	display: none;
}

#left #menu ul
{
	margin: 0 0 0 12px;
	padding: 0;
}

#left #menu ul li
{
	margin: 0;
	padding: 0 0 0 0;
	height: 32px;
	background: none;
}

#left #menu ul li a
{
	padding: 4px 0 4px 63px;
	color: #000;
	text-decoration: none;
	display: block;
}

#left #menu ul li a:hover
{
	color: #E2007A;
}

#left #menu ul li.active, #left #menu ul li:hover
{
	background: url(Images/menu_a_bg.png) no-repeat;
}

#left #menu ul li.active a, #left #menu ul li:hover a
{
	color: #fff;
}

#left #menu ul, #left #menu ul li
{
	list-style-type: none;
}

#left #menu ul.submenu
{
	display: none;
	width: 120px;
	position: relative;
	top: -23px;
	background: #fff;
	margin-left: 145px;
	border: 1px solid #D4D5D6;
}

#left #menu ul li:hover ul.submenu
{
	display: block;
}

#left #menu ul.submenu li
{
	margin: 0;
	padding: 0 0 0 0;
	background: none;
	height: auto;
}

#left #menu ul.submenu li a
{
	padding: 4px 0 4px 9px;
	margin: 0;
	color: #000;
	text-decoration: none;
	display: block;
}


#left #menu ul.submenu li a:hover
{
	background: url(Images/menu_a_bg_1x1.png);
	color: #fff;
}

#right #logoright
{
	width: 345px;
	height: 251px;
	background: #fff url(Images/logo_tr.png) no-repeat;
}

#right #logoright h3, #right #logoright h4
{
	display: none;
}

#right #leftcontent
{
	width: 107px;
	height: 100%;
	margin-right: 15px;
	float: left;
	font-size: 10px;
	color: #fff;
}

#right #leftcontent p
{
	padding: 8px 8px 8px 8px;
	margin: 0;
}

#right #leftcontent .leftcontentender
{
	width: 104px;
	height: 69px;
	background: url(Images/leftcolumnbottom.png) no-repeat;
	margin-top: 2em;
}

#right #rightcontent
{
	width: 223px;
	float: right;
	font-size: 11px;
}

#content h1
{
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 26px;
}

#content h2
{
	margin: 0 0 32px 0;
	font-weight: normal;
	font-size: 21px;
}

#content #maincontent h2
{
	margin: 31px 0 0 31px;
}

#content p
{
	margin-left: 52px;
	line-height: 15px;
}

#content ul
{
	margin: 0.5em 0px 0.5em 52px;
	padding: 0 0 0 0px;
	list-style-type: square;
}

#content ul li
{
	margin: 0;
	list-style-position: inside;
}

#right #rightcontent div.head, #right #rightcontent div.searchhead, #right #rightcontent h3
{
	background: url(Images/right_r_head_bg.png) no-repeat;
	background-position: 0px 1px;
	height: 28px;
	font-size: 11px;
	padding: 3px 2px 0 16px;
	margin: 0;
	font-weight: normal;
}

#right #rightcontent div.searchhead
{
	margin-bottom: 17px;
}

#right #rightcontent p
{
	margin: 0 22px 0 16px;
}

input.search
{
	font-size: 10px;
	margin: 0;
	padding: 0;
}

input.hidden
{
	display: none;
}

.speakerpic
{
	float: right;
	width: 150px;
	margin: 0 0 15px 15px;
}

.speakerpic span
{
	font-size: 10px;
}

p.navigator
{
	border-top: 1px solid #E2007A;
	padding-top: 0.5em;
}

.currentpage
{
	display: block;
	text-align: center;
}

.previouspage
{
	display: block;
	float: left;
	width: 75px;
}

.nextpage
{
	display: block;
	float: right;
	width: 75px;
}

.mailform
{
    margin-left: 52px;
}

.mailinput
{
    width: 269px;
}

.mailzipcode
{
    width: 63px;
}

.mailcity
{
    width: 200px;
}

.bottomimage_orange
{
    float: right;
    margin-top: -217px;
    margin-right: 239px;
    width: 106px;
    height: 267px;
    background-image: url(Images/geel_image.png);
    
}

.bottomimage_purple
{
    float: right;
    margin-top: -217px;
    margin-right: 239px;
    width: 106px;
    height: 267px;
    background-image: url(Images/roze_image.png);
}