/*
colors

beige:		rgb(246,232,189)
dark beige:	rgb(183,154,117)

light violet:	rgb(236,217,255)
violet: 	rgb(110,69,152)

stepped violet:

rgb(241,226,255);
rgb(236,217,255);	dark
rgb(200,172,330);
rgb(168,133,204);
rgb(138,98,179);
rgb(110,69,152);	light

*/

* {
  font-family: Harabara, Arial, Helvetica, Sans;
  font-size: 12pt;
  /*font-weight: normal;
  font-style: normal;*/
  text-decoration: none;
  color: rgb(110,69,152);
}

body {
  /*background-color: white;*/
  background-image: url('../images/background_wallpaper_medium.png');
}

h1 {
  font-weight: bold;
  font-size: 16pt;
}

h2 {
  font-weight: bold;
  font-size: 14pt;
}

table.skeleton {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

#header {
	background-color: none!important; 
}

#languageSwitch {
  
}

#languageSwitch img {
  padding: 10px 5px 10px 0px;
}

#main {
  /*background-color: rgb(249,242,255);*/
  border: none;
  width: 1000px;
  margin: auto;
}

#teaser {
  width: 1000px;
  height: 360px;
  z-index: 0;
}

#teaserImage {
  display: none;
}

#teaserFlash {
  display: block;
}

#top_menu {
  height: 37px;
}

#content {
  padding: 10px;
  vertical-align: top;
}

#sidebar_left {
  width: 200px;
  vertical-align: top;
  /*background-color:rgb(236,217,255);*/
  border-right: 1px solid rgb(236,217,255);
}

#sidebar_right {
  width: 200px;
  vertical-align: top;
  /*background-color: rgb(236,217,255);*/
  border-left: 1px solid rgb(236,217,255);
}

#tramino {
  margin: 10px;
  z-index: 100;
}

#related_weather, .related_weather{
  margin: 10px;
}

#footer {
  text-align: center;
}

#footer div.aline {
  width: 100%;
  height: 5px;
  background-color: rgb(110,69,152);
}

#footer div.bline {
  width: 100%;
  height: 40px;
  background-color: rgb(110,69,152);
  color: rgb(236,217,255);
  margin-top: 2px;
  font-size: 8.5pt;
  padding-top: 6px;
}

/**/
p.bodytext {
  margin-top: 0px;
}

/* sp_better_contact */
.tx-spbettercontact-pi1 input[type=text], .tx-spbettercontact-pi1 textarea{
  width: 100%!important;
}

#sp_bettercontact_street, #sp_bettercontact_city {
  width: 200px!important;
}

#sp_bettercontact_number, #sp_bettercontact_zip {
  width: 50px!important;
}

.tx-srfreecap-pi2-image {
  margin: 20px!important;
}

.contenttable p , .contenttable p.bodytext{
 margin: 0px;
}

.contenttable, .contenttable td {
	border: 0.5px solid rgb(110, 69, 152);
	border-collapse: collapse;
}

/* */
div.csc-default {
  clear: both;
}

/* smooth gallery */
.tx-rgsmoothgallery-pi1 {
  float:left;
}
 
#externalthumbs {
  float:left;
  width:200px;
}
 
#externalthumbs .label {
  display:none;
}

.carouselInner {
  width:205px;
}
 
.carouselInner .thumbnail {
  float:right;
  padding-bottom:10px;
}

