/* COMMON STYLES */
body {
  background: url('/img/bgr-body.gif') repeat-x top left;  
	font: 75%/1.4 Verdana, sans-serif;
	color: #939393;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

input, textarea {
	font-family: Arial, sans-serif;
}

td, th, input, textarea {
	font-size: 100%;
}

table {
  font-size: 100%;
}

h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 130%;
	color: #ff6600;
}

h1 span {
	display: none;
}

h2 {
	font-size: 120%; 
  font-weight: bold;
  color: #ff6600; 
}

h3 {
  font-size: 110%;
  font-weight: bold;
}

a {
	color: #ff6600;
}

a:visited {
	color: #ff6600;
}

a:hover {
	color: black;
}

form table {
  width: 395px;
}

form {
  width: 420px;
  margin-left: 100px;
}

form th {
	text-align: right;
	vertical-align: top;
	width: 150px;
}

th, td {
	text-align: left;
}

fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 1em;
}

table input,
table select {
  width: 200px;
}

input.short {
  width: 100px;
}

legend {
  color: #ccc;
}

textarea {
  width: 375px;
}

label.err {
  color: red;
  font-weight: bold;
}

th, td {
	text-align: left;
}

hr {
  border: 0;
  border-bottom: 1px solid #ccc;
  height:1px;
}

.clear {
  clear: both;
}

.cleaner {
  clear: both;
}

.dyspln {
  display: none;
}

.center {
  text-align: center;
}

.fright {
  float: right;
}

label.err {
  color: red;
  font-weight: bold;
}

p.oki, p.err, p.info {
  background: #e2f3ff;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

/* DEFAULT ENGINE */
#screen {
	position: relative;
	width: 859px;
	text-align: left;
	margin: 0 auto;
	background: url('/img/bgr-screen.gif') repeat-y 213px 0;
}

#content {
	background: url('/img/bgr-content.jpg') repeat-x top left; 
	padding: 10px 20px;
	border: 1px solid #e1e1e1;
	border-width: 0 1px 0 1px;
	margin-right: 10px;
	margin-top: 331px;
}

#content ul {
  margin: 2em 0;
  padding: 0;
}

#content li {
  background: url('/img/list-pointer.gif') no-repeat center left;
  list-style: none;
  padding-left: 20px;  
}

#left {
  background: url('/img/bgr-header-left.jpg') no-repeat top left;
  float: left;
  width: 213px;
}

#right {
  float: right;
  width: 646px;
  position: relative;
}

#left .box {
  margin-left: 10px;
  margin-right: 8px;
  margin-bottom: 10px;
}

#left .box .head {
  background: url('/img/bgr-left-headline.jpg') no-repeat top left;
  width: 100%; height: 34px;
}

#left .box .head h2 {
  color: white;
  font-size: 130%;
  margin: 0 0 0 20px;
  padding: 5px 0 0 0;
}

#left .box .content {
  border: 2px solid #e1e1e1;
  border-width: 0 2px 2px 2px;
  padding: 5px;
}

.question {
  color: #ff6000;
  line-height: 1em;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.answer a {
  color: #939393;
  text-decoration: none;
}

.answer a:hover {
  color: #ff6000;
  text-decoration: underline;
}

.diagram {
  background: #e1e1e1;
  width: 150px; height: 6px;
  font-size: 1%;
  position: relative;
  margin-bottom: 5px;
}

.diagram img {
  position: absolute;
  top: 0; left: 0; 
}

.percentage {
  float: right;
  color: #ff6000;
  position: relative;
  top: -20px;
}

.total-votes {
  border-top: 1px solid #e1e1e1;
  padding: 10px 0 5px 0;
  margin: 0;
  margin-top: 20px;
}

.total-votes span {
  color: #ff6000;  
}

.message {
  background: #e2f3ff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
}

form#newsletter {
  margin: 10px 0 0 0;
  padding: 0;
  width: auto;
}

form#newsletter table {
  border: none;
  width: 175px;
}

form#newsletter td,
form#newsletter th {
  border: none;
  color: #ff6600;
  background: none; 
}

form#newsletter td {
  color: #939393;
}

form#newsletter th {
  width: 60px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

form#newsletter input#email {
   width: 110px;
}

form#newsletter input#unsubscribe {
   margin-left: 0;
}

form#newsletter input {
  width: auto;
}

/* HEADER */
#header {
  background: url('/img/bgr-header-right.jpg') no-repeat top left; 
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 331px;
}

#logo, #logo span {
	width: 140px; height: 83px;
	position: absolute;
	display: block;
	left: 0; top: 0;
}

#logo {
  top: 77px; left: 43px;
}

#logo span {
  background: url('/img/logo.jpg') no-repeat top left;
}

#logo a span {
  cursor: pointer;
}

#title {
  width: 380px; height: 36px;
  overflow: hidden;
  position: absolute;
  top: 255px; left: 21px;
}

#title span {
  background: url('/img/header-title.jpg') no-repeat top left;
  width: 100%; height: 100%;
  display: block;
  position: absolute;
  top: 0; left: 0;
}

#rpart {
  background: url('/img/header-rpart.jpg') no-repeat top left;
  width: 67px; height: 215px;
  position: absolute;
  right: -67px; top: 88px;  
}

#lang {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 35px; left: 35px;
}

#lang li {
  margin: 0;
  padding: 0;
  margin-bottom: 3px;
  list-style: none;
}

#lang li a {
  height: 11px;
  background: url('/img/flags.gif') 0 2px no-repeat;
  padding-left: 25px; 
  color: #fff;
  text-decoration: none; 
}

#lang li a:hover {
  text-decoration: underline;
}

#lang li a.en {
  background-position: 0 -98px;
}

#lang li a.de {
  background-position: 0 -198px;
}

#quicknav {
  position: absolute;
  top: 33px; left: 15px;
  margin: 0;
  padding: 0;
}

#quicknav li {
  margin: 0;
  padding: 0 10px;
  list-style: none;
  border-right: 1px solid #fda121;
  float: left;  
}

.icon {
  width: 21px; height: 19px;
  overflow: hidden;
  position: relative;
  display: block; 
}

.icon span {
  background: url('/img/icon-home.gif') top left no-repeat;
  width: 100%; height: 100%;
  display: block;
  position: absolute;
  top: 0; left: 0;
}

.icon.mail span {
  background-image: url('/img/icon-mail.gif');  
}

#submit {
  background: url('/img/btn-search.gif') top left no-repeat;
  width: 34px; height: 21px;
  border: 0;
}

#search {
  border: 1px solid #e1e1e1;
  background: #fff;
  padding: 2px 5px;
  margin: 0 5px 0 0;
  width: 120px;
  color: #939393;
}

#searchForm {
  position: absolute;
  top: 263px; right: 10px;
  margin: 0;
  padding: 0;
  width: auto;
}

/* MENU */
#menu {
	margin: 0; padding: 0;
	background: #e2f3ff;
	width: 195px;
	margin-top: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#menu li {
  list-style: none;
  border-top: 1px solid #fff;
  width: 195px;
  display: block;
  overflow: hidden;
}

#menu li a {
  background: url('/img/bgr-menu-item.gif') no-repeat top left;
  line-height: 22px;
  display: block;  
  width: 195px; height: 22px;
  overflow: hidden;
  display: block;
  padding-left: 20px;
  color: #737373;
  text-decoration: none;
  font-weight: bold; 
}

#menu li a:hover {
  background-position: 0 -22px;
}

#menu li ul {
  margin: 0;
  padding: 0;
}

#menu li li {
  background: none; 
}

#menu li li a,
#menu li li a:hover {
  background: url('/img/bgr-submenu-item.gif') no-repeat 10px center;
  padding-left: 21px;
  font-weight: normal; 
}

#menu li li a:hover {
  text-decoration: underline; 
}

#menu li li#beleni-zubu a {
  padding-left: 31px;
}

#hor-menu {
  position: absolute;
  top: 300px; left: 0px;
  margin: 0; padding: 0;
}

#hor-menu  li {
  float: left;
  display: inline; 
  list-style: none; 
  display: block; 
  line-height: 30px;
}

#hor-menu li a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  _display: inline; 
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

#hor-menu li a:hover {
  background: url('/img/bgr-hor-menu-item.gif') no-repeat top left #ff6600;  
}

/* BACK URL */ 

.back {
  background: #e2f3ff;
  border: 1px solid #bee1fa;
  border-width: 1px 0 1px 0;
  line-height: 20px;
  font-size: 90%;
  padding-left: 10px;
}

.back.top {
  margin-bottom: 15px;
}

.back.bottom {
  margin-top: 15px
}

.back a {
  color: #737373;
  text-decoration: none;
}

.back a:hover {
  color: #ff6000;
  text-decoration: underline;
}
	
/* FOOTER */
.padding {
  height: 15px;
}

#footer {
  background: url('/img/bgr-footer-blue.jpg') repeat-x top left; 
  height: 140px;
}

#footer div.box {
  background: url('/img/bgr-footer.gif') no-repeat top left;  
	text-align: center;
	padding: 0;
	width: 859px; height: 100px;
	_width: 899px;
	margin: 0 auto;
}

#footer ul {
	margin-bottom: 10px;
	position: relative;
	padding: 15px 10px 0 10px;
}

#footer li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#footer li a {
  text-decoration: none;
  color: #939393;
  margin: 0 0.5em;
}

#footer li a:hover {
  text-decoration: underline;
  color: #ff6600;
}

#footer li#copyright {
  color: #000;
  display: block;
  position: absolute;
  left: 5px; top: 110px;
}

#footer li#copyright span {
  color: #ff0000;
}

#footer li#copyright a {
  color: #000;
  margin: 0;
  padding: 0;
}

/* NEWS */

.news h3 {
  margin-bottom: 0.5em;
}

.date {
  font-size: 90%;
  color: #ff6000;
}

.img {
  float: left;
  margin : 0 10px 0 0;
}

.news-cleaner {
  clear: both;
}

/* GALLERY */

.gallery-list {
  margin: 1.5em 0 0 0;
  padding: 0;
}

#content ul.gallery-list li {
  margin: 0 0 1em 0;
  padding: 0 0 0.5em 0;
  /* border-bottom:1px solid #d3d3d3;*/
  list-style: none;
  background: none;
}

.gallery-list img {
  margin: 0 15px 10px 0;
  float: left;
  border: #ff600 2px solid;
}

.gallery-list h4 {
  padding: 0;
  margin: 0;
  font-size: 100%;
}

.gallery-list .desc {
  float: right;
  width: 435px;
}

.shorter .gallery-list .desc {
  width: 300px;
}

.gallery-list .desc p {
  padding: 0;
  margin: 0.7em 0 0.5em 0;
}

.imgs {
  margin: 0;
  padding: 0;
}

.imgs img {
  border: #ff600 2px solid; 
}

#content ul.imgs li {
  float: left;
  margin: 0 8px 3px 0;
  _margin-right: 3px;
  position: relative;
  list-style: none;
  background: none;
  padding: 0;
}

.imgs a span {
/*\*/
	position:absolute;
	left:-9999px;
}

.imgs a:hover span {	
  top: 2px;
  left: 2px;
  width: 135px;
  font-weight: bold;
  background: #fff;
  color: #999;
  padding: 5px 0 5px 0;
  font-size: 90%;
  text-transform:uppercase;
  text-align: center;
  filter: alpha(opacity=70);
	-moz-opacity:.7;
  opacity:.70;
  display: block;
  text-decoration: none;
/**/
}

.full {
  text-align: center;
}

.navi {
  padding: 1em 0;
}

.photo-desc {
  background: #fff;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}

/* BANNERS */ 

a.banner img {
  border: none;
}

a.banner:hover img {
  border: none;
}

.banner-main {  
  text-align: center;
}

.banner-left {
  text-align: center;
}

/* PRICELISTS */

.pricelists {
  width: 500px;
  border: none;
}

.pricelists td, 
.pricelists th {
  padding: 6px 3px;
}

.pricelists img {
  border: none;
}
