@charset "utf-8";


/* Základní style odkazů */
a:link, a:active, a:visited, a:hover {
	color: #310712;
	text-decoration: underline;
}
a:hover {
	color: #310712;
	text-decoration: none;
}

a.nounderline:link, a.nounderline:active, a.nounderline:visited, a.nounderline:hover {
	color: #310712;
	text-decoration: none;
}
a.nounderline:hover {
	color: #310712;
	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: #310712;
	text-decoration: underline;
}
a.navigation:hover {
	color: #310712;
	text-decoration: none;
}
/* End Základní styly odkazů */

.alert-div {
	padding: 10px; border: 1px solid #E1968A; background-color: #EAB7AD; background-image: url('/admin/gr/icons/alert-background.gif');
}
.pass-div {
	padding: 10px; border: 1px solid #C7D39A; background-color: #D7E0B8; background-image: url('/admin/gr/icons/pass-background.gif');
}
.proc-div {
	padding: 10px; border: 1px solid #E1C38A; background-color: #FFCC66; background-image: url('/admin/gr/icons/proc-background.gif');
}

/* Základní nastavení elementů*/
ul {
	margin: 0px;
	padding: 0px;
	line-height: 150%;
	font-size: 0.75em;
	font-family: arial, Tahoma, Helvetica, sans-serif;
	list-style: none;
}
ul ul {
	list-style: none;
	padding-left: 20px;
	font-size: 0.95em;
	font-family: arial, Tahoma, Helvetica, sans-serif;
}
#main-menu ul li, #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, #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, #menu a {
	color: #333333;
	text-decoration: none;
}
#main-menu a:hover, #menu a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

img {
	border: 0px;
}

div {
	margin: auto;
}

hr {
	color: #000000;
	height: 1px;
}

h1, h2, h3, h4, h5, h6 {
	color: #310712;
	font-family: arial, Tahoma, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	clear: both;
	font-weight: normal;
}

h1, h2 {
	padding-top: 0px;
	padding-bottom: 5px;
	
	font-size: 16px;
	color: #310712;
	font-weight: bold;
}
h2 {
	padding-top: 15px;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.0em;
	color: #310712;
	font-weight: bold;
}
h4 {
	color: #310712;;
	font-size: 0.90em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
}
h6 {
	font-size: 0.75em;
	font-weight: bold;
}

p {
	color: #310712;
	font-family: arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0px;
	line-height: 180%;
}

form {
	margin: 0px;
}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
}

select {
	font-size: 12px;
}
/* End Základní nastavení elementů*/


/* Rozšířené styly běžné pro každý web*/
p input {
	font-size: 12px;
}

p textarea {
	font-size: 1em;
}

p select {
	font-size: 0.95em;
}

p.article {
	text-indent: 20px;
	text-align: justify;
	line-height: 180%;
	margin-bottom: 5px;
	color: #310712;
}


p.small {
	font-size: 11px;
}
p.small2 {
	font-size: 10px;
}
p.legend {
	color: Gray;
	font-size: 11px;
	font-family: arial, Tahoma, Helvetica, sans-serif;
}