#content_pane {
    width: 490px;
	background-color: #FFF5D9;
    float: left;
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
    \\border: solid 1px;
}

#menu_pane {
    float: right;
	margin: 10px;
	margin-top: 0px;
	width: 180px;
    \\border: solid 1px;
}

#rightcol{
	width: 180px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	\\border: solid 1px;
}

#rightcol div.module {
	width: 180px;
	background: transparent url(images/module_middle.jpg) left repeat-y;
	margin-bottom: 10px;
}

#rightcol div.module div {
	width: 180px;
	background: transparent url(images/module_top.jpg) top left no-repeat;
}

#rightcol div.module div div {
	width: 180px;
	background: transparent url(images/module_bottom.jpg)  bottom left no-repeat;
}

#rightcol div.module div div div{
	width: 160px;
	background: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	\\border: solid 1px;
}

#rightcol div.module div div div div{
	padding: 0px;
	margin: 0px;
}

.clr{ clear:both; }

a.mainlevel {
	width: 150px;
	color: #039;
	font-weight: normal;
	padding-left: 4px;
	display: block;
	line-height: 26px;
	margin-bottom: 2px;
	text-decoration: none;
	border-right: 4px solid #CACACA;
	
}

html>body a.mainlevel {width:135px;} /* Opera5-Fix-fix ;-) */

a.mainlevel:hover, a.mainlevel#active_menu {
background: #F1F1F1;
text-decoration: none;
border-right: 4px solid #039;
}

.contentheading, .componentheading {
width: 100%;
height: 23px;
font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #039;
border-bottom: 1px solid #002E61;
}

.jflanguageselection {
   width: 135px;
   text-align: center;
}

.jflanguageselection a {
    text-align: center;
    margin: 5px;
}
