body {
	margin: 0;
	padding: 0;
	background: #BE66CA url(images/img04.gif) repeat-x;
}

body, th, td, input, textarea {
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: .8em;
	color: #333;
}
input, textarea {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: .8em;
	color: #333;
}

p, ol, ul {
	line-height: 170%;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	position:relative;
	width: 960px;
	height: 110px;
	margin: 0 auto;
}

#logo {
	float: left;
	height: 110px;
	margin-left: 10px;
	background: url(images/img01.gif) no-repeat left center;
}

#logo h1, #logo p {
	line-height: 1.8em;
}

#logo h1 {
	margin: 0;
	padding: 10px 0 0 85px;
	font-size: 3.5em;
	font-weight: normal;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-style: italic;
	color: #D44A8E;
	line-height: 1.4em;
}

#logo h1 a {
	color: #D44A8E;
	text-decoration: none;
}
#logo h1 a:hover {
	color: #D44A8E;
	text-decoration: underline;
}

#logo p {
	margin: -10px 0 0 2px;
	padding: 0 0 0 85px;
	color: #0f63ef;
	font-size: 1.25em;
	font-family: Georgia, Palatino, "Times New Roman", serif;
}

#search {
	position: absolute;
	width: 230px;
	right: 0px;
	margin: 123px 0 auto auto;
	vertical-align: middle;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #q, #search #x {
	float: left;
	vertical-align: middle;
}

#search #q {
	width: 138px;
	margin: 2px 6px 0 0;
	padding: 2px 5px;
	background: url(images/img02.gif) repeat-x;
	border: 1px solid #974A8E;
}

#search #x {
	width: 67px;
	height: 28px;
	padding: 0;
	background: transparent url(images/img03.gif) no-repeat;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
}
/* breadcrumbs */
.breadcrumbs {
	font-size: .85em;
	padding: 1em;
}


/* Menu */

#menu {
	width: 962px;
	height: 50px;
	margin: 0 auto;
}

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

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 38px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	color: #636;
}

#menu a:hover {
	text-decoration: underline;
	color: #000;
}

#menu .current, #menu .active {
	background: url(images/img05.gif) no-repeat;
}

#menu .current a, #menu .active a {
	background: url(images/img06.gif) no-repeat right top;
	font-weight: bold;
}

/* Page */

#page {
	width: 962px;
	margin: 0 auto;
	background: #FFFFFF url(images/img07.gif) repeat-y;
}

/* Content */

#content-box {
	float: right;
	width: 700px;
	padding: 11px 11px 0 5px;
	background: url(images/img09.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#content-box a {
	color: #0f63ef;
}
#content-box a:visited {
	color: #0F4689;
}
#content {
	padding: 0 1em;
}
#content .perex{
	padding: 1em;
	background: #eef8ff;
	color: #0c4f88;
	font-size: 1.1em;
}
#content p {
	margin: 0 0 1em 0;
	padding: 0;
}
#content strong {
	color: black;
	font-weight: bold;
}
#content h2 {
	font-weight: normal;
	color: #457000;
	margin: 1.8em 0 .1em 0;
	padding: 0 0 .1em 0 !important;
	font-size: 1.55em;
	font-family: Palatino, Geneva, "Times New Roman" sans-serif;
	background: transparent url(images/h-line.gif) bottom repeat-x;
}

#content h3 {
	font-weight: normal;
	color: #608cd8;
	margin: 1.8em 0 .1em 0;
	padding: 0 0 .1em 0 !important;
	font-size: 1.55em;
	font-family: Palatino, Geneva, "Times New Roman" sans-serif;
	background: transparent url(images/h-line.gif) bottom repeat-x;
}

.pagetitle {
	height: 35px;
	margin: 0 0 1em 0;
	padding: 7px 0 10px 0;
	/*background: url(images/img13.gif) no-repeat;*/
	font-size: 2.6em;
	color: #201C9C;
	border-bottom: #9CC6FF 1px solid;
	font-weight: normal;
	font-family: Palatino, Geneva, "Times New Roman" sans-serif;
}

#content ul,#content ol, #content dl {
	padding: 0;
	margin: 0 0 .5em 0;
}

#content ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 .5em 1.5em;
	background: transparent url(images/img14.gif) left 20% no-repeat;
}

/*  */
.item_images {
	float:left;
	width: 300px;
	background: white;
	padding: 0 1em 1em 0;
}

.category_item {
	float: left;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 2em;
	font-size: .85em;
	
}
.category_item img{
	border: none;
}
.text_item {
	color: white;
	background: #6A90DC;
	padding: 5px;
}
.text_item a{
	color: white !important;
	text-decoration: none;
}
.text_item a:hover{
	color: white !important;
	text-decoration: underline;
}
/*  */

.hr {
	border-top: 1px solid #9CC6FF;
	margin: 1em;
	clear: both;
}

.left49, .right49 {
	font-size: .85em;
	padding: 0 1em;
}
.left49 p, .right49 p{
	margin: 0;
	padding: 0;
}
.right49 {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	padding: 11px 5px 0 11px;
	background: url(images/img08.gif) no-repeat;
}

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

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 10px 15px;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img12.gif) no-repeat left .6em;
}

#sidebar h2 {
	height: 32px;
	margin: 0;
	padding: 9px 0 0 15px;
	background: url(images/img11.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
	font-weight: normal;
}

#sidebar a {
	text-decoration: none;
	color: #0065FF;
}

#sidebar a:hover {	
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 962px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img10.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}


/* Statistiky */

#statistiky {
	width: 1px;
	height: 1px;
	overflow: hidden;

}


/* ------------------------ Banner ----------------------------*/
/*
#banner-content-vert {
	float: left;
	padding: 0 1.5em 1em 0;
	background: white;
	margin-top: -2em;
}
*/
#banner-vert-left {
	text-align: center;
}
#banner-bottom {
	clear: left;
}
#banner-bottom h2 {
	font: normal normal .9em Tahoma, Arial, sans-serif;
	background: none !important;
	text-align: right;
}
#content #banner-bottom a {
	color: #4E6CE4;
}
#banner-bottom h3 {
	font: normal normal 1.3em Tahoma, Arial, sans-serif;
	background: none !important;
	color: #4E6CE4;
}

#banner-top {
	position: absolute;
	top: 35px;
	right: 0px;
}


/* accessibility */

/*
menu links accesskeys
*/
span.accesskey {
   text-decoration:none;
}

/*
accessibility divs are hidden by default
text, screenreaders and such will show these
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/*
definition tags are also hidden
these are also used for menu links
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/*
Set the last 0 to -100px to use that part of the external.gif image for different color for active links
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0;
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0;
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/*
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block;
		width: 100%;
	}

	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */

