* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

body {
	background: #222 url(img/body.jpg) repeat center;
	color: #ccc;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: small;
}

#obsah {
	width: 760px;
	margin: 25px auto;
	font-size: 85%;
}

#header {
	background: #000 url(img/header.jpg) no-repeat center;
	width: 100%;
	height: 152px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 1px 0;
}

#header h1 a {
	display: block;
	width: 760px;
	height: 201px;
	background: transparent;
	margin: 5px auto;
}

#header h1 a span {
	display: none;
}

br.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	display: block;
}

#krabice1, #krabice2, #krabice3 {
	float: left;
}

#krabice1 a {
	display: block;
	width: 222px;
	height: 167px;
	margin: 0 30px;
	background: transparent url(img/krabice1.jpg) no-repeat;
}

#krabice2 a {
	display: block;
	width: 139px;
	height: 158px;
	margin: 0 30px;
	background: transparent url(img/krabice2.jpg) no-repeat;
}

#krabice3 a {
	display: block;
	width: 193px;
	height: 163px;
	margin: 0 30px;
	background: transparent url(img/krabice3.jpg) no-repeat;
}

#krabice1small a {
	display: block;
	width: 130px;
	height: 98px;
	background: transparent url(img/krabice1small.jpg) no-repeat;
}

#krabice2small a {
	display: block;
	width: 130px;
	height: 145px;
	background: transparent url(img/krabice2small.jpg) no-repeat;
}

#krabice3small a {
	display: block;
	width: 130px;
	height: 110px;
	background: transparent url(img/krabice3small.jpg) no-repeat;
	position: relative;
	left: 7px;
}

#sider-left-bug {
	float: left;
}

#sider-left {
	background: transparent;
	width: 138px;
}

#sider-right-bug {
	float: left;
}

#sider-right {
	background: transparent;
	width: 137px;
}

#stranka-bug {
	float: left;
}

#stranka {
	width: 485px;
	background: transparent url(img/stranka.jpg) repeat-y;
	color: #222;
}

#stranka-top {
	width: 485px;
	background: transparent url(img/stranka-top.jpg) no-repeat top;
}

#stranka-bottom {
	width: 485px;
	background: transparent url(img/stranka-bottom.jpg) no-repeat bottom;
}

#stranka-in {
	min-height: 400px;
	_height: 400px;
	padding: 40px 40px 30px 50px;
}

.box {
	text-align: right;
	margin-bottom: 10px;
	clear: both;
}

#strankovani {
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0;
	clear: both;
}

#strankovani a {
	text-decoration: none;
	font-weight: bold;
	padding: 1px;
}

#strankovani ul {
	list-style: none;
	display: inline;
	padding: 0;
}

#strankovani ul li {
	display: inline;
	padding: 1px;
}

#strankovani ul li.small {
	font-size: 70%;
	font-weight: normal;
}

#foot {
	width: 760px;
	text-align: center;
	clear: both;
	font-size: 100%;
}

#foot p {
	padding: 10px;
}

a {
	color: #c00;
}

a:hover  {
	color: #900;
}

h2 {
	font-size: 160%;
	font-weight: normal;
	padding: 0.3em 0 0.5em 0;
	line-height: 1.3em;
	color: #c00;
}

h2 a {
	color: #c00;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3em;
	color: #c00;
	padding: 0.3em 0 0 0;
}

h5 {
	font-weight: normal;
	font-size: 85%;
	padding-bottom: 5px;
}

p {
	padding: 0.7em 0 0.7em 0;
	line-height: 1.6em;
}

#stranka ul {
	padding: 8px 0 8px 25px;
	list-style: circle;
	line-height: 1.6em;
	font-size: 85%;
}

#stranka ol {
	padding: 8px 0 8px 25px;
	list-style: decimal;
	line-height: 1.6em;
	font-size: 85%;
}

#stranka hr {
	clear: both;
	height: 0;
	border: none;
	border-bottom: 1px solid #999;
	margin: 20px 0;
}

.akce {
	margin-bottom: 15px;
	clear: both;
}

.clanek {
	clear: both;
	margin-bottom: 10px;
}

.right {
	text-align: right;
}

.datum {
	font-weight: bold;
}

.datum-forum {
	font-size: 85%;
	font-weight: normal;
}

.brouk {
	float: right;
}

.brouk img {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
}

.odkaz {
	color: #c00;
	text-decoration: underline;
	cursor: pointer;
}

/************************** img *********************************/

#stranka img {
	background: #333;
	padding: 5px;
	border: 1px solid #800;
	margin: 7px 0;
}

#stranka a:hover img {
	border: 1px solid #c33;
}

.figure, .figure-left, .figure-right {
	background: #eee;
	border: 1px solid #69c;
	text-align: center;
	padding: 5px;
	margin: 5px 0;
}

.figure img, .figure-left img, .figure-right img {
	border: 0;
	padding: 0;
	margin: 0;
}

.figure-left, #stranka img.left {
	float: left;
	margin-right: 10px;
}

.figure-right, #stranka img.right {
	float: right;
	margin-left: 10px;
}

.figure p, .figure-left p, .figure-right p {
	text-align: center;
	color: #666;
	padding:  0 3px;
}

#stranka img.emoticons {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

img.fotogalerie {
	float: left;
	padding: 5px!important;
	margin: 0px 8px 8px 0!important;
}

/************************** table *********************************/

table {
	line-height: 1.4em;
	margin: 8px 0px;
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
	padding: 2px 8px;
	border: 1px solid #c60;
}

th {
	background: #c93;
	color: #333;
}

td {
	background: #333;
	color: #ccc;
}

table p {
	padding: 0;
}

/************************** form *********************************/

input, textarea {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;
}

form {
	padding: 0;
	margin: 10px 0;
}

fieldset {
	border: 1px solid #333;
	padding: 7px 11px;
	width: 370px;
}

legend {
	padding: 1px 5px 2px 5px;
	color: #333;
	background: transparent;
}

label {
	font-weight: bold;
	font-size: 90%;
}

input, select {
	margin: 6px 0;
}

textarea {
	width: 365px;
}

input.button {
	padding: .3em .7em;
	cursor: pointer;
}

form table {
	border: 0;
	margin: 0;
}

form th {
	padding: 0 6px 0 0;
	text-align: left;
	vertical-align: middle;
	color: #333;
	background: transparent;
	border: 0;
}

form td {
	border: 0;
	padding: 0;
	color: #333;
	background: transparent;
}

form th.label-right {
	text-align: right;
}

input, label {
	vertical-align: middle;
}

/* prevents IE stretched button bug on WinXP  */
input.button {
  width: 0;
  overflow: visible;
}
input.button[class] { width: auto }

.bad {
	color: #c33;
	border: 1px solid #c33;
	padding: 7px 10px;
	font-weight: bold;
}

.good {
	color: #360;
	border: 1px solid #360;
	padding: 7px 10px;
	font-weight: bold;
}
