html, body {
	height: 100%;
}
body 
{ 
	font-family: Tahoma, Helvetica, Arial; 
	font-size: 13px;
	color: #333333;
	background-color: #CCCCCC;
	text-align:center;
	margin:0 auto;
	padding: 0px;
	overflow-y: scroll;
}
th, td 
{
	font-family: Tahoma, Helvetica, Arial; 
	font-size: 13px;
}
h1 {
	font-size: 1.3em;
	font-weight: normal;
	color: #FED700;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FED700;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	color: #D9202E;
}
a {
	color: #666666;
}
a:hover {
	color: #D9202E;
}
ul.menu {
	list-style: none;
	font-weight: normal;
}
ul.menu a {
	text-decoration: none;
}
ul.menu li {
	list-style: none;
}
ul.menu li a {
	list-style: none;
}
#wrapper
{
	position:relative;
	width:1020px;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	overflow: visible;
	text-align:left;
	margin:0 auto;
	padding: 0px;
	background: #F8F8F8 url(images/swi-sbo-wrapper.png) top left repeat-y;
	background-color: #F8F8F8;
	border-left: #FED700 solid 1px;
	border-right: #FED700 solid 1px;
}
#container
{
	float:left;
	width:1020px;
	min-height: 90%;
	height:auto !important; /* voor moderne browsers */
	height:90%; /* voor IE */
	background: #F8F8F8 url(images/swi-sbo-bg-container.png) top left repeat-y;
}
#header
{
	position: relative;
	width:1020px;
	height: 75px;
	margin: 0;
	text-align: center;
	font-size: 15px;
	line-height: 75px;
	font-style: italic;
	color: #FED700;
/*	background: #FFFFFF url(images/swi-sbo-header.jpg) top left no-repeat; */
}
#header-region
{
	height:30px;
	text-align: center;
	background: #F8F8F8 url(images/swi-sbo-topbar.gif) top left no-repeat;
	padding: 0 0 20px 270px;
}
#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}
#slogan
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:720px;
	margin: 0 150px;
	text-align: center;
	font-size: 22px;
}
#slogan a
{
	color: #FED700;
	text-decoration: none;
}
.slogan-1
{
	color: #FED700;
	text-decoration: none;
}
.slogan-2
{
	color: #999999;
	text-decoration: none;
}
.slogan-3
{
	color: #D9202E; /* #FE2424; */
	text-decoration: none;
}
#sidebar-left {
	float:left;
	width:240px;
	margin:0px;
	padding:0px;
	text-align: center;
/*	background: url(images/swi-sbo-bg-left.png) top left repeat-y; */
}
#sidebar-right {
/*	background-color: #FFF6A9; */
	color: #D9202E; /* #FE2525; */
	font-size: 1.1em;
	font-weight: normal;
	float:right;
	width:240px;
	margin:0px;
	padding:35px 0px;
	text-align: left;
}
#sidebar-right .content a {
	color: #D9202E;
	text-decoration: none;
}
#center {
	float:left;
	width:534px;
}
#content {
	padding: 20px 40px 20px 40px;
}
.content {
	text-align: justify;
}	
#center .content ul
{
	list-style-image: url(images/bullet.png);
}	
#center .content ul li
{
	margin-left: -20px;
	padding-left: 12px;
}
#footer {
	height: 25px;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	background-color: #F8F8F8;
	padding: 30px 0px;
}
#footer .content {
	text-align: center;
}
#footer .content a {
	text-decoration: none;
}
#wrapper #container #center .right-corner .left-corner {
  padding: 20px 25px 2em 35px;
  margin-left: 0px;	/* -10px; */
  position: relative;
  left: -10px;
/*  min-height: 600px; */
}
#menu {
	font-size: 14px;
	padding: 35px 0px 40px 35px;
/*	text-align: center; */
}
#menu ul {
	list-style: none;
	padding-left: 0;
}
#menu a {
	display: block;
	width: 170px;
	height: 32px;
	padding: 0px 2px 0px 0px;
	margin: 0px 2px 0px 0px;
	color: #666666;
	font-size: 14px;
	text-align: left;
/*	line-height: 30px; */
	text-decoration: none;
}
#menu a:hover {
	color: #FE2525;
	text-decoration: none;
}
#search-block-form, #search-theme-form	{
	text-align: left;
	padding-left: 35px;
	padding-top: 10px;
}
#search.container-inline label	{
/*	color: #FFFFFF;		/* to hide it on a inconvenient way */
}
.view-content h2 {
	font-size: 14px;
	color: #D9202E;
}
.view-content h2 a {
	color: #D9202E;
	text-decoration: none;
	font-weight: normal;
}
.readmore {
	margin-left: -2.0em;
	margin-bottom: 20px;
}
.submitted {
	color: #888888;
	font-size: 11px;
	display: block;
	margin: 10px 0px;
}
.item-list ul li
{
	list-style-image: url(images/bullet.png);
}
.form-item label	{
	font-weight: normal;
/*	color: #D9202E; */
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
span.form-required {
  visibility: hidden;
}