body {
	margin-top: 0px;
	/* IE 5 work-around center div */
	text-align: center;
	border: none;
	font-family: Verdana;
	font-size: 10px;
	color: #6a6a6a;
}

#main_container {
	text-align: left;
	margin: 0 auto;
	width: 900px;	
}

#header {
	width: 100%;
	height: 220px;
}

#balk {
	height: 30px;
	background-color: #000;	
	background-image: url("../images/separator.gif");
	margin-left: 8px;
}

#content_container {
	min-height: 300px;
	/* IE6 fix for min-height */
	*height: 300px;	
}

#content_div {
	margin-left: 168px;
	width: 716px;
	padding: 8px;
}

#footer {
	text-align: center;
	height: 60px;
	padding-top: 15px;
}

#menu {
	margin-left: 8px;
	width: 152px;
	float: left;
}

.vertical-menu {
	width: 150px;
	margin-left: 1px;
	margin-top: 2px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

.vertical-menu li a:link, .vertical-menu li a:visited {
	border-top: 1px solid #047e42;
	display: block;
	text-decoration: none;
	color: #5a5a5a;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 24px;
	text-indent: 0.2em;
}

.vertical-menu li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #afccbe;
}

.vertical-menu li a.active:link, .vertical-menu li a.active:visited, .vertical-menu li a.active:active, .vertical-menu li a.active:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #469c72;
}

img.logo {
	margin-left: 7px;
	margin-top: 112px;
}

.textfield {
	float: left;
	width: 500px;	
}

.image {
	float: right;
	border: 1px solid #047e42;	
}

h2 {
	margin: 0 0 0 0;
	color: #047e42;
	font-family: Arial;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #047e42;
}

p {
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
}

.footertext {
	font-size: 8px;	
}

#footer img {
	border: none;	
}

/*
.copyright {
	float: right;	
	margin-right: 40px;
	color: #7a7a7a;
	font-size: 9px;
}
*/




/* JSC Portal Specific */
DIV.moduletools
{
	border: solid 1px black;
}
#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}
#simplemodal-container-login 
{
  padding: 20px 0px 0px 20px;
  height:200px;
  width:350px;
  background-color:#fff;
  border:3px solid #ccc;
}
#simplemodal-container-login select
{
	width: 250px;
	max-width: 300px;	
}


/* JSC Portal Module: ContactUs */

#formulierContactus fieldset {
	border: none;
	padding: 10 0 15 0;
	margin: 0 0 17px 0;
}

#div-sub-main-content
{

}

.contactus {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 4px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 18px;
}

.contactus-input
{
	width: 80%;
}
.contactus-text
{
	width: 240px;
	border: 1px solid grey;
	height: 120px;
}

#formulierContactus td.tdCaption {
	font-size: 11px;
	margin-left: -155px; /*width of left column*/
	margin-top: 4px;
	width: 150px; /*width of labels */	
}

#formulierContactus input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 240px;
	font-size: 11px;
	height: 14px;
	border: 1px solid grey;
}

.contactus-send{
	float: left;
}

#formulierContactus .button-bar-right
{
	text-align: right;
}
#formulierContactus legend
{
	width: 100%;
	margin: 0 0 0 0;
	color: #047e42;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #047e42;		
}
#formulier 
{
	clear: none;
}

