/* tagy */

* {
	margin: 0;
	padding: 0;
}
body {
	background:url(../images/bckg.png) repeat-y top;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
blockquote, pre, .pre {
	padding: 5px;
	overflow: auto;
	width: 90%;
	line-height: 140%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #063;
}
p, pre, blockquote, table {
	margin: 5px 0 15px 0;
}
p, pre, blockquote, table td, ul li, ol li {
	line-height: 170%;
}
ul, ol {
	margin: 5px 0 15px 25px;
}
h2, h3, h4 {
	margin: 15px 0 5px 0;
	color: #e2011a;
	font-weight: normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:0.08em;
}
h1 {
	font-size: 26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	color: #e2011a;
	font-weight: bolder;
}
h2 {
	font-size: 19px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
}
input, textarea, select {
	background-color: #FFDFE0;
	color: #000;
	border: 1px solid #333333;
}
/* Header */

#wrapper {
}
#header {
	width: 950px;
	height: 180px;
	background:url("../images/header.png");
	margin: 0 auto;
}
/* obsah headeru */



#header-nadpis {
	float:left;
	width: 630px;
	height:140px;
	clear:both
}
#logo a {
	width: 630px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background: url("../images/logo.png") top left no-repeat;
	display:block;
}
#logo a span {
	display:none;
}
#header p {
	padding-top:0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0.03em;
	font-size: 12px;
	color: #000000;
	margin:0px;
	text-indent:20px
}
#hledani {
	float:left;
	height:140px;
	width:250px;
	margin-left:35px
}
/* levy sloupec + logo */

#levy {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float:right;
	margin-left:26px;
	height: 128px;
	width: 400px;
}
#logo h1, #logo p {
	float: left;
	color: #006600;
}
#logo h1 {
	height: 20px;
	padding: 2px 0 0 50px;
	font-size: 24px;
	font-weight:bold;
	letter-spacing:0.4em;
	font-family: "Arial Black", Tahoma, Verdana, sans-serif
}
#logo p {
	margin: 0 0 0 -280px;
	padding: 105px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}
#logo a {
	text-decoration: none;
	color: #336600;
	font-weight: bold;
}
/* pravy sloupec - users + search */

#pravy {
	height:128px;
	width:340px;
	float:left
}
#search {
	width: 240px;
	height: 35px;
	background: #FFFFFF url("../images/lupa.gif") no-repeat;
	margin:37px 0 0 0px;
	border: 1px solid #000000;
}
#search #x {
	display: none;
}
#search #s {
	padding: 10px 5px 5px 40px;
	width: 180px;
	height: auto;
	background: none;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000;
	border:none;
}
#search br {
	display: none;
}
#date {
	width: 300px;
	height: 25px;
	margin:10px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0.06em;
	text-align:left;
	color:#FFF
}
/* Menu */

#submenu {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	float:left;
	background: url("../images/submenu.png") repeat-x;
}
#submenu ul {
	margin: 0 0 0 7px;
	padding: 0;
	list-style: none;
}
#submenu li {
	display: inline;
	text-transform: uppercase;
}
#submenu a {
	display: block;
	float: left;
	padding: 4px 5px 0 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00C;
	margin-top:5px;
	margin-left:10px;
	text-align:center;
	color:#FFFFFF;
	letter-spacing:0.02em
}
#submenu li a {
	width:160px;
	height:21px;
	color: #00C;
	background-image: url("../images/menu_a.gif");
	text-decoration:none
}
#submenu li:hover a:hover {
	background-image: url("../images/menu_b.gif");
	color: #0000FF;
	text-decoration:none
}
#submenu a:hover, #submenu .act {
	color: #000;
}
/* Page */

#bckgpage {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bckgpage.gif) top repeat-y;
}
#page {
	width: 910px;
	margin: 0 auto;
	padding: 10px 0;
	background:url(../images/page.png) repeat-y left
}
/* Content */

#content {
	float: right;
	width: 715px;
	overflow: hidden;
}
#content-pad {
	margin-bottom: 50px;
	padding-right: 1px;
}
#banner {
	text-align:center
}
#banner ul {
	list-style-position: inside;
	list-style-type: none;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	overflow: hidden;
	background:#ffed00
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 10px;
}
#sidebar li ul {
	padding: 3px 3px;
	line-height: 200%;
}
#sidebar li li {
	margin: 0;
	margin:2px 0 2px 0;
	padding:2px 0 2px 25px;
	background: url(../images/sidebar-li-li.png)
}
#sidebar h2 {
	width: 165px;
	height: 28px;
	padding: 3px 0 0 15px;
	font-size: 0.9em;
	font-weight:bolder;
	color: #fff;
	text-indent:0px;
	background: #FFF url(../images/img05.gif) bottom no-repeat;
	margin-top:3px;
	padding-top:5px;
}
/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/img11.gif) repeat-x;
}
#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
}
#wysiwygtarget textarea {
	font-size:13px
}

