/* @group general */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #7A70AF url(../_img/pageHeader.png) repeat-x;
	font: 62.5% 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #49546d;
	padding-top: 12px;
}

a {
	text-decoration: none;
	color: #4c9aff;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.center {
	text-align: center;
}

p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

ndiv#content {
	margin: 1.5em auto 2em 0;
}

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 49%;
}

div.right49 {
	float: right;
	width: 49%;
	text-align: right;
}

span.accesskey {
	text-decoration: none;
}

.accessibility, hr {
	position: absolute;
	top: -999em;
	left: -999em;
}

dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

div.templatecode {
	margin: 0 0 2.5em;
}

div#news {
	margin: 2em 0 1em;
	border: 1px solid #000;
	background: #FFE9AF;
}

/* @end */

/* @group header */

#header {
	width: 982px;
	margin: 0 auto;
	position: relative;
}

h1#proximus {
	padding: 0px 0px 40px;
	text-indent: -9999px;
}

h1#proximus,
h1#proximus a {
	width: 120px;
	height: 65px;
	display: block;
	background: url(../_img/proximus.png) no-repeat 13px 0px;
}

h2#foundation {
	background: url(../_img/proximus-foundation.jpg) no-repeat;
	text-indent: -9999px;
	border: 1px solid #FFF;
	border-bottom: none;
	position: absolute;
	top: 77px;
	left: 0;
}

h2#foundation,
h2#foundation a {
	height: 132px;
	width: 980px;
	display: block;
	outline: none;
}

ul#lang {
	position: absolute;
	top: 45px;
	right: 60px;
	font-family:Georgia,"Trebuchet MS",verdana,arial,sans-serif;
	font-weight:bold;
}

ul#lang li {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #FFF;
	margin-right: 7px;
	padding-right: 7px;
}

ul#lang li:last-child {
	border: none;
}

ul#lang li a {
	color: #FFF;
}

/* @end */

/* @group wrapper */

#wrapper {
	background: #FFF;
}

#wrapper-inner {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 105px 0 20px 0;
}

/* @end */

/* @group navigation */

ul#navigation {
	background: #6857bf;
	overflow: hidden;
	margin-bottom: 22px;
	padding: 0px;
	font-family:Georgia,"Trebuchet MS",verdana,arial,sans-serif;
}

ul#navigation  li {
	float: left;
	line-height: 1.2em;
	list-style-type: none;
	background: url(../_img/nav-separator-larger.png) no-repeat left center;
}

ul#navigation  li a {
	color: #FFF;
	font-size: 1.3em;
	padding: 7px 10px 8px 10px;
	/*margin-right: 10px;*/
	display: block;
	outline: none;
}

/*ul#navigation  li:last-child a,
ul#navigation li.active01:last-child, ul#navigation li.activeparent:last-child{
	background-image:none;
}*/

ul#navigation li.active01,
ul#navigation li.activeparent {
	background: #514496 url(../_img/nav-separator-larger.png) no-repeat left center;
	/*padding-left: 10px;
	margin-right: 10px;
	margin-left: -10px;
	position: relative;*/
}

/*ul#navigation  li.active01 a,
ul#navigation li.activeparent a {
	background: none;
	/*padding-right: 5px;
}*/

/* @end */

/* @group lsidebar */

#lsidebar {
	width: 182px;
	float: left;
}

#lsidebar p {
	font-size: 1.1em;
}

ul#subNav li {
	list-style-type: none;
}

ul#subNav li a {
	display: block;
	background: #eeedfb;
	color: #42278d;
	font-size: 1.1em;
	padding: 6px 7px;
	margin-bottom: 5px;
	outline: none;
}

ul#subNav li.active01 a,
ul#subNav li.activeparent a {
	background: #7A70AF;
	color: #FFF;
}

ul#subNav ul {
}

ul#subNav li.active01 ul li,
ul#subNav li.activeparent ul li {
	background: url(../_img/bg-lsidebar-ul-ul-li.gif) repeat-x bottom;
}

ul#subNav li.active01 ul li a,
ul#subNav li.activeparent ul li a,
ul#subNav li.activeparent ul li h3 {
	background: url(../_img/bg-lsidebar-ul-ul-a.gif) no-repeat 0 9px;
	color: #4e5460;
	padding: 7px 0 7px 10px;
	font-size: 11px;
	margin: 0;
	line-height: 12px;
}

ul#subNav li.active01 ul {
	margin-bottom: 5px;
}

ul#subNav li ul li.active01 h3 {
	background-image: url(../_img/bullet.gif);
	color: #312184;
	font-weight: bold;
}

/* My Comment */

#lsidebar h3 {
	font-size: 1.5em;
	font-weight: normal;
	color: #42288b;
	margin: 10px 0;
}

div.column-box {
	background: url(../_img/bg-column-box-top.gif) no-repeat;
}

div.column-box div {
	background: url(../_img/bg-column-box-bottom.gif) no-repeat bottom;
	padding: 16px 16px 1px;
}

/* @end */

/* @group content */

#content {
	width: 562px;
	float: left;
	margin: 0 18px;
	overflow: hidden;
}

#content h1 {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	font-family:Georgia,"Trebuchet MS",verdana,arial,sans-serif;
}


#content h2 {
	color: #42278d;
	font-size: 2.2em;
	font-weight: normal;
	border-bottom: 1px solid #b5bae4;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0 12px 0;

}

#content h3 {
	font-size: 14px;
	color: #4c9aff;
	color: #422a8c;
	line-height: 1.3em;
	margin: 5px 0 5px 0;
	clear: both;

}

#content h4 {
	color: #8375ca;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 -5px 0;

}

#content h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;

}

#content h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;

}

#content ol {
	border: 1px solid #d4cefa;
	padding: 10px 10px 0px 28px;
}

#content ul {
}

#content ul li {
	font-size: 12px;
	line-height: 1.4em;
	list-style-type: none;
	background: url(../_img/bullet.gif) no-repeat 0 4px;
	padding-left: 12px;
}

#content p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 0;
	text-align: justify;
}

#content p#breadcrumbs {
	font-size: 1.1em;
	margin: 0 0 8px 0;
	font-family:Georgia,"Trebuchet MS",verdana,arial,sans-serif;
	font-weight:bold;
}

#content ul,
#content ol,
#content dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 1em 0 1.5em 0;
}

#content ul li,
#content ol li {
	margin: 0 0 7px 0;
}

#content dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}

#content dl dd {
	margin: 0 0 1em 1em;
}

#content dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}



#content ul.box {
	overflow: hidden;
	margin-right: 0;
	padding-left: 0;
	width: 580px;
}

#content ul.box li {
	background: url(../_img/bg-box1-top.gif) no-repeat;
	width: 276px;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 11px;
	list-style-type: none;
	padding: 0;
}

#content ul.box li div {
	background: url(../_img/bg-box1-bottom.gif) no-repeat bottom;
	padding: 17px 17px 5px;
}

#content ul.box li div p {
	font-size: 12px;
	text-align: left;
}

#content ul.box li div p,
#content ul.box li div h3 {
	margin-right: 0;
}

#content ul.box li div h3 {
	margin: 0 0 -6px;
	font-size: 14px;
}

table {
	width: 100%;
	background: #d3d0fb;
	border-collapse: collapse;
	
}

table td {
	font-size: 1.1em;
	padding: 7px;
	border: 1px solid #d3d0fb;
}

table thead td {
	color: #412685;
	background: #d3d0fb;
	font-size: 1.2em;
}

table tbody td {
	background: #FFF;
}

/* @end */

/* @group news */

.NewsSummary {
	padding: 0.5em 0 1em;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ccc;
}

/* My Comment */

/* My Comment */

#content .NewsSummaryPostdate {
	font-weight: bold;
	margin: 0 0 -10px;
}

.NewsSummaryLink {
	font-weight: bold;
	padding-top: 0.2em;
}

.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
	display: none;
}

.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
	display: none;
}

.NewsSummarySummary {
	font-weight: bold;
}

.NewsSummarySummary, .NewsSummaryContent {
	line-height: 140%;
}

.NewsSummaryMorelink {
	padding-top: 0.5em;
}

#NewsPostDetailDate {
	margin-bottom: 5px;
	font-weight: bold;
}

#NewsPostDetailSummary {
	line-height: 150%;
	font-weight: bold;
}

#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
	display: none;
}

#NewsPostDetailPrintLink {
	display: none;
}

#NewsPostDetailContent {
	margin-bottom: 15px;
	line-height: 150%;
}

#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
	display: none;
}

/* @end */

/* @group rsidebar */

#rsidebar {
	width: 200px;
	float: left;
}

#rsidebar li {
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	background: url(../_img/bg-rsidebar-li-top.gif) no-repeat;
	margin-bottom: 6px;
	list-style-type: none;
}

#rsidebar li a {
	background: url(../_img/bg-rsidebar-li-bottom.gif) no-repeat bottom;
	display: block;
	padding: 8px 11px 9px;
	color: #5d3db7;
	outline: none;
}

#rsidebar li.hightlight {
	background-image: url(../_img/bg-rsidebar-li-highlight-top.gif);
}

#rsidebar li.hightlight a {
	background-image: url(../_img/bg-rsidebar-li-highlight-bottom.gif);
	color: #FFF;
}

/* @end */

/* @group footer */

div#footer ul {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	padding: 13px 0 80px;
	font-family:Georgia,"Trebuchet MS",verdana,arial,sans-serif;
}

div#footer ul li {
	display: inline;
	font-size: 1.1em;
	border-right: 1px solid #FFF;
	padding-right: 10px;
	margin-right: 10px;
}

div#footer ul li:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

div#footer ul li a {
	color: #FFF;
}

p.cmsms,
p.cmsms a {
	display: none;
	color: #50339f;
	font-size: 9px;
	text-align: center;
}

/* @end */

/* @group editor */

body.mceContentBody {
	font-size: 12px;
	background: #FFF;
	padding: 10px;
}

/* @end */


.vote_box {
	background: url(../_img/vote-box-top.gif) no-repeat top;
}

.vote_box_inner {
	background: url(../_img/vote-box-bottom.gif) no-repeat bottom;
	padding: 17px;
}

#content .vote_box ul li {
	background: none;
	padding: 0 0 2px 0;
	clear: both;
	overflow: hidden;
}

#content .vote_box ul li input {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

#content .vote_box ul li label {
	color:#4C9AFF;
	cursor:pointer;
	padding-top: 2px;
	display: block;
	float: left;
	width: 490px;
}
#content .vote_box ul li label:hover; {
	text-decoration:underline;
}
#content .vote_box ul li .description {
	clear:both;
	display:none;
	margin-left:20px;
}

span.submit {
	background:transparent url(../_img/button.gif) no-repeat scroll left center;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
	padding:10px 0 10px 20px;
}

span.submit span {
	background:transparent url(../_img/button.gif) no-repeat scroll right center;
	padding:10px 20px 10px 0;
}

span.submit span input {
	background:transparent none repeat scroll 0%;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	margin:0;
	overflow:visible;
	padding:0;
	width:auto;
}

#content p.center {
	text-align: center;
}
.logoBGC{
	width:57px;
	height:37px;
	display:block;
	position:absolute;
	right:0px;
	top:30px;
}
