*
  {
	padding: 0px;
	margin: 0px;
  }

html
  {
	height: 100%;
  }

body
  {
	background-color: #202328;
	color: #797b7e;
	font-family: "Trebuchet MS",Tahoma,"Lucida Grande",Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	height: 100%;
	line-height: 1.4em;
  }
  
input
  {
  border: 1px solid #000000;
  background: #363636;
  color: #aaaaaa;
  padding: 2px;
  }
  
select
  {
  border: 1px solid #000000;
  background: #363636;
  color: #aaaaaa;
  }

option
  {
  padding: 2px;
  }
  
textarea
  {
  border: 1px solid #000000;
  background: #363636;
  color: #aaaaaa;
  padding: 2px;
  }

img, a img
  {
	border: 0px;
  }

br
  {
	clear: both;
  }

p
  {
	clear: both;
	font-size: 0.8em;
	margin-bottom: 1.75em !important; /* Firefox */
	margin-bottom: 1.7em;
	padding-right: 10px;
  }

a:link
  {
  color: #b39e71;
  text-decoration: none;
  }
  
a:visited
  {
  color: #b39e71;
  text-decoration: none;
  }
  
a:hover
  {
  color: #ffffff;
  text-decoration: none;
  }
  
a img
  {
  border-width: 0px;
  }


p a, li a
  {
	color: #ffa740;
  }


p a:hover
  {
	color: #00a0c6;
  }

#header
  {
	background: #4d545f url(../images/header_bg.gif) no-repeat 50% 25px;
	border-top: 4px solid #202328;
	clear: both;
	float: left;
	height: 295px;
	width: 100%;
  }

#container_header
  {
	height: 295px;
	margin: 0 auto;
	position: relative;
	width: 860px;
  }

h1 a
  {
	background: transparent url(../images/header_h1.gif) no-repeat left top;
	color: #00a0c6;
	display: block;
	font-size: 1.4em;
	float: left;
	height: 220px;
	overflow: hidden;
	margin-top: 40px;
	text-align: center;
	text-decoration: none;
	text-indent: -5000px;
	width: 491px;
  }

h1 a:hover
  {
	border: 0px;
  }

#navigation
  {
	font-size: 1.3em;
	line-height: normal;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 2px;
  }
		
#navigation ul
  {
	right: 0px;
	list-style: none;
	position: absolute;
  }

#navigation li
  {
	display: inline;
  }
		
#navigation a
  {
	float: left;
	background: url(../images/nav_left.gif) no-repeat left bottom;
	text-decoration: none;
  }

#navigation a span
  {
	float: left;
	font-weight: bold;
	display: block;
	background: transparent url(../images/nav_right.gif) no-repeat right bottom;
	padding: 0 12px 5px 10px;
	color: #eee;
  }
		
#navigation a span
  {
	float: none;
  }

#navigation a:hover
  {
	border: 0px;
	margin-top: 0px;
  }

#navigation a:hover span
  {
	padding-top: 3px;
  }

#content
  {
	background: #202328 url(../images/content_bg.gif) repeat-y 50% 0px;
	clear: both;
	float: left;
	margin: 60px 0px;
	width: 100%;
  }

#container_content
  {
	margin: 0px auto;
	width: 860px;
  }

#left_column
  {
	float: left;
	position: relative;
	width: 250px;
  }

#right_column
  {
	float: right;
	position: relative;
	width: 560px;
  }

#right_column p
  {
	font-size: 1.0em;
  }


h2
  {
	background: #202328 url(../images/h2_bg.gif) no-repeat 0 50%;
	border-bottom: 2px solid #333;
	clear: both;
	color: #b39e71;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 20px !important; /* Firefox */
	margin-bottom: 15px;
	padding: 5px 0 5px 30px;
	width: 530px;
  }

h2 span
  {
	color: #555;
	position: absolute;
	right: 10px;
	top: 5px;
  }
  
h2 a, h2 a:visited, h2 a:link
  {
  color: #b39e71;
  }
  
h2 a:hover
  {
  color: #ffffff;
  }

h3
  {
	background: #202328 url(../images/h3_bg.gif) no-repeat 0 50%;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	clear: both;
	color: #b39e71;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 5px !important; /* Firefox */
	margin-bottom: 15px;
	padding: 4px 0 4px 30px;
	text-transform: uppercase;
  }

h4
  {
	background: #202328 url(../images/h4_bg.gif) no-repeat 0 50%;
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	clear: both;
	color: #B39E71;
	display: block;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 5px !important; /* Firefox */
	margin-bottom: 15px;
	margin-left: 40px;
	padding: 4px 0 4px 10px;
	text-transform: uppercase;
  }

#footer
  {
	background: #3C424A url(../images/footer_bg.gif) no-repeat 50% 0;
	border-bottom: 4px solid #202328;
	clear: both;
	color: #bbb;
	float: left;
	line-height: 1.2em;
	width: 100%;
  }

#container_footer
  {
	margin: 80px auto 20px auto;
	width: 860px;
  }

#footer p
  {
	font-size: 1.0em;
	padding: 0;
	text-align: justify;
	
  }

#copyright
  {
	clear: both;
	color: #888;
	display: block;
	height: 2.8em;
	position: relative;
  }

#copyright p
  {
	line-height: 1.2em;
	padding-left: 1px;
	width: 850px;
  }
  
/* Obrázky
----------------------------------------------- */
.last
  {
  float: left;
  width: 180px;
  margin-bottom: 15px;
  text-align: center;
  }
   
.last-img
  {
  border: 1px solid #aaaaaa;
  margin: 0px;
  width: 168px;
  height: 168px;
  }
  
/* Book
----------------------------------------------- */  
.bad
  {
  width: 400px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: red;
  padding: 7px;
  border: 1px solid silver;
  background: #333333;
  }

#kniha
  {
  color: #aaaaaa;
  margin-top: 15px;
  margin-bottom: 0px;
  width: 500px;
  }

#kniha textarea
  {
  margin-bottom: 3px;
  margin-top: 3px;
  border: 1px solid #000000;
  background: #363636;
  color: #aaaaaa;
  padding: 2px;
  }
  
#kniha input
  {
  margin-bottom: 3px;
  margin-top: 3px;
  border: 1px solid #000000;
  background: #363636;
  color: #aaaaaa;
  padding: 2px;
  }
  
.smile
  {
  float: right;
  height: 15px;
  }

.submit
  {
  float: left;
  height: 15px;
  }

.post-book
  {
	border: 0px;
	padding: 0px;
	margin-bottom: 16px;
	width: 500px;
	color: #aaaaaa;
	float: left;
  }

.posttop-book
  {
	padding: 4px;
	height: 12px;	
	border: 1px solid #000000;
  background: #363636;
  color: #aaaaaa;
  }
  
.username-book
  {
	font-weight: bold;
	width: auto;
	float: left;
  }
  
.userweb-book
  {
	width: auto;
	float: left;
	margin-left:10px;
  }
  
.userweb-image
  {
  width: 16px;
  height: 20px;
  border: 0px;
  }

.date-book
  {
	width: auto;
	text-align: right;
  font: 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform: uppercase;
  letter-spacing:.2em;
  color: #6785ca;
  }

.posttext-book
  {
	padding: 4px;
	background: #535353;
	border: 1px solid #000000;
	border-top: 0px;
	text-align: left;
  }
  
.book-delete
  {
  border: #000000 1px solid;
  padding: 2px;
  }
  
/* Index
----------------------------------------------- */

.date-latest
  {
  width: auto;
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  color: #bbb;
  font-size: 0.8em;
	padding: 0px;
	text-align: justify;
  }
  
/* Inputs (formátování formulářů)
----------------------------------------------- */

.input-cell
  {
  width: 500px;
  float: left;
  text-align: left;
  margin: 5px;
  }
  
.input-row1
  {
  width: 400px;
  float: left;
  text-align: left;
  margin: 0px;
  }
  
.input-row2
  {
  width: 400px;
  float: left;
  text-align: left;
  margin: 0px;
  margin-left: 15px;
  }
  
.input-row3
  {
  width: 400px;
  float: left;
  text-align: left;
  margin: 0px;
  margin-top: 10px;
  }

.input-text
  {
  width: 100px;
  float: left;
  text-align: left;
  }

.input-input
  {
  width: 290px;
  float: left;
  text-align: left;
  }
  
.input-gallery
  {
  width: 150px;
  float: left;
  text-align: left;
  }
  
.input-technic
  {
  width: 300px;
  float: left;
  text-align: left;
  }

.input-edit
  {
  width: 200px;
  float: left;
  text-align: left;
  }

.input-button
  {
  width: 290px;
  float: left;
  text-align: left;
  margin-bottom: 20px;
  }
  

  
/* Texts
----------------------------------------------- */

.odstavec
  {
  float: left;
  width: 500px;
  margin: 10px;
  text-align: justify;
  font-size: 1.2em;
  }
  
.odstavec-ram
  {
  float: left;
  width: 500px;
  margin: 10px;
  border: 1px solid #aaaaaa;
  padding: 10px;
  text-align: justify;
  }

/* Alerty
----------------------------------------------- */

.alert
{
	padding: 0;
	padding-top: 5px;
	width: 500px;
	padding-left: 25px;
	float: left;
	margin: 10px;
}

.alert2
{
	padding: 0;
	padding-top: 5px;
	width: 500px;
	padding-left: 25px;
	float: left;
	margin: 10px;
}

/* Sitemap
----------------------------------------------- */

#sitemap
  {
  list-style-image: url('../images/point.gif');
  }
  
/* WYSIWYG EDITOR
----------------------------------------------- */

/* Toolbar */

.toolbar1
  {
  border: 1px solid #666666;
  height: 26px;
  background-image: url(../icon/background_silver.jpg);
  }
  
.toolbar2 
  {
  border: 1px solid #666666;
  height: 24px;
  background-image: url(../icon/background_silver.jpg);
  border-bottom: 0px;
  border-top: 0px;
  }

/* Command Buttons */
.button
  {
  width: 20px;
  height: 20px;
  border: 0px solid;
  margin: 1px;
  padding: 0px;
  background: transparent;
  }
  
.buttonOver
  {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  margin: 0px;
  padding: 0px;
  }

/* Font Type and Size Drop Down */

.dropdown
  {
  background-color: #ffffff;
  border: 1px solid #333333;
  height: 140px;
  overflow: auto;
  padding: 1px;
  }

button.mouseOver
  {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 3px;
  cursor: default;
  text-align: left;
  }
  
button.mouseOut
  {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px;
  cursor: default;
  text-align: left;
  }

/* CREATE TABLE POPUP */

/* Select Border Width/Type */

.on
  {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 6px;
  width: 140px;
  cursor: default;
  height: 5px;
  }
  
.off
  {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 6px;
  width: 140px;
  cursor: default;
  height: 5px;
  }

/* Select Shading/Border Color */

.selectColorTable
  {
  border: 1px solid #7e7e81;
  background-color: #f7f7f7;
  padding: 1px;
  }
  
.selectColorBorder
  {
  border: 1px solid #f7f7f7;
  }
  
.selectColorOn
  {
  border: 1px solid #999999;
  background-color: #cccccc;
  }
  
.selectColorOff
  {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  }
  
.selectColorBox
  {
  border: 1px solid #ffffff;
  font-size: 1px;
  height: 13px;
  width: 13px;
  }
  
