/* @import "dropdown.css"; */
@import "menue.css";

.thumbnail {
  Z-INDEX: 0; 
  POSITION: relative
}
.thumbnail: hover {
  Z-INDEX: 50; 
  BACKGROUND-COLOR: transparent
}
.thumbnail SPAN {
  POSITION: absolute; 
  PADDING-BOTTOM: 5px; 
  BACKGROUND-COLOR: lightyellow; 
  PADDING-LEFT: 5px; 
  PADDING-RIGHT: 5px; 
  VISIBILITY: hidden; 
  COLOR: black; 
  BORDER-TOP: gray 1px dashed; 
  BORDER-BOTTOM: gray 1px dashed; 
  BORDER-RIGHT: gray 1px dashed; 
  BORDER-LEFT: gray 1px dashed; 
  TEXT-DECORATION: none; 
  PADDING-TOP: 5px; 
  LEFT: -1000px
}
.thumbnail SPAN IMG {
  BORDER-RIGHT-WIDTH: 0px; 
  BORDER-TOP-WIDTH: 0px; 
  BORDER-BOTTOM-WIDTH: 0px; 
  BORDER-LEFT-WIDTH: 0px; 
  PADDING-RIGHT: 2px; 
  PADDING-LEFT: 2px; 
  PADDING-BOTTOM: 2px; 
  PADDING-TOP: 2px
}
.thumbnail:hover SPAN {
  VISIBILITY: visible; 
  LEFT: 10px
}

.drag-handle{ /*Overwrite default drag handle bar background color with below*/
background-color: #03277C;
}
#interVeil{ /*CSS for veil that covers entire page while modal window is visible*/
position: absolute;
background: black url(blackdot.gif);
width: 10px;
left: 0;
top: 0;
z-index: 5;
visibility: hidden;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;
}

.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 100%;
  text-align: center;
  padding: 0;
  margin: 0; 
  background-color: #e2e2e2;
  background-image: url(../img/bg_body.gif);
  background-repeat: repeat
}
.table {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 90%;
  text-align: JUSTIFY;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-left: 20px;
}
#wrapper{
  width: 960px;
  text-align: left;
  background-color: #f6f6f6;
  border: 8px solid #fff;
  margin: 10px auto
}
#banner{
  height: 140px;
  background-color: #12162a;
  /*background-color: #393631;*/
  background-image: url(../img/banner.jpg);
  /*background-color:transparent;*/
  background-repeat: no-repeat;
  background-position: right ; 
}
#banner_left {
  width: 700px;
  height: 85px;
  float: left;
  text-align: left;
  padding: 5px 20px 0 20px
}
#banner_left h1 {
  color: #f7edd8;
  font-size: 150%;
  padding: 0 0 0 10px;
  margin-top: 30px;
  line-height: 1.4em;
  letter-spacing: -1px
}
#banner_left h2 {
  color:#abb680;
  font-size:80%;
  padding:0 0 0 3px;
  margin:0 0 10px;
  line-height:1em;
  letter-spacing:1px;
}
#banner_left a:link {
  color: #e0d19f;
  text-decoration: none
}
#banner_left a:visited {
  color: #e0d19f;
  text-decoration: none
}
#banner_left a:active {
  color: #e0d19f;
  text-decoration:none
}
#banner_left a:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent
}

#horizontal{
  height: 33px;
  text-align: left;
  font-size: 150%;
  color: #ffffff;
  margin-top: 0;
  border-top: #bbb 2px solid;
  padding-left: 30px;
  background-color: #800000;
  background-repeat: repeat-x;
  background-position: left top
}
.nav_a {
  color: #FFFF00;
  padding: 4px 8px 6px 8px;
}

ul#nav {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin: 8px 2px;
  padding: 0;
  line-height:0.8em
}

#nav li {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 0.8em;
  list-style-type: none
}
#nav a {
  margin: 0;
  padding: 4px 8px 6px 8px
}
#nav a:link {
  color: #ffffff; 
  background-color: transparent;
  text-decoration: none
}
#nav a:visited {
  color: #ffffff; 
  background-color: transparent;
  text-decoration: none
}
#nav a:hover {
  color: #800000; 
  background-color: #cccccc;
  text-decoration: none
}
#rightcol {
  width: 215px;
  height: 350px;
  float: right;
  font-size: 80%;
  text-align: left;
  margin-top: 20px;
  margin-right: 8px;
  text-transform: uppercase;
  color: #12162a;
}

div.rightpanel .header {
  background-image:url(../img/menu-2.gif);
  background-repeat: x;
  width: 200px;
  line-height:35px;
  padding-left:20px;
  overflow: hidden;
  font-weight: bold;
}

div.rightpanel .select {
  align : right;
  background-image:url(../img/menu-sel.gif);
  background-color: #062f7d;
  background-repeat: x;
  width: 200px;
  line-height: 35px;
  padding-left: 20px;
  overflow: hidden;
  font-weight: bold;
  color: #ffffff
}

div.rightpanel .product {
  align : right;

  background-color: #062f7d;
  background-repeat: x;
  width: 200px;
  line-height: 25px;
  padding-left: 20px;
  overflow: hidden;
  font-weight: bold;
  color: #ffffff
}

div.rightpanel .select a {
  color: #ffffff
}
div.rightpanel .product a {
  color: #ffffff
}

/* categories */

ul#categories {
  width: 220px;
  hight: 100px;
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 10px;
  font-weight: bold
}

ul#categories li {
  display: block;
  padding: 0px;
  line-height: 30px;
  border-bottom: 1px #e4d0c7 solid;
/*  border-top: 1px solid #f9faf7; */
  height: 30px;
  margin-top: -2px; 
  margin-bottom: -2px;
}
ul#categories li.selected {
  text-decoration: none; 
  background-color:#e4d0c7;
}
ul#categories li a {
  display: block;
  overflow: hidden;
  padding: 0px 0px 0px 40px;
  line-height: 30px;
  text-decoration: none;
  font-size: 10px;
  color: #000;
  background: url(../img/arrow.gif) 26px 12px no-repeat;
}

ul#categories li a:hover { 
  text-decoration: none; 
  background-color:#fde8c8;
  color: #000000
}

#content {
  margin-right: 240px;
  text-align: JUSTIFY;
  border-right:#bbb 1px solid
}

#content ul{
  font-size: 80%;
  margin: 0 60px
}
html p{
  font-size:80%;
  margin:20px
}
ul{
  font-size: 80%;
  margin: 0 25px
}
strong {
  font-size: 110%;
  color:#800000
}
h1 {
  font-size: 110%;
  color: #000000;
  padding: 0;
  margin: 20px
}
h2 {
  font-size: 90%;
  color: #800000;
  padding: 0;
  margin: 20px
}
h3 {
  font-size: 90%;
  color: #062f7d;
  padding: 0;
  margin: 20px
}
h4 {
  font-size: 60%;
  font-weight: normal;
  color: #000000;
  padding: 0;
  margin: 20px
}
a {
  color: #000000;
  text-decoration: none 
}

a:visited {
  color: #000000;
  text-decoration:none 
}

a:active {
  color: #800000;
  text-decoration: none 
}

a:hover {
 color: #ff9933; 
  text-decoration: none;
}

#footer {
  height: 30px;
  clear: both;
  margin: 0;
  padding: 0;
  border-top: #bbb 1px solid; 
  background-color: #abb680
}

#footer p {
  font-size: 70%;
  color: #fff;
  text-align: center;
  margin: 0; 
  padding: 5px 0 0 0
}

#footer a:link {
  color: #ff6;
  padding: 0 5px;
  text-decoration: none
}
#footer a:visited {
  color: #ff6;
  padding: 0 5px;
  text-decoration: none
}
#footer a:active {
  color: #ff6;
  padding: 0 5px;
  text-decoration: none
}
#footer a:hover {
  color: #ff0;
  text-decoration: underline
}

#down {
  width: 960px;
  text-align: center;
  margin: 10px auto;

}

.rightimage {
  float: right;
  margin-left: 25px;
}
.leftimage {
  float: left;
  margin-right: 25px;
}

#svaz {
	font: bold 19px Arial, Tahoma, sans-serif;
	color: #444;
}


#extra h2 {
color:#46525E;
font-size:1.1em;
font-family:"Lucida Sans Unicode", "LucidaGrande", Verdana, Sans-serif;
padding:6px 0 5px 21px;
}
