/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */
.styl1 {
	color: #FF0000;
	font-weight: bold;
}
.styl2 {
	color: #0000CC;
	font-weight: bold;
}
.styl3 {
	color: #CC0000;
	font-weight: bold;
}
#zaklad {
	padding: 0px;
	margin: 0px 100px 0px;
	width:770px;
}
body {
	background: #6E6E6E;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}
/* Header */

#header {
	width: 600px;
	height: 250px;
	margin: 0px auto;
	background: url(images/security.jpg);
}

#header h1 {
	margin: 0px;
	padding: 40px 0 0 320px;
	font-size: 52px;
	font-style: italic;
}

#header h2 {
	margin: 0;
	padding: 0 0 0 320px;
	font-size: 20px;
	font-style: italic;
	color: #666666;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 600px;
	height: 52px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 20px;
	letter-spacing: -2px;
	background: url(images/img4.jpg) no-repeat;
}

#menu .last a {
	background: url(images/img5.jpg) no-repeat;
}

#menu a:hover {
	color:#FFFFFF;
}

/* Content */

#content {
	background: #FFFFFF;
	width: 580px;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	font-size:13px;
}

#content ul {
	margin: 0px;
	padding: 0px;
	list-style-position:inside;
}

#content li {
	list-style-image: url(images/sipka.gif);
	font-size:13px;
}

.obec {
	background-color: #DDEEEE;
}

#content a{
	color: #173E68;
	text-decoration: underline;
	font-weight: bold;
	font-size:13px;
}

#content a:hover{
	text-decoration: none;
}

a.let{
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}

.page{
	background-color: #DDEEEE;
	padding:5px;
}

#content h1 {
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	padding: 5px 0px 5px 5px;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
	border-bottom: 1px #173E68 dashed;
}

.nadpis {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 16px;
	color: #173E68;
	margin-top: 0px;
	font-weight:bold;
}

#content h3 {
	color: #6C6C6C;
}
/* Footer */

#footer {
	width: auto;
	margin: 0px auto;
	padding: 0px;
	height: 60px;
	background-color:#DDDDDD;
	color:#666666;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #888888;
}

.blok{
	border-bottom:1px #173E68 dashed;
	margin-bottom:20px;
	padding-bottom:20px;
}

#f1 {
	padding-top:5px;
	padding-bottom:5px;
}