/********************************************
   AUTHORS: Erwin Aligam / doTemplate
  *******************************************/

* { margin: 0; padding: 0; outline: 0; }

body {
	background-color:#EFF3FF;
	margin:0;
	padding:0;
	text-align:center;
	color:#333333;
	font-family:Trebuchet MS, Arial, Tahoma, sans-serif;
        font-size:11pt;
}

#wrapper {
	width:920px;
        background:#EFF3FF url(bg.jpg?z=20750) repeat-y center top;
        margin:0 auto;
        text-align:left;
}




#content-wrapper {
	width: 880px;
	margin: 0px auto;
	padding: 0;
}


#header {
	position: relative;
        height:168px;
	background: #caced1 url(header.jpg?z=20750) no-repeat center top;
	padding: 0;	
	color: #fff;
	margin-left:auto;
        margin-right:auto;
	width:920px;
}


#nav1 {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: blue url(menu.jpg?z=20750) repeat-x;
	font: bold 16px/40px "Trebuchet MS", Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 876px;
	border-top :1px solid #FFFFFF ;
	border-bottom : 1px solid #FFFFFF ;	
}

#nav1 ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 0 ;
}

#nav1 ul li {
	display: inline;
}

#nav1 ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	border-right: 1px solid #1e73fc ;
}

#nav1 ul li a:hover {
	background: blue url( selectedMenu.jpg?z=20750 ) repeat-x;
	color: #202020;	
}


#nav1 ul li a.current {
	background: #0000FF url( selectedMenu.jpg?z=20750 ) repeat-x; 
	color: #FFFF00;
} 



#main {
	float: right;
	width: 610px;
	padding: 30px 15px 0 0;
	margin: 0px 0px 0px 20px ; 
	display: inline;
	
}


#main p, #main h1, #main h2, #main h3, #main ol, #main ul, #main form {
	margin:10px 0pt 0pt 0pt ;
        text-align:justify;
}

#main p, #sidebar p {
	text-align:justify;
}


h1 {
	font-family:Tahoma;
	font-size:25pt;	
	color:#FF9933;
        /* text-decoration: underline; */
}


h2 {
	font-family:Tahoma;
	font-size:20pt;	
	color:navy;
}

h3 {
	font-family:Tahoma;
	font-size:15pt;	
	color:navy;
}

#main img {
	border:1px solid #CCC;
	padding:0px ;
}



#sidebar {
	float: left;
	width: 215px;
	padding: 0px 10px 0 10px;
	margin: 10px 0 0 0;	
	font-family:Trebuchet MS, sans-serif;
        font-size:10pt;
	color: #707070;
}


#sidebar *  {
	margin: 0px;
}


#sidebar h4 {
	font-family:Trebuchet MS, sans-serif;
        font-size:17pt;
	color: black;
}

#sidebar h5 {
	font-family:Trebuchet MS, sans-serif;
        font-size:14pt;
	color: teal;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #d1d5e1;	
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #d1d5e1 ;
}


#sidebar ul.sidemenu li a.current {
        padding-left: 0px;
	color: red;
        font-weight: bold; 
}


* html body #sidebar ul.sidemenu li {
	height: 1%;
}


#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #202020;				
}


#sidebar ul.sidemenu li a:hover {	
	color: #FD7719 ;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }



#footer {
	color: #FFFFFF;
	background: #EFF3FF url(footer.jpg?z=20750) no-repeat center top;
	clear: both;
	width:920px;
	height: 80px;
	text-align: center;	
	font-size: 8pt;	
}

#footer p { 
	padding: 10px 0;
	margin: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none; 
}


.clear { clear: both; }


a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #FD7719; 
}

a:hover {
	text-decoration: underline;
	background: inherit;
	color: #909090;
}

img {
	padding:0;
	margin:20px 10px 10px 10px;
	border:0px solid #DFDFDF;
}


/* extended styles */

.layout {
	margin:0;
}

		
.bloc-txt, .bloc-txt-txt, .bloc-img-txt, .bloc-txt-img, .bloc-img {
	margin:0;
	padding:0 5px 0 5px;
	clear:both;
}


.bloc-txt-txt .richtext, .bloc-img-txt .richtext, .bloc-img-txt .image,
.bloc-txt-img .richtext, .bloc-txt-img .image  {
	margin:0 ;
	width:48%;
	float:left;
}


.bloc-sep {
	width:20px;
	margin:0;
	padding:0;
	float:left;
}


/* ANADIDOS PETER */

.fr { float: right; }

.fl { float: left; }

.button a {
	display: block;
	width: 160px;
	height: 22px;
	padding: 4px 0 0 0;
	background: url(button.jpg) repeat-x;

	color: #dcc600;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
        border: 1px groove silver;
}

.button a:hover {
	color: #999999;
}


hr {
        color: blue;
}

#sidebar p font.resalt {
        text-decoration:underline;
        font-weight: bold;
        color:black;
}