/* CSS common */

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats 
.clear:after {
	clear: both;
}
.clear:before,
.clear:after {
	display: table;
	content: "";
}
*/

/***************** basic text elements ************************/

h1,
h2.h1 {
  font-family: Arial;
  font-size: 30px;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: normal;
}

  h1.hp { display: none; }

h2,
h3,
h4 {
  font-family: Arial;
  font-weight: normal;
}

h2 {
	font-size: 24px;
	color: #29abe2;
	margin: 0;
	padding: 8px 0 16px 0;
}

h3 {
	font-size: 20px;
	margin: 0;
	padding: 4px 0 8px 0;
}


h4 {
	font-size: 16px;
	padding: 4px 0 4px 0;
	margin: 0;	
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0 0 14px 0;
}

a {text-decoration: none; color: #57a1d3; cursor: pointer; }
a:hover{ text-decoration: underline; }
a img{border: 0;}

a, 
a:hover, 
a:visited, 
a:active {
  border:none;
  outline:none;
}

.hr_dotted {
  clear: both;
  background: url('../images/content-devider-full-horizontal.png') no-repeat left top;
  margin: 20px 0 0 0;
  padding: 0 0 1px 0;
  height: 1px;
}   


/***************** lists ************************/

ul{
  margin: 0 0 0 0;
  padding: 10px 0 10px 10px;
}
ul ul{
  margin: 2px 0 5px 15px;
}
ol{
  margin: 10px 0 10px 35px;
  padding: 0;
}
ul ol{
  margin: 2px 0 5px 35px;
}

ul li{
  list-style-type: none;
  padding: 3px 0 3px 15px;
}

ul li ul li{
  /*background: url("../images/common/bg_list_subitem.gif") no-repeat 0 6px;*/
  padding: 0 0 0 8px;
}

ol li{
  list-style-type: decimal;
  background: none;
  padding: 0;
}

/***************** forms ************************/

input {
  font-family: Arial, Verdana;
  font-size: 8.25pt;
}

textarea {
  font-family: Arial, Verdana;
  font-size: 8.25pt;
}

input.check{
  width: auto;
  border: 0;
}

input.radio{
  width: auto;
  border: 0;
}

input.button{
  width: auto;
  border: 0;
}


.clear {
	height: 0px;
	clear: both;
	font-size: 0pt;
	line-height: 0pt;
}

.highlight { background: yellow; }

/* moje */
.right {text-align: right !important;}
.left {text-align: left;}
.min {width: 1%; white-space: nowrap;}

.success-box {
	color: green;
	font-weight: bold;
	background-color: #dfd;
	padding: 1em;
	border: 2px solid #ada;
	margin: 1em 0;
}

.error-box {
	color: red;
	font-weight: bold;
	background-color: #fdd;
	padding: 1em;
	border: 2px solid #daa;
	margin: 1em 0;
}

table.padded th, table.padded td {
	padding: .2ex .7ex;
}

#motiv {
	line-height: 1.4em;
	font-size: 120%;
	background: url('../images/motiv_bg2.jpg') no-repeat right 40px;
}

#motiv .block {
	padding-right: 300px;
	margin-bottom: 3em;
}

#motiv h3 {
	margin-bottom: 1em;
	font-size: 160%;
	font-weight: bold;
}

#motiv span.link {
	color: #57a1d3;
}

#motiv span.motiv,
#motiv a.motiv {
	color: #ffa200;
	font-weight: bold;
}

