/* 	sadrokarton-bradler.com - style.css
	-----------------------------------
	Author: pbs8 WEBDESIGN
	E-mail: info@pbs8.com
	URL:    http://www.pbs8.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 780px;
	color: #306caa;
	background: #fff;
	margin: 20px auto;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;	
	text-align: center;
}

#celek {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

h1 {
	font-size: 1.4em;
	width: 780px;
	height: 56px;
	position: relative;
}

h1 span {
	width: 780px;
	height: 56px;
	background: #fff url('../img/logo.jpg') top left no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index:1;	
}
/* -- zaklad -- */
h2 {
	background: url('../img/h2.jpg') center left no-repeat;
	padding-left: 20px;
	font-size: 1.3em;
	margin-bottom: 1em;
}

p {
	text-indent: 1em;
	padding-bottom: 1em;
}


a {
	text-decoration: underline;
	color: #008500;
}

a:hover {
	background: #008500;
	color: #fff;
}

a img {
	border: none;
}
/* -- menu -- */
#menu {
	background: url('../img/nav3.jpg') top left repeat-x;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #dadada;
	margin: 15px 0;
}

#menu a.tlacitko, #menu a.tlacitko_akt {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #306caa;
	border-right: 1px solid #dadada;
	font-variant: small-caps;
}

*html #menu a.tlacitko, * html #menu a.tlacitko_akt { font-size: 13px; }

#menu a.tlacitko:hover, #menu a.tlacitko_akt {
	background: url('../img/nav2.jpg') left bottom repeat-x;
	border-right: 1px solid #9dbf2a;
}
/* -- sloupce -- */
#left {
	width: 570px;
	float: left;
	text-align: justify;
	border-right: 1px dotted #9dbf2a;
	padding: 0 10px;
}

*html #left { width: 590px; }

#right {
	margin-left: 590px;
	padding-left: 10px;
	font-size: 0.9em;
}

#paticka {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 0.8em;
	text-align: right;
	margin: 10px 0;
	background: url('../img/nav3.jpg') top left repeat-x;
}
/* -- doplnky -- */
strong { color: #008500; }
.hidden { display: none; }
.spacer { clear:both; width: 100%; height: 1px; font-size: 1px; background: transparent; }
.notextindent { text-indent: 0; }

#znacka_grey a, #znacka_grey a:hover { color: #666; text-decoration: none; background: none; }
#znacka_orange { color: #FF6600; }

.fl-left { float: left; margin: 0 5px 5px 0; }