/* (en) reset font size for all elements to standard (16 Pixel) */
/*
 * US3036
 * html * { font-size: 100.01%  }
 * */

/* (en) base layout gets standard font size 13px */

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100%;
}

#nav li a{
font-size: 0.84em;
}

#header ul#nav li a:hover{
 text-decoration:none;
}

h1,h3,h4,h5,h6 {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color:#333;
}

h1.titlu,
h2.titlu {line-height: 1.5em; margin-top: .5em; margin-bottom: .5em;}

div.titlu {
	 margin-bottom: 1em;
}
h1,h2{font-size: 192%;}/* 23px */

#main .catalog li h2 {font-size: 100%;}

p { font-size: 1em; color: #444; /* line-height: 1.5em; margin: 1.5em 0; */ }

/* (en) reset monospaced elements to font size 16px in Gecko browsers */
textarea, pre, tt, code {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

a{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}
/** ANIVERSARE **/

#wrapper div.aniversar {
	margin:20px 10px 0;
	display:block;
	padding:0 0 8px;	
}


font[size="7"]{
 font-size:48px
}

font[size="6"]{
 font-size:32px
}

font[size="5"]{
 font-size:24px
}

font[size="4"]{
 font-size:18px
}

font[size="3"]{
 font-size:16px
}

font[size="2"]{
 font-size:13px
}

font[size="1"]{
 font-size:10px
}
