* {
  _word-wrap: break-word; 
}
body {
  padding: 0px;
  margin: 0px;
  background-color: #222222;
}

body, table {
  color: #cccccc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

#main-ie{
  text-align: center;  
}

#main {
  margin: 0px auto;
  width: 700px;
  text-align: left;
}

#main-left {
  background-image: url( '../images/layout-left.png' );
  color: #808080;
  background-color: #808080;
}

#main-right {
  background-image: url( '../images/layout-right.png' );
  color: #808080;
  background-color: #808080;
}

#back-content {
  background-image: url('../images/back-content.png');
}


#back-left-down {
  font-size: 8px;
}

#back-content-down {
  background-image: url('../images/back-content-down.png');
  background-repeat: no-repeat;
  font-size: 8px;
}

div.content {
  margin: 5px 7px;
  overflow: hidden;
}

div.menu {
  background-image: url('../images/menu-back.png');
  margin: 0px;
  padding: 5px 5px;
  overflow: hidden;
}

a:link {
  color: #f2f2f2;
  text-decoration: none;
}

a:visited {
  color: #f2f2f2;
  text-decoration: none;
}

a:active {
  color: #f2f2f2;
  text-decoration: none;
}

a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

.error {
  color: red;
}

.notice {
  color: #5890dd;
}

div.error {
  border: 1px dotted red;
  padding: 5px 7px;
}

div.notice {
  border: 1px dotted #5890dd;
  padding: 5px 7px; 
}

.novinka {
  margin-left: 10px;
  text-align: justify;
}

.prispevek {
  margin-left: 10px;
  text-align: justify;
}

.odstavec {
  text-indent: 10px;
  text-align: justify;
}

input, textarea {
  font-size: 12px;
  border: 1px solid #cccccc;
}

div.left{
  width: 225px;
  float: left;
}

div.right{
  width: 225px;
  float: right;
}