#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
#header {
	clear: both;
	position: relative;
	height: 30px;
	margin: 0 auto;
	background: #FDBECC;
	border-bottom: 1px solid #663366;
}
#header ul {
  margin: 10px 1em 0 0 !important;
  margin: 10px 0.5em 0 0;
  padding: 0;
  float: right;
}
#header ul li {
  display: inline;
  list-style: none;
}
#header ul li a {
  float: left;
  padding: 0 1em;
  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #000;
  border-right: 1px solid #663366;
}
#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}
#header ul li a:hover {
  text-decoration: underline;
}
/**************************************************************
   Header Image/Flash Movie
 **************************************************************/
#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(../images/bg/header_image.jpg) no-repeat top left;
  margin-bottom:10px;
}
/**************************************************************
   Page Content
 **************************************************************/
#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}
#columns {
  margin: 0 auto;
}
/* Column widths */
.width {
  width: 776px;
}
.widthPad {
  width: 746px;
}
.width25 {
  width: 24%;
}
.width50 {
  width: 48%;
}
.width73 {
  width: 73%;
}
.width75 {
  width: 75%;
}
.width100 {
  width: 100%;
}
/**************************************************************
   Footer
 **************************************************************/
#footer {
  clear: both;
  float: left;
  width: 100%;
  margin-top: -5em;
  
}
#footer #bg {
  position: relative;
  height: 140px;
  _height: 170px;
  margin: 0 auto;
  background: #FDBECC;
  border-top:1px solid #663366;
}
#footer #bg ul {
  float: right;
  margin: 1em 5px 0 0 !important;
  margin: 1em 5px 0 0;
  padding: 0;
}
#footer #bg ul li {
  display: inline;
  list-style: none;
}
#footer #bg ul li a {
  float: left;
  padding: 0 1em;
  line-height: 0.8em !important;
  line-height: 1em;
  color: #333;
}
#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}
#footer #bg ul li a:hover {
  color: #333;
  text-decoration:underline;
}
/**************************************************************
   Icons specific to the colour theme
 **************************************************************/
a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}
a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}
a.submitButton img {
  background: url(../images/icons/light_submit.gif) no-repeat center center;
}
/**************************************************************
   Posts
 **************************************************************/
.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #fee7f2;
}
.post .title {
  display: block;
  padding: 0 0 5px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #F53D93;
}
.post p {
  margin: 0 0 0 0;
  padding:  0 0 1em 1.2em;
  border-left: 2px solid #fee7f2;
}
/**************************************************************
   Generic Display 
 **************************************************************/
.block {
  display: block;
}
.clear {
  clear: both;
}
.marginRight {
  margin-right: 15px;
}
.paddingLeft {
  padding-left: 5px;
}
.paddingRight {
  padding-right: 5px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignBottom {
  vertical-align: bottom;
}
.lightBlueBg {
  background-color: #efedf4;
}
.lightruzova {
  background-color: #fef3f7;
}
.lightzelena {
  background-color: #eff4ed;
}
.dark {
  color: #353E47;
}
.zelenyh3 {
color:#F53D93;
}
#toph1 {
width:100%;
padding-top:80px;
text-align:center;
font-size:14px;
color:#663366;
margin:0;
border:0;
}
#toph1 span {
font-size:12px;
color:#663366;
}
.sedy {
color:#fbafd2;
}
.ul-kat {
margin:0;
padding:0;
padding-left:25px;
}
input {
border:1px solid #999;
}
.komentare {overflow:scroll;padding:10px;background:#fee7f2;margin-left:5px;height:620px;}