body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.tableMain {
	background-repeat: no-repeat;
	margin-top: 1%;
	border: 1px solid #666666;
}
.navTd {
	color: #FFFFFF;
	background-color: #59595a;
}
.mainNav, .mainNavA {
	color: #FFFFFF;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 31px;
}
.mainNav:hover, .mainNavA {
	color: #96b7c5;
}
#subnavTopSpace {
	height: 50px;
}
.subnav, .subnavA {
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 20px;
}
.subsubnav, .subsubnavA {
	margin-left: 15px;
	margin-right: 3px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 4px;
	margin-top: 10px;
}
.subnav a, .subnavA a, .subsubnav a, .subsubnavA a{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
.subsubnav a, .subsubnavA a {
	font-size: 11px;
	line-height: 14px;
}
.subnav a:hover, .subnavA a, .subsubnav a:hover, .subsubnavA a {
	color: #96b7c5;
}
#leftTd {
	background-color: #e4e4e5;
}
#rightTdGray {
	background-color: #e4e4e5;
}
#rightTdBlue {
	background-color: #bcd1dc;
}
#title, .titleClass, .textRed{
	color: #e81822;
}
#title, .titleClass{
	height: 50px;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;

}
#title {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 12px;
	padding-bottom: 8px;	
}
#leftContent, #rightContent, #rightContentLikeLeft, #leftFckeBody, #rightFckeBody {
	margin-right: 10px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
}
#rightContent {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 12px;
}
#rightContentLikeLeft {
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 84px;
}
a {
	color: #000000;
}
.newsDate {
	background-color: #A7C1CF;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: 16px;
	vertical-align: middle;
}
.newsText {
	padding: 5px;
	border: 1px solid #A7C1CF;
	margin-bottom: 7px;
}

.tblregler td{
    margin: 0px;
    padding: 0px;
    background-color: #e4e4e5;
    border-right: 0px solid #000000;
	border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
    border-left: 0px solid #000000;
	border: ;
}


/* {{{ FCKE */

#leftFckeBody, #rightFckeBody {
    margin: 0px;
    padding: 5px;
    background-color: #ffffff;
    border-top: none;
    border-right: 1px solid #000000;
    border-bottom: none;
    border-left: none;
}

#leftFckeBody {
    margin-right: 637px; /* calculate (EditorWindow - css-values) 1000-?=363 */
}
#rightFckeBody {
    margin-right: 638px; /* calculate (EditorWindow - css-values) */
}
/* }}} FCKE */