/*----------------------------------- GENERAL fonts ---------------------------*/

P, OL, UL, DIV, H1, H2 {
	font-size: 11px;
}

OL, UL { margin: 0 0 15px 25px; font-size: 11px; }
H1 { font-size: 15px; font-weight: bold; margin: 0 0 15px 0;}
H2 { font-size: 13px; font-weight: bold; margin: 0 0 15px 0;}
P { margin: 0px 0px 15px 0px; font-size: 11px; }
DIV { font-size: 11px; }
a:link { font-weight:bold; color:black; text-decoration:none; outline: 0; }
a:visited { font-weight:bold; color:black; text-decoration:none; outline: 0; }
a:focus { font-weight:bold; color:#ed1c24; text-decoration:none; outline: 0; }
a:hover { font-weight:bold; color:#ed1c24; text-decoration:none; outline: 0; }
a:active { font-weight:bold; color:#ed1c24; text-decoration:none; outline: 0; }
/*----------------------------------- Template ---------------------------*/
html {
	font-family: verdana, arial;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
body {
	background-image: url(../images/bg_body2.gif);
}
hr {
	color: #fdfdfd;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.centered {	
	margin: 0 auto;
	width: 800px;
}
#cera_wrap {	
	box-shadow: 8px 8px 8px #999;
}
#cera_header {
	background-image: url(../images/top.jpg);
	margin-top: 20px;
	height: 117px;
	width: 100%;
}
#cera_main {	
	background-image: url(../images/background.jpg);
	min-height: 500px;
	width: 100%;
	position: relative;
}
#cera_menu {
	background-image: url(../images/top_menu.jpg);
	background-repeat:no-repeat;		
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 101px;
	width: 181px;
	min-height: 300px;
	float: left
}
#cera_lang_n_search {
	background-image: url(../images/bottom_menu.jpg);
	background-repeat:no-repeat;
	text-align: center;
	width: 201px;
	height: 51px;		
	padding-top: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#cera_footer {
	height: 69px;
	width: 100%;
}
#cera_footer2 {
	margin-top: 10px;
}
#cera_footer_date {	
	width: 50%;
	float: left;
	font-size: 11px;
}
#cera_footer_copyright {	
	text-align: right;
	width: 50%;
	float: left;
	font-size: 11px;
}
/*--------------------------------CONTENT ------------------------------------*/
#cera_content {
        margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
        width: 569px;
        min-height: 500px;
        text-align: justify;
        background-color:#FFFFFF;
        float: left;
}
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	padding-top: 35px;
}
/*----------------------------------- Image links ------------------------------*/
a img { border:0px; }
/*-------------------------------- SEARCHFORM -------------------------------------*/
.tx-macinasearchbox-pi1 {
	padding-left: 20px;
	text-align: center;
}
/*----------------------------------- VIDEO ---------------------------------------*/
DIV#video { text-align: center; }
/*----------------------------------- MENU ----------------------------------------*/
#cera_menu {
	line-height: 1.5em;
	font-size: 10px;
  	font-family: verdana, arial;
  	text-decoration: none;
}

#cera_menu DIV A {
        text-decoration: none;
}
#cera_menu A:hover {
	color: #ed1c24;
}
/*  MENU 1, level 1, normal state (NO) */
.menu1-level1-no {  
  font-weight: bold;
  font-size: 11px;
  padding-top: 5px;
  width: 181px;
}
/*  MENU 1, level 1, active state (ACT) */
.menu1-level1-act {    
  font-weight: bold;
  font-size: 11px;  
  padding-top: 5px;
  width: 181px;

}
.menu1-level1-act A { 
  color:#ed1c24;
  width: 181px;

}

/*  MENU 1, level 2, normal state (NO) */
.menu1-level2-no {
  font-weight: bold;
  font-size: 10px;
  padding-top: 6px;
  padding-left: 10px;
  width: 171px;
}

/*  MENU 1, level 2, active state (ACT) */
.menu1-level2-act {
  font-weight: bold;
  font-size: 10px;  
  padding-top: 6px;
  padding-left:10px;
  width: 171px;
}

.menu1-level2-act A {
  color:  #ed1c24;
  width: 171px;
}

/*  MENU 1, level 3, normal state (NO) */
.menu1-level3-no {
  font-weight: bold;
  font-size: 9px;
  padding-top: 5px;
  padding-left: 20px;
  width: 161px;
}

/*  MENU 1, level 3, active state (ACT) */
.menu1-level3-act {
  font-weight: bold;
  font-size: 9px;  
  padding-top: 5px;
  padding-left: 20px;
  width: 161px;
}

.menu1-level3-act A {
  color: #ed1c24;
}


