@charset "utf-8";


/* Základní style odkazů */
a:link, a:active, a:visited, a:hover {
	color: #0057BF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a.nounderline:link, a.nounderline:active, a.nounderline:visited, a.nounderline:hover {
	color: #003366;
	text-decoration: none;
}
a.nounderline:hover {
	color: #000000;
	text-decoration: underline;
}

a.invert:link, a.invert:active, a.invert:visited, a.invert:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.invert:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.navigation:link, a.navigation:active, a.navigation:visited, a.navigation:hover {
	color: #666666;
	text-decoration: underline;
}
a.navigation:hover {
	color: #000000;
	text-decoration: none;
}
/* End Základní styly odkazů */


/* Základní nastavení elementů*/
ul {
	margin: 0px 0 0 5px;
	padding: 0px;
	line-height: 170%;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	list-style-image: url('/images/gr/arrow2.gif');
	list-style-position: inside;
}
ul ul {
	padding-left: 10px;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
}

* a {
	outline: none;
}

* html li {
margin: 0;
padding: 0;
}

*ul {list-style-position: outside;margin: 0 0 0 10px; }

/*
#main-menu ul li, #content-mapa-webu ul li {
	padding-left: 10px;
	background: url('/images/gr/menu-odrazka.gif') left top no-repeat;
}
#main-menu ul li li, #content-mapa-webu ul li li {
	padding-left: 10px;
	background: none;
	color: #999999;
	background: url('/images/gr/menu-odrazka2.gif') left top no-repeat;
}

#main-menu a {
	color: #333333;
	text-decoration: none;
}
#main-menu a:hover {
	color: #000000;
	text-decoration: underline;
}
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}

img {
	border: 0px;
}

div {
	margin: auto;
}

hr {
	color: #000000;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #E4F4CE;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#middle-center h2 {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #999999;
	font-size: 18px;
}

h1, h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	
	font-size: 1.13em;
	color: #E4F4CE;
}
#container-news h2, #container-akcni h2 {
	margin: 0;
}
.news h3, .news h3 a{
	font-size: 12px;
	font-weight: normal;
	color: #E4F4CE !important;
	margin: 0 0 5px 0;
	text-align: left;
}
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #E4F4CE;
	font-weight: bold;
}
h4 {
	color: #003366;;
	font-size: 0.9em;
	font-weight: bold;
}
.a_nabidka h4, .a_nabidka h4 a {
	font-size: 17px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	color: #498A3C !important;
	margin: 0 0 10px 0;
	text-align: left;
}
h5, h6 {
	font-size: 0.9em;
	font-weight: bold;
}

p {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px; 
	margin: 5px 0 5px 0;
}
form {
	margin: 0px;
}

input {
	font-size: 0.75em;
}

textarea {
	font-size: 0.75em;
	font-family: Tahoma, Helvetica, sans-serif;
}

select {
	font-size: 0.75em;
}
/* End Základní nastavení elementů*/


/* Rozšířené styly běžné pro každý web*/
p input {
	font-size: 0.95em;
}

p textarea {
	font-size: 1em;
}

p select {
	font-size: 0.95em;
}

p.article {
	text-align: justify;
	line-height: 170%;
	margin-bottom: 5px;
	color: #E8E8E8;
	font-size: 11px;
}

p.small {
	font-size: 11px;
}
p.small2 {
	font-size: 0.6em;
}
p.legend {
	color: silver;
	font-size: 0.70em;
	font-family: Tahoma, Helvetica, sans-serif;
}

a img, img {
	border: none !important;
}

.pagination, .pagination-active { /* stránkování pagination()*/
	background: #666666;
	color: #FFFFFF!important;
	padding: 2px 5px!important;
	text-decoration: none!important;
	font-family: Verdana!important;
}
.pagination-active {
	background: #000000!important;
}
.pagination:hover {
	background: #000000;
}
