/* Start of CMSMS style sheet 'Layout' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Arial, Verdana, Geneva,  Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*****************
basic layout 
*****************/
body {
   background: #bce0d9 url(images/bg.gif) repeat-x;
   color: #333;
   margin:1em;    /* gives some air for the pagewrapper */
}
#wrapper {
 background: url(images/bg_wrapper.gif) no-repeat top center;
}
/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 818px;   /* IE wont understand these, so we will use javascript magick */
   color: black;
   position: relative;
}

div#header {
   height: 290px;   
   background: url(images/header.jpg) no-repeat;
}
#flagi {
   position: absolute;
   right: 20px;
   top: 10px;
}
#header h1 {
  position: absolute;
  top: 100px;
  left: 95px;
  color: #fff;
  letter-spacing: 0px;;
  font-size: 14px;
 }
#header h1.it {
  position: absolute;
  top: 100px;
  left: 85px;
  color: #fff;
  letter-spacing: 0px;;
  font-size: 14px;
 }
#menu1 {
  position: absolute;
  top: 115px;
  left: 288px;
}
#menu2 {
  position: absolute;
  top: 115px;
  left: 389px;
}
#menu3 {
  position: absolute;
  top: 115px;
  left: 491px;
}
#menu4 {
  position: absolute;
  top: 115px;
  left: 593px;
}
#menu5 {
  position: absolute;
  top: 115px;
  left: 692px;
}
#menu1 a,
#menu2 a,
#menu3 a,
#menu4 a,
#menu5 a {
  width:103px;
  padding-top: 70px;
  text-align: center;
  display: block;
  cursor: pointer; 
   color: #003140;
  text-decoration: none;
  text-transform: uppercase; 
  font-weight: bold;
}
#menu1 a:hover {color: #72357d; background: url(images/b1.gif) top center no-repeat;}
#menu2 a:hover {color: #72357d; background: url(images/b2.gif) top center no-repeat;}
#menu3 a:hover {color: #72357d; background: url(images/b3.gif) top center no-repeat;}
#menu4 a:hover {color: #72357d; background: url(images/b4.gif) top center no-repeat;}
#menu5 a:hover {color: #72357d; background: url(images/b5.gif) top center no-repeat;}


div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
}

div#content {
   margin: 0 auto 0 0;
   background: #fff;
   overflow: hidden;
   min-height: 300px;
}
.tbl-prezzi td, .tbl-prezzi th {padding: 2px;border-bottom: solid 1px #fff;}
.tbl-prezzi th {background: #19967D;}

#main {
   margin-left: 225px; 
   margin-right: 20px; 
   color: #555;
   line-height: 1.7em;
}
#main span {line-height: 1.4em;}
#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 176px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 14px;
   background: #f3faf8 url(images/sidebar.jpg) no-repeat;
   min-height: 400px;
   color: #028C70;
   padding: 65px 10px 0 10px;
   font-size: 11px;
   line-height: 1.1em;
}
#sidebar a { color: #028C70; text-decoration: none;}
#sidebar a:hover {color: #028C70;}

#glowna #sidebar {width: 196px; background: #f3faf8 url(images/foto1.jpg) no-repeat; padding:0;}


#main a {color: #6E3278;}
#main a:hover {text-decoration:none;}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #9EBCB6;
   background: url(images/bg_footer.gif) no-repeat;
   height: 51px;
   font-size: 10px;
   padding-top: 23px;
   text-align: center;
}
div#footer a{color: #9EBCB6;text-decoration: none;}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em 0;
   border-bottom: 1px solid #B6DED6;
   margin: 1em 0;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #028c70; 
	font-size: 2em; 
	text-align: left; 
        font-family: Arial, sans;
        /*font-weight: normal;*/
	padding-bottom: 1px;
        line-height: 2em;
        margin: 0 0 0.5em 0;
        background: url(images/border.gif) 0 5px repeat-x;
}
div#content h3 {
   color: #733179; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #733179; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #733179; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #733179; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

.opis {
   height: 22px;
   margin-top: 4px;
}
.tlo {background:url(images/bg_form.gif) no-repeat;}

.opis label, .opis2 label {
  width: 250px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
 display: block;
}
.opis2 {height: 65px;margin-top: 4px;}

.opistext {padding: 1px 0 0 4px;color:#fff;height:22px;background:url(images/bg_form0.gif) no-repeat;font-weight:bold; font-size: 13px; margin-top: 6px; margin-bottom: 10px;}

#idm4fbrp__69 {  width: 250px; text-align: right; float:left; margin-right: 0.5em;}
.opis input, .opis2 textarea, .opis select {
   background: #fff;
   border: 1px solid #80C5B7;
   font-family: Arial;
   color:#028C70;
   font-size: 12px;
}

.submit {margin-left: 255px;   margin-top: 6px;}
.fbsubmit {border:none; background:#72357D; padding:2px;color:#fff;font-weight:bold;}
.error_message {color:#f00; font-weight:bold;}


.turkus {color: #028C70;}
.fiolet {color: #6E3278;}


/* End of 'Layout' */

