
/*
 *
 * Global
 *
 */
body {
	height: 100%;
	background: url('../images/background.jpg') repeat-x;
	font: normal normal normal 11px arial;
	letter-spacing: 1px;
}

a {	color: #A62B4D;	text-decoration: none; }
a:hover { color: #A62B4D;	text-decoration: underline; }
p {	padding: 0px 0px 0px 3px; }
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:2.2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;}
h3 {font-size:1.5em;line-height:1;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
strong {font-weight:bold;}

cite { 
	background: silver;
	padding: 5px;
	margin-left: 20px; }

.image_right {
	position: absolute;
	left: 600px;
}

/* IE 6 */
* html .image_right { left: 540px; }

/* IE 7 */
*:first-child+html .image_right { left: 540px; }

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
.image_right { left: 540px; }
}

/*
 *
 * Page start
 *
 */
div#page_wrap {
	position: relative;
	width: 1140px;
	min-height: 700px;
	margin: 0 auto;
}

div#shadow_left {
	position: absolute;
	width: 70px;
	height: 700px;
	background: url('../images/shadow_left.png') no-repeat;
}

div#center {
	position: absolute;
	width: 762px;
	height: 700px;
	left: 70px;
}

/*
 *
 * Righ Area
 *
 */
div#right {
	position: absolute;
	width: 238px;
	height: 700px;
	left: 832px;
	background: url('../images/right.jpg') no-repeat;
}

div#right_bottom {
	position: relative;
	width: 238px;
	height: 400px;
}

div#top_right {
	position: relative;
	height: 150px;
}

div#jflanguageselection {
	position: relative;
	margin: 5px;
}

div#menu {
	position: relative;
	width: 238px;
	height: 115px;
	overflow: hidden;
	line-height: 12px;
}

div#menu ul {
	position: relative;
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-position: outside; 
	padding: 0;
}

div#menu ul li {
	position: relative;
	padding: 5px 5px 5px 35px;
	color: white;
}

div#menu ul li#current {
}

div#menu ul li a { color: white; }

div#shadow_right {
	position: absolute;
	width: 70px;
	height: 700px;
	left: 1070px;
	background: url('../images/shadow_right.png') no-repeat;
}

/*
 *
 * Main Area
 *
 */
div#header {
	position: relative;
	width: 762px;
	background: url('../images/logo.jpg') no-repeat;
}

div#main_content {
	position: relative;
	width: 752px;
	height: 600px;
	background: white;
	margin: 0;
	padding: 10px 0px 0px 10px;
}

div#main_content table.contentpaneopen_text {
	position: relative;
	top: 20px;
	left: 50px;
	width: 500px;
}

div#main_content table.contentpaneopen_text p,h3 {
	margin-left: 40px;
}

div#main_content table.contentpaneopen_text ul {
    list-style-type: square;
        list-style-position: inside;
        margin-left: 50px;
}


/*
 *
 * Main boxes
 *
 */

div#bottom {
	position: absolute;
	width: 1170px;
	height: 200px;
	top: 600px;
	left: 0px;
}
