/* CSS Document */

body {
  background-color: #FFE6C7;
  background-image: url('../images/layout/web-bg.png'); background-repeat: repeat-x; background-position: left top;
  
  margin: 0 auto 0 auto; padding: 0;
  font-size: 12px;
}

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

form { margin: 0px; padding: 0px; }

img {
	border: none;
	
	vertical-align: middle;
}

td, tr, tbody {
  vertical-align: top;
}

input {
  margin: 2px;
  vertical-align: middle;
}

sup { font-size: 9px; }

.line-bolder {
  height: 0px; border-top: 5px double #FFAF46; border-bottom: 2px solid #FFAF46;
  overflow: hidden;
}
.line {
  height: 2px;
  background-color: #FFAF46; overflow: hidden;
}
.novinky {
  text-align: right;
}

.l { float: left; }
.r { float: right; }

.tr { text-align: right; }
.tl { text-align: left; }
.tc { text-align: center; }

.cleaner { clear: both; }

.red { color: #FF0033; }
.blue { color: #3E7CCF; }
.green { color: #2B8700; }
.orange { color: #C57000; }

.red a { color: #FF0033; text-decoration: underline; }
.blue a { color: #3E7CCF; text-decoration: underline; }
.orange a { color: #C57000; }

