body {
	background-color:#E1F2D0;
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

table.content {
	width:1000px;
	text-align:left;
	margin-top:20px;;
}

/* table.content, */

td {
	text-align:left;
}

td.footer{
	height:30px;
	background-image:url('../img/design/cms/bottom.jpg');
	background-repeat:no-repeat;
}

tr {
	margin:0;
	padding:0;
}

.menu {
	z-index:1000;
	font-size:11px;
	margin:25px 0 50px 15px; /* this page only */
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	width:240px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:230px;
}
/* hack for IE5.5 and 6 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */

.menu li {
	position:relative;
	background-image:url('../img/design/cms/menuItem.gif');
	background-repeat:no-repeat;
	height:28px;
}

/* style the links */
.menu a, .menu a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:229px;
	color:#000;
	text-indent:5px;
	border-width:0 1px 1px 0;
}
/* hack for IE5.5 and 6 */
* html .menu a, * html .menu a:visited {
	width:230px;
	w\idth:229px;
}
/* style the link hover */
/* * html .menu a:hover {color:#fff; background:#e4cb11;} */

.menu :hover > a {
	color:#000; 
	background-image:url('../img/design/cms/menuItemHover.gif');
	background-repeat:no-repeat;
}

/* ie 5.5 and 6 mouse over class */
.menu_hover {
	background-image:url('../img/design/cms/menuItemHover.gif');
	background-repeat:no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:230px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

.sub2 {
	margin-left:5px;
	width:235px;
}

.menu .kotlje {
	font-size:11pt;
	background-image:url(../img/design/cms/menuHeader.jpg);
	background-repeat:no-repeat; 
	height:30px;
	width:229px;
	padding-bottom:5px;
}

.menu .kotlje span{
	height:30px;
	line-height:30px;
	width:229px;
	color:#000;
	margin-left:5px;
}

.headerImage
{
	height: 174px;
	background-image:url('../img/design/cms/header_main.gif');
	background-repeat:no-repeat;
}
.headerContent{
	padding-top:20px;
	padding-right:27px;
	float:right;
	text-align:right;
}

.pageTitle
{
	margin-top:15px;
	background-image:url('../img/design/cms/newsheader.jpg');
	width:715px;
	height:28px;
	/* background-repeat:repeat-x; */
	padding-left:10px;
	padding-top: 2px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}
.contentTitle
{
	font-size:11pt;
	padding-bottom:10px;
	font-weight:bold;
	color:#7eb445;
}
.paginator
{
	padding:5px;
	border-bottom:solid 1px #84B74E;
	margin-bottom:10px;
}

hr {
	width:725px;
	height:2px;
	border:1px solid #84B74E;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}

.page_content {
	width:725px;
	overflow:auto;
}

.workarea {
	padding-left:5px;
	width:715px;
	margin-bottom:10px;
}

.workarea a, .workarea a:active, .workarea a:visited, .workarea a:link {
	color:#7eb445;
	text-decoration:none;
}

.workarea a:hover {
	text-decoration:underline;
}

a.rm_link, a.rm_link:active, a.rm_link:visited, a.rm_link:link {
	color:#7eb445;
	text-decoration:none;
	float:right;
}

a.rm_link:hover {
	text-decoration:underline;
}

.copyright {
	text-align:center;
	color:#000;
}

.copyright a, .copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover{
	color:#FFF;
	text-decoration:none;
}

.lng-slv
    {
	position:absolute;
	margin-top:5px;
	margin-left:940px;
	border:0;
    }

.lng-de
    {
	position:absolute;
	margin-top:5px;
	margin-left:900px;
	border:0;
    }
