@charset "utf-8";
/* CSS Document */

/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: #F6F1E6;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* CSS reset end */

.fr {
  float: right;
}

.fl {
  float: left;
}

.cb {
  clear: both;
}

#wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: 100%;
  background: #dfc89c;
  margin: 0 auto;
  background-image: url(../images/csempe_minta.png);
  background-repeat: repeat-y;
}

#head {
  position: relative;
  top: 0;
  left: 0;
  background-image: url(../images/main_tile2.png);
  width: 960px;
  height: 576px;
}

#homepage_link_a {
  position: absolute;
  top: 30px;
  left: 215px;
  width: 510px;
  height: 105px;
}

#lang_chooser {
  position: absolute;
  top: 5px;
  left: 5px;
}

#menu {
  position: relative;
  top: 164px;
  left: 77px;
  display: block;
  height: 31px;
  width: 166px;
}

#menu ul li {
  height: 40px;
  float: right;
}

#content {
  position: relative;
  width: 960px;
  /*height:800px;
   background-image:url(../images/csempe_minta.png);
   background-repeat:repeat-y;*/
}

#leftcolumn {
  margin-left: 23px;
  margin-right: 11px;
}

#middlecolumn {
  margin-left: 11px;
  margin-right: 11px;
}

#rightcolumn {
  margin-left: 11px;
  margin-right: 23px;
}

.column_positioner {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}

.box_top {
  width: 290px;
  height: 41px;
  background-image: url(../images/box_header.png);
  /*margin-right:15px;
   margin-left:15px;*/
}

.concert_entry {
  width: 290px;
  background-image: url(../images/box_body_paratlan.png);
  background-repeat: repeat-y;
  /*margin-right:15px;
   margin-left:15px;*/
}

.concert_entry2 {
  width: 290px;
  background-image: url(../images/box_body_paros.png);
  background-repeat: repeat-y;
  /*margin-right:15px;
   margin-left:15px;*/
}

.concert_pict {
  margin: 5px 10px 0 2px;
}

.box_footer {
  width: 290px;
  height: 20px;;
  background-image: url(../images/box_footer.png);
  margin-bottom: 20px;
  /*margin-right:15px;
   margin-left:15px;*/
  clear: both;
}

h2 {
  text-align: center;
  font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #8b663e;
  padding-top: 10pt;
}

.concert_entry h3, .concert_entry h3 a, .concert_entry2 h3, .concert_entry2 h3 a {
  padding: 10px 0 5px 5px;
  text-align: left;
  font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #5D3F1E;
  text-decoration: none;
}

.concert_entry h3 a:hover, .concert_entry2 h3 a:hover, .musiccontent a:hover {
  text-decoration: underline;
}

.musiccontent {
  padding: 5px 0 5px 10px;
  text-align: left;
  font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
  font-size: 12pt;
  line-height: 14pt;
  color: #5d3f1e;
}

.musiccontent a {
  color: inherit;
  text-decoration: none;
}

a.concert_address {
  text-decoration: none;
  color: inherit;
}

a.concert_address:hover {
  text-decoration: underline;
  color: inherit;
}

.koncertcontent {
  padding: 5px 0 5px 10px;
  text-align: left;
  font-family: "Helvetica", Arial, Trebuchet MS, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  color: #5d3f1e;
  min-height: 50px;
}

.koncert_divider {
  background-image: url(../images/koncert_divider.png);
  background-repeat: no-repeat;
  width: 290px;
  height: 1px;
}

.koncert_divider_middle {
  background-image: url(../images/koncert_divider.png);
  background-repeat: no-repeat;
  width: 290px;
  height: 1px; /*margin-left: 15px;*/
}

#contact_contents {
  padding: 10px 0 5px 10px;
  text-align: left;
  font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.25;
  color: #5d3f1e;
}

#contact_contents ul {
  list-style: disc;
  margin-left: 1em;
  line-height: 1.2em;
}

#contact_contents ul li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  margin-right: 15px;
  font-size: 12px;
}

#contact_contents ul li strong {
  font-weight: bold;
}

#team_content {
  padding: 10px 10px 5px 10px;
  text-align: justify;
  font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  color: #5d3f1e;
}

a.read_more {
  margin-left: 0.75em;
  padding-top: 0.5em;
  color: #5D3F1E;
  text-decoration: none;
  border-bottom: 1px dotted #5D3F1E;
}

a.read_more:hover {
  border-bottom: 1px solid;
}

a.dottedlink {
  color: #5D3F1E;
  text-decoration: none;
  border-bottom: 1px dotted #5D3F1E;
}

a.dottedlink:hover {
  border-bottom: 1px solid;
}

.member_photo_container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  width: 270px;
}

.member_photo_container img {
  width: 60px;
}
a.member_photo {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  line-height: 1.25em;
  color: #5D3F1E;
}

#subpage_left {
  width: 597px;
  float: left;
  margin: 12px 22px 12px 23px;
  background-image: url(../images/concert_bg.png);
  background-position: top left;
  background-repeat: repeat-y;
}

#subpage_left_top {
  width: 597px;
  height: 12px;
  margin-top: -12px;
  background-image: url(../images/first_concert_top.png);
  background-position: top left;
  background-repeat: no-repeat;
}

#subpage_left_bottom {
  width: 597px;
  height: 12px;
  margin-bottom: -12px;
  background-image: url(../images/concert_box_bottom.png);
  background-position: top left;
  background-repeat: no-repeat;
  clear: both;
}

.subpage_entry_title {
  padding: 0 15px;
  background-image: url(../images/concert_middle.png);
  background-position: top left;
  background-repeat: repeat-y;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #816647;
}

.subpage_entry_title a {
  color: inherit;
  text-decoration: none;
}

.subpage_entry_title a:hover {
  text-decoration: underline;
}

.subpage_entry_title h1 {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13pt;
  color: #816647;
  display: inline;
}

.subpage_entry_title h2 {
  padding: 0;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #816647;
  display: inline;
}

.subpage_entry_content {
  padding: 10px 15px;
  color: #5D3F1E;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}

.subpage_entry_content p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  margin: 0.5em 0;
  line-height: 1.25em;
}

.subpage_entry_content p.download_title {
  margin: 0.75em 0 0.5em 1em;
  font-weight: bold;
}

.subpage_entry_content p.download_title+p a {
  margin: 0.75em 0 0.5em 2em;
  font-size: 100%;
}

.subpage_entry_content h2 {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.subpage_entry_content h3 {
  margin-top: 20px;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.subpage_entry_content ul {
  list-style: disc;
  margin-left: 1em;
  line-height: 1.2em;
}

.subpage_entry_content ul li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.subpage_entry_content ol {
  list-style: decimal;
  margin-left: 2em;
  line-height: 1.2em;
}

.subpage_entry_content ol li {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.subpage_entry_content ol li a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dotted #816647;
}

.subpage_entry_content ol li a:hover {
  border-bottom: 1px solid #816647;
}

.subpage_entry_content strong {
  font-weight: bold;
}

.subpage_entry_teaser_image {
  float: right;
  margin: 0;
}

#subpage_gallery_container {
  width: 100%;
  margin: 20px 15px;
}

#subpage_gallery_container div {
  width: 50%;
  margin: 0;
  color: #8B663E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#subpage_gallery_container img {
  height: 125px;
  border: 1px solid #F7F1E5; /*display: block;*/
}

#subpage_gallery_container h2 {
  font-size: 14px;
}

.subpage_entry_top {
  width: 100%;
  height: 10px;
  background-image: url(../images/else_concert_top.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.subpage_entry_title_bottom {
  width: 100%;
  height: 12px;
  background-image: url(../images/concert_bottom.png);
  background-position: top left;
  background-repeat: no-repeat;
}

.subpage_entry_date {
  float: right;
  font-size: 13pt;
}

a.gallery_uploaded {
  color: #816647;
  text-decoration: none;
  border-bottom: 1px dotted #816647;
}

a.gallery_uploaded:hover {
  color: inherit;
  border-bottom: 1px solid #816647;
}

#rendeles .box_top h2 a {
  color: inherit;
  text-decoration: none;
}

#rendeles .box_top h2 a img {
  position: absolute;
  top: 1px;
  left: 15px;
  width: 55px;
}

.order {
  color: #816647;
  display: inline;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.order table td {
  padding-left: 5px;
  padding-bottom: 6px;
}

.order ul {
  list-style: none;
}

.order fieldset {
  margin-bottom: 5px;
}

.order fieldset legend {
  margin-bottom: 5px;
  font-weight: bold;
}

/*.order input {
  font-family: Courier;
  font-size: 14px;
}*/

#footer {
  width: 960px;
  height: 134px;
  background: #dfc89c;
  margin: 0 auto;
  background-image: url(../images/footer.png);
  background-position: 10px 0;
  background-repeat: no-repeat;
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
}

#footer div {
  margin: 20px 40px;
  font-size: 14px;
  color: #5D3F1E;
  position: absolute;
}
#footer #footer_favicon {
  float: left;
  margin: 18px 0 0 10px;
}

#footer div p {
  margin-bottom: 8px;
}

#footer div p a {
  color: inherit;
}

#footer div p a:hover {
  color: black;
  text-decoration: none;
}

#footer div p a:visited {
  color: #5D3F1E;
}

div#srg {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 14px;
  color: #5D3F1E;
  margin: 0;
}

#srg a {
  color: inherit;
}

#srg a:hover {
  color: black;
  text-decoration: none;
}

#srg a:visited {
  color: #5D3F1E;
}

#newsletter .newsletterform {
  text-align: center;
}

#newsletter .newsletterform table {
  width: 210px;
  margin: 5px auto;
}

#newsletter .newsletterform table td {
  padding-left: 5px;
  padding-bottom: 6px;
}

.form_captcha_row div {
  padding: 0;
  width: 210px;
  margin: 6px 0;
}

.form_captcha_row div input {
  padding: 0;
  width: 80px;
  height: 20px;
  vertical-align: top;
  font-family: Courier;
  font-size: 20px;
}

#newsletter .form_captcha_row div {
  margin: 6px auto;
}

#newsletter p.submit input.submit {
  margin: 3px 0;
}

.errorlist {
  color: red;
}
