* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 101%;
    font-family: Arial, Helvetica, sans-serif;
    font-variant: inherit;
    vertical-align: baseline;
}

/* structure 
---------------------------------*/

#container {
	width: 980px;
	margin: 5px auto 0 auto;
}
#top {
	width: 980px;
	height: 25px;
}
.lang {
	float: right;
	margin-right: 10px;
}
.home {
	float: left;
	margin: 2px 0 0 10px;
}
#head {
	height: 220px;
	background: url(images/fis_header.jpg) no-repeat;
	border-top: 2px solid #989A9C;
	border-bottom: 1px solid #989A9C;
}
#logo-nav {
	height: 35px;
	padding: 15px 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #989A9C;
	text-align: center;
}
#page {
	float: left;
	width: 980px;
}
#content {
	float: left;
	width: 480px;
	padding: 20px 10px;
}
#content-main {
	float: left;
	width: 720px;
	padding: 20px 10px 0 0;
}
#sidebar-left {
	float: left;
	width: 220px;
	padding: 10px 10px 10px 0;
}
#sidebar-right {
	float: right;
	width: 230px;
	padding: 10px 0 10px 10px;
}
#footer {
	float: left;
	width: 960px;
	margin: 20px auto 30px auto;
	padding: 3px 10px;
	background: #900;
}


/* navigation, content-boxes 
---------------------------------*/

#top ul {

}
#top li {
	list-style: none;
	display: inline;
	margin-right: 5px;
}
.logo-nav-img {
	margin-right: 10px;
}
.greybox {
	float: right;
	width: 205px;
	border: 1px solid #CECECE;
	margin-bottom: 10px;
}
.greybox h2, .greybox h3 {
	color: #4C4C4C;
	font-size: 10pt;
	font-weight: bold;
	background: #F4F4F4;
	border-bottom: 1px solid #CECECE;
	padding: 5px;
}
.greybox p {
	padding: 5px;
}
.survey {
	width: 210px;
	border: 1px solid #989A9C;
	margin-bottom: 10px;
}
.survey h2, .survey h3 {
	color: #4C4C4C;
	font-size: 11pt;
	font-weight: bold;
	background: #F4F4F4;
	border-bottom: 1px solid #989A9C;
	padding: 5px;
}
.survey p {
	padding: 5px;
}
.navcontainer, .navcontainer-main {
	float: left;
	width: 215px;
	color: #333;
}
.navcontainer-main {
	padding-right: 20px;
}
.navcontainer ul, .navcontainer-main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.navcontainer li, .navcontainer-main li { 
	margin: 0 0 3px 0; 
}
.navcontainer li ul, .navcontainer-main li ul { 
	margin-top: 3px; 
}
.navcontainer li li, .navcontainer-main li li { 
	margin: 0 0 3px 0; 
}
.navcontainer li a, .navcontainer-main li a {
	display: block;
	padding: 2px 2px 3px 24px;
	border: 1px solid #CECECE;
	color: #333 !important;
	width: 187px;
	background: url(images/nav_bg.png);
}
.navcontainer li li a, .navcontainer-main li li a {
	display: block;
	padding: 2px 2px 3px 34px;
	border: 1px solid #CECECE;
	color: #333 !important;
	width: 177px;
	background: url(images/nav_bg_2.png);
}
li.current_page_item a, li li.current_page_item a, .navcontainer li a:hover, .navcontainer-main li a:hover {
	color: #800000 !important;
}
.navcontainer h3, .navcontainer-main h3 {
	font-size: 10pt !important;
	font-weight: bold !important;
	color: #800000 !important;
	background: url(images/nav_header.png) no-repeat;
	height: 25px;
	width: 215px;
	padding: 8px 0 0 8px;
	margin-bottom: 0 !important;
}

.pic-pri {
	width: 215px;
	height: 144px;
	margin-bottom: 1px;
	background: url(images/pri.jpg) no-repeat;
}
.pic-fis {
	width: 215px;
	height: 144px;
	margin-bottom: 1px;
	background: url(images/fis.jpg) no-repeat;
}
.pic-cap {
	width: 215px;
	height: 144px;
	margin-bottom: 1px;
	background: url(images/cap.jpg) no-repeat;
}


/* content 
---------------------------------*/


#page p, #page li, #page table, #footer p, #top a {
	font-size: 10pt;
	line-height: 14pt;
}
#page a, #top a {
	color: #800000;
	text-decoration: none;
}
#footer p, #footer a {
	color: #fff;
	text-align: right;
	text-decoration: none;
}
#content-main .post {
	margin-bottom: 20px;
}
#content h2, #content-main h2 {
	font: 14pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color: #900;
}
#content h3, #content-main h3 {
	font: 12pt Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	color: #900;
}
#content h3 a, #content-main h3 a {
	text-decoration: none;
	color: #900;
}
#content ul {
	margin: 0 0 20px 20px;
}
#content li {
	list-style-image: url(images/arrow.png);
}
#content p {
	margin-bottom: 20px;
}
#content strong {
	font-weight: bold;
}
#content table {
	margin-bottom: 30px;
}
#content td {
	vertical-align: top;
	padding: 5px;
}
#content td {
	border-bottom: 1px solid #CECECE;
	margin-bottom: 5px;
}
* html #content td {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 6px;
}
#content img {
	border: 1px solid #CECECE;
}

.qtrans_flag {
	float: left;
	margin-left: 5px;
}