body {
  text-align: center;
  margin:     0px;
  padding:    0px;
  background: #000;
  color:      #fff;
  font: 11px/1.2 verdana;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#body {
  margin:     0px auto 0px auto;
  padding:    0px;
  width:      725px;
  background: url(graphics/body.jpg) repeat-y top left;
  min-height: 500px;
}

#content {
  width: 526px;
  margin: 0px auto 0px auto;
  padding: 20px 20px 20px 20px;
  text-align: left;
}

#locations {
  min-height: 360px; 
}

#bio {
  min-height: 360px;
}

#calendar {
  min-height: 360px;
}

#home {
  min-height: 360px;
}

#home p {
  font-size: 11px;
  text-align: left;
}

.location h2 {
  font:    12px "verdana";
  font-weight: bold;
  color:    #ccc;
  margin:  0px;
  padding: 0px;
}

.location p {
  color: #fff;
  padding-left: 20px;
}

.biography h2 {
  font:    12px "verdana";
  font-weight: bold;
  color:    #b2b2b2;
  margin:  0px;
  padding: 0px;
}

.biography p {
  color: #fff;
  font-size: 11px;
  text-align: justify;
}

.event {
  padding: 10px;
  border-color: #666;
  border-style: dotted;
  color: #ccc;
  border-width: 1px 0px 0px 0px;
}

.event a {
  color: #ccc;
}

.event p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
  font-size: 11px;
}

.event p a {
  color: #ccc;
}

.event h4 {
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  font-weight: normal;
  color: #fff;
}

.event h4 a {
  color: #fff;
}

.event h3 {
  padding: 0px;
  margin: 2px 0px 5px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.event h3 a {
  color: #fff;
}

.description {
  text-align: justify;
  color: #fff !important;
}

.hidden {
  display:      none;
}

ul {
  margin:       0px;
  padding:      0px;
}

a {
  outline: none;
  border-width: 0px;
}

/* Sections  */

#sections {
  margin-top:   60px;
  float:        left;
  margin-left:  -14px;
}

#sections ul li, #languages ul li {
  list-style-type: none;
}

#sections ul li a, #languages ul li a {
  display:    block;
  width:      24px;
  height:     98px;
  padding-top: 5px;
}

#sections ul li a span, #languages ul li a span {
  display: none;
}

#button_home a {
  background: url(graphics/it/home_off.jpg) no-repeat top left;
}

#button_home a:hover {
  background: url(graphics/it/home_on.jpg) no-repeat top left;
}

#button_calendario a {
  background: url(graphics/it/calendario_off.jpg) no-repeat top left;
}

#button_calendario a:hover {
  background: url(graphics/it/calendario_on.jpg) no-repeat top left;
}

#button_luoghi a {
  background: url(graphics/it/luoghi_off.jpg) no-repeat top left;
}

#button_luoghi a:hover {
  background: url(graphics/it/luoghi_on.jpg) no-repeat top left;
}

#button_biografie a {
  background: url(graphics/it/biografie_off.jpg) no-repeat top left;
}

#button_biografie a:hover {
  background: url(graphics/it/biografie_on.jpg) no-repeat top left;
}

/*  Languages  */

#languages {
  margin-top:   60px;
  float:        right;
  margin-right: -15px;
}

#button_italiano a {
  background: url(graphics/italiano_off.jpg) no-repeat top left;
}

#button_italiano a:hover {
  background: url(graphics/italiano_on.jpg) no-repeat top left;
}

#button_furlan a {
  background: url(graphics/furlan_off.jpg) no-repeat top left;
}

#button_furlan a:hover {
  background: url(graphics/furlan_on.jpg) no-repeat top left;
}

#button_deutsche a {
  background: url(graphics/deutsche_off.jpg) no-repeat top left;
}

#button_deutsche a:hover {
  background: url(graphics/deutsche_on.jpg) no-repeat top left;
}

#button_slovenski a {
  background: url(graphics/slovenski_off.jpg) no-repeat top left;
}

#button_slovenski a:hover {
  background: url(graphics/slovenski_on.jpg) no-repeat top left;
}

.button span {
  display: none;
}

#header {
  margin:     0px auto 0px auto;
  padding:    0px;
  width:      725px;
  height:     127px;
  background: url(graphics/header.jpg) no-repeat top left;
}

#footer {
  font-size:  10px;
  color:      #fff;
  margin:     0px auto 0px auto;
  padding:    20px 0px 0px 0px;
  height:     170px;
  width:      725px;
  background: #121212 url(graphics/footer.jpg) no-repeat top left;
}


#copycontacts, #sponsors {
  width: 280px;
  height: 130px;
  display: block;
}

#copycontacts {
  float: left;
  padding-right: 5px;
  margin-left: 65px;
}

#sponsors {
  width: 250px;
  padding-left: 10px;
  float: right;
  margin-right: 110px;
  border-width: 0px 0px 0px 1px;
  border-color: #242424;
  border-style: solid;
}