/* strg.at 2004 */


/* elements */

body {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  font-size: 12px;
  line-height: 18px;
  color: #666;
  padding: 4px 10px 4px 10px;
  margin: 0;
}

h2 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing:1px;
  color: #999;
  padding: 6px 10px 6px 10px;
  margin: 0;
}

h3 {
  font-size: 12px;
  line-height: 16px;
  color: #333;
  text-align: center;
  margin: 1px;
}

h4 {
  font-size: 12;
  color: #999;
  font-weight: bold;
  font-style: italic;
  margin: 20px 0 14px 0;
  }

img {
  border: none;
}

input, select, textarea, option {
  color: #666;
  background: #F6FFEA;
  -moz-border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0 0 0 4px;
  }




/* general classes */

.stopfloat {
  clear: both;
}

.teaser {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 8px 10px 16px 10px;
}



/* classes */


.trans {
  position: relativ;
  width: 190px;
  height: 333px;
  background-color: #fff;
  filter: Alpha(Opacity=70);
  opacity: .70;
  -moz-opacity: .70;
  -khtml-opacity: .70;
  }

.all {
  position: relative;
  width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: left;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcca8;
}

.adresse {
  position: relative;
  width: 750px;
  margin: -104px 0 104px 0;
  height: 14px;
  color: #000;
  background-color: #fff;
  text-align: center;
  filter: Alpha(Opacity=70);
  opacity: .70;
  -moz-opacity: .70;
  -khtml-opacity: .70;
}
                    
.adresse p {
  padding: 0;
  line-height: 16px;
}












.header {
  width: 750px;
  height: 333px;
  padding: 0;
  background-color: #eee;
}

.menu {
  margin: 22px 0 0 0;
}

.menu ul {
  width: 170px;
  margin: 0;
  padding: 0;
}

.menu ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 17px;
}

.lang {
  margin: 0 0 8px 14px;
  padding: 0;
}


/* dreispaltig */

.divtri {
  position: relative;
  margin: 0;
  padding: 12px 0 0 0;
  width: 750px;
}

.lefttri {
  position: relative;
  width: 210px;
  float: left;
  left: 10px;
  margin: 10px 10px 0px 0;
  background: #fff;
}

.centertri {
  position: relative;
  width: 250px;
  float: left;
  left: 20px;
  margin: 10px 10px 0px 0;
}

.righttri {
  position: relative;
  width: 250px;
  float: left;
  left: 20px;
  margin: 10px 10px 0px 0;
}

.txtmain {
  line-height: 16px;
  padding: 0;
  margin: 10px 24px 10px 6px;
}

.frontgalery {
  position:relative;
  margin: 10px 10px 10px 10px;
  border: 1px dotted #ccc;
  text-align: center;
}



/* zweispaltig main right */

.btwocol {
  position: relative;
  width: 750px;
  margin: 0;
}

.bcolleft {
  position: relative;
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}

.bcolright {
  position: relative;
  width: 500px;
  float: left;
  padding-top: 20px;
}

.txtimg {
  float:left;
  margin: 5px 10px 5px 10px;
}


.txtlinks {
  margin: 20px 0 0 10px;
  font-size: 12px;
}

.txtlinks ul {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  list-style-type: circle;
}

.txtlinks li {
  padding: 4px;
}


.footer {
  position: relative;
  width: 750px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  color: #999;
  background: #efedd9;
  padding: 2px 0 2px 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.logo {
  width: 750px;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  }

/* galleries . sub-gal.htm sub-gal-det.htm */

.gallery img {
  float:left;
  margin: 10px;
  border: 1px solid #000;
}

.gallery_det {
  position: relative;
  width: 99%;
  text-align:center;

}


/* link styles */

a:link.tri, a:visited.tri {
  background-image: url(pics/link_grau.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  color: #666;
  text-decoration: none;
}

a:hover.tri, a:active.tri {
  background-image: url(pics/link_orange.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
  color: #000;
  text-decoration: underline;
}

.menu ul li a:link,  .menu ul li a:visited {
  display: block;
  padding: 2px 2px 1px 18px;
  margin: 0;
  width: 190px;
  max-width: 170px;
  text-decoration: none;
  color: #555;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
}

.menu ul li a:hover, .menu ul li a:active {
  color: #000;
  background: #fff;
  text-decoration: none;
  padding: 2px 2px 1px 12px;
  filter: Alpha(Opacity=70);
  opacity: .70;
  -moz-opacity: .70;
  -khtml-opacity: .70;
  border-left: 6px solid #cfcca8;
}

h2 a:link, h2 a:visited {
  color: #999;
  text-decoration: none;
}

h2 a:hover, h2 a:active {
  color: #333;
  text-decoration: underline;
}

h3 a:link, h3 a:visited {
  color: #999;
  text-decoration: none;
}

h3 a:hover, h3 a:active {
  color: #333;
}

.lang a:link, .lang a:visited {
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
  padding: 4px;
}

.lang a:hover, .lang a:active {
  color: #f60;
  background: #fff;
  text-decoration:underline;
}

.gallery_det a:link, .gallery_det a:visited {
  color: #666;
  text-decoration:none;
}

.gallery_det a:hover, .gallery_det a:active {
  color: #f60;
}

.txtlinks a:link, .txtlinks a:visited {
  color: #666;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
}

.txtlinks a:hover, .txtlinks a:active {
  text-decoration: underline;
  border: none;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active {
  color: #000;
  text-decoration: underline;
}
