/*
 	       Plakat CSS
       www.plakat.beshur.net
       © 2008 Alex Buznik
*/

/*      DIVS      */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:110%;
	background: url("images/bg_tile.gif") left top repeat;
}

#content {
}
#header {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

#header h1 {
	font-size:2em;
	color:#09F;
	text-shadow:#ccc 1px 1px 1px;
}

#about em {
	padding:3px;
	font-family:inherit;
	font-size:100%;
	font-style:normal;
	background-color: #39F;
	color:#fff;
}
#content #posters {
  background: url("images/bg_content.gif") top left repeat-x;
  padding-top: 15px;
  border: 1px solid #99CCFF;
  border:0;
}
#scroller {
  width:80%;
  overflow:scroll;
}

#about {
  padding: 10px;
  margin: 5px;
  max-width:200px;
  text-align:left;
  float:left;
  background:#fff;
}

#order {
	display:none;
	float:left;
	width:560px;
	height: 420px;
	
	padding:10px;
	border:1px solid #ccc;
	background:#fff;
}

#subscribe {
	font-size: 70%;	
}
#footer {
	text-align:left;
	font-size: 70%;
	color: #666;
	
	padding: 5px;
	
	
}

/*   CLASSES   */
#content table td {
	border: 1px dashed #99CCFF;
	margin: 1px;
}

#content table td:hover {
	background: #33CCFF;
}

.uvaga {
	font-weight: normal;
	font-size:1.2em;
	text-align:center;
	text-shadow:#333 0px 0px 5px;
	color: #fff;
	background-color:#F63;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width: 65%;
}
.uvaga em {
	font-style:normal;
	border-bottom: 2px dotted #fff;
}

#order em {
	border: 1px solid #666;
	font-style:normal;
	margin:5px;
	padding:3px;
}

.invisible {
   display:none;
}
div.invisible div {
  color: white;
  border: 1px solid #ccc;
  background: #99CCFF;

}

.censored {
	position:absolute;
	top:0;
	left:90%;
	background-color:#f00;
	padding:3px;
}

/*   LINKS    */
a:link, a:visited {
  color: #99CCFF;
  text-decoration: underline;
}
a:hover, a:active {
  color: #99CCFF;
  text-decoration: none;
}
a img {
  border: 0;
}
