/* culori de baza: white=#ffffff red=#CC0000 grey=#999999 */

/* Generic Selectors */

body 
{
scrollbar-face-color: #CC0000;
scrollbar-track-color: white; 
scrollbar-highlight-color: black; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-darkshadow-color: white; 
scrollbar-3dlight-color: black; 
scrollbar-arrow-color: white;
}


div.figure1 {
  float: right;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure1 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}


div.figure2 {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure2 p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}

img.floatDreapta 
{ 
float: right; 
margin: 0 0 5px 10px;
}

img.floatStanga 
{ 
float: left; 
margin: 0px 10px 5px 0;
}

/*titlu CRP*/
h1
{
font-family: Verdana, Sans-Serif;
font-size: 32px;
color: #000044;
text-align: center;
}

/* Paragraf titlu */
h2
{
font-family: Verdana, Sans-Serif;
font-size: 22px;
font-weight: bold;
color: #000044;
text-align: center;
margin: 0;
}

/* Paragraf text */
h3
{
font-family: Bookman Old Style, Garamond, Serif;
font-size: 14px;
font-weight: normal;
line-height: 16pt;
text-align: justify;
margin: 0;
}

/* Paragraf text mic */
h4
{
font-family: Bookman Old Style, Garamond, Serif;
font-size: 12px;
font-style: italic;
text-align: right;
margin: 0;
}

/* Paragraf intertitluri */
h5
{
font-family: Verdana, Sans-Serif;
font-size: 22px;
font-weight: bold;
color: #000044;
text-align: left;
margin: 0;
}

/**************** Links ****************/
:link
{
color: #0000ee;
text-decoration: none;
font-weight: bold;
}

li :link
{
color: #0000ee;
text-decoration: none;
font-weight: bold;
}

:visited
{
color: #0000ee;
text-decoration: none;
font-weight: bold;
}

li :visited
{
color: #0000ee;
text-decoration: none;
font-weight: bold;
}

:active
{
text-decoration: underline;
font-weight: bold;
}

li :active
{
text-decoration: underline;
font-weight: bold;
}

:hover
{
color: black;
background: #eeeeee;
text-decoration: underline;
}




/************************* ID's *************************/


#capitol
{
position: center;
background: #eeeeee;
/*margin-top: 10%;*/
margin-right: 10%;
margin-left: 10%;
/*margin-bottom: 0px;*/
/*border-right: 1px solid black;*/
border-top: 3px solid #cc0000;
border-left: 5px solid #cc0000;
/*border-bottom: 1px solid black;*/
padding: 5px 5px 5px 5px;
}


#meniu
{
/*position: relative; */
/*right: 10%;*/
/*left: 20%;*/
/*top: 0px;*/
/*bottom: 0px;*/
/*margin: 0;*/
/*margin-top: 0px;*/
margin-right: 10%;
margin-left: 15%;
margin-bottom: 25px;
/*border-right: 1px solid black;*/
/*border-top: 1px solid black;*/
border-left: 2px dotted #999999;
border-bottom: 3px dotted #999999;
padding: 0px 5px 5px 5px;
}


