@charset "utf-8";

/* Základní style odkazů */
a:link, a:active, a:visited, a:hover {
	color: #c12204;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a.nounderline:link, a.nounderline:active, a.nounderline:visited, a.nounderline:hover {
	color: #666666;
	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ů*/
body {
	margin: 0px;
	background-color: #FFFFFF;
}

img {
	border: 0px;
}

div {
	margin: auto;
}

hr {
	color: #000000;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	clear: both;
}

p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	margin: 0px;
}

form {
	margin: 0px;
}

input {
	font-size: 0.75em;
}

textarea {
	font-size: 0.75em;
	font-family: Arial;
}

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-indent: 20px;
	text-align: justify;
	line-height: 140%;
	margin-bottom: 5px;
}

p.small {
	font-size: 0.7em;
}
p.small2 {
	font-size: 0.6em;
}
p .legend {
	color: Gray;
	font-size: 0.8em;
	font-family: Tahoma, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
	color: #008FC3;
	font-weight: normal;
	padding-bottom: 3px;
}
h2 {
	color: #008FC3;
	font-size: 1.1em;
	font-weight: normal;
}
h3 {
	font-weight: normal;
}
h4 {
	font-size: 0.75em;
}
h5 {
	font-size: 0.75em;
}
h6 {
	font-size: 0.7em;
}

.clear-1px {
	clear: both;
	font-size: 1px;
}
.clear-10px {
	clear: both;
	font-size: 10px;
}
/* End styly*/

/* Další běžné styly*/
#body {
	background: url('/images/gr/body-background.jpg') left top repeat-x;
}
#body-div {
	text-align: center;
}
#main {
	width: 850px;
	text-align: left;
	background: url('/images/gr/main-background.gif') left top repeat-y;
}
#main-content {
	background: url('/images/gr/content-background.jpg') right bottom no-repeat;
}
#main-content2 {
	background: url('/images/gr/content-background2.jpg') right bottom no-repeat;
}
	/* Specifické styly*/


/*main*/

.left-menu {
	margin-bottom: 10px;
}
.left-menu ul {
	padding: 0px 0px 5px 4px;
	margin: 0px;
	list-style: none;
	line-height: 17px;
}
.left-menu ul li {
	background: url('/images/gr/vmenu-odrazka.gif') no-repeat left top;
	padding-left: 8px;
	margin: 0px;
	
	font-size: 11px;
	font-family: Tahoma;
	
}

.hmenu-separator {
	background: none! important;
	padding-left: 0px! important;
	margin-left: 5px! important;
}
#header {
	background: url('/images/gr/body-background.jpg') left top repeat-x;
	height: 31px;
}
#top {
	height: 107px;
}
#top-titulek {
	width: 730px;
	float: left;
	height: 107px;
}
#top-kosik-cz {
	width: 120px;
	float: left;
	height: 107px;
	background: url('/images/gr/top-kosik-cz.jpg');
}
#top-kosik-gb {
	width: 120px;
	float: left;
	height: 107px;
	background: url('/images/gr/top-kosik-gb.jpg');
}
#left {
	background: url('/images/gr/menu-background.gif') left top repeat-y;
	width: 175px;
	float: left;
}
#content {
	width: 675px;
	float: left;
}

#hledani {
	height: 30px;
	clear: both;
	text-align: right;
	padding: 3px 4px 0px 0px;	
	background: url('/images/gr/hledani-background.gif') left top repeat-x;
}

/*bottom*/
#bottom {
	clear: both;
}

/*další*/

/* End Další běžné styly*/

@media print {
	.no_print {
		display: none;
	}
}
