/* CSS Document */

body {  scrollbar-track-color: #171717;
  scrollbar-face-color: #000;
  scrollbar-highlight-color: #3e3e3e;
  scrollbar-3dlight-color: #3e3e3e;
  scrollbar-darkshadow-color: #3e3e3e;
  scrollbar-shadow-color: #3e3e3e;
  scrollbar-arrow-color: #b22e22;
  background-color: #0F0F0F;
  font-family: Verdana, Arial, lucida, sans-serif;
  color: white;
  font-size:10;
}

.hlavni{
  width: 170px;
  overflow: auto;
  overflow-y: auto;
  overflow:  -moz-scrollbars-vertical;
  overflow-x: hidden;
  height: 300;
}
  
.shout_prispevek_2{
  width: 100%;
  border-bottom: 1px solid #3e3e3e;
  padding-top: 5px;
  padding-bottom: 5px;
}
.shout_prispevek_1{
  width: 100%;
  background-color: #070707;
  border-bottom: 1px solid #3e3e3e;
  padding-top: 5px;
  padding-bottom: 5px;
}
.shout_nadpis {
  font-weight: bold;
  margin-left: 3px;
  margin-right: 3px;
}

.shout_text {
  margin-left: 3px;
  margin-right: 3px;
}

/*------------------------odkazy-----------------------*/

a:link, a:visited, a:active { 
  text-decoration: underline;
  font-family: Verdana, Arial, lucida, sans-serif;
  color: white;
  font-size: 10;
}

a:hover {
  cursor:Hand;
  text-decoration: none;
  font-family: Verdana, Arial, lucida, sans-serif;
  color: #8F8F8F;
}

a img {
  border-color: white;
}

a:hover img {
  border-color: #8F8F8F;
}

/*------------------------formular-----------------------*/
input {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  border-style: solid;
  background-color: #0F0F0F;
  border-color: #3e3e3e;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px
}


select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  border-style: solid;
  background-color: #0F0F0F;
  border-color: #3e3e3e;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px
}


textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: white;
  border-color: #3e3e3e;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #0F0F0F;
}

.smajl{
  width: 12px;
  height: 12px;
}

.padding-sides{
  padding-left: 3px;
  padding-right: 3px;
}
