/* nadpisy */
H1 {
	font-size: 28px;
	font-family: sans-serif;
}

H2 {
	font-size: 16px;
	font-family: sans-serif;
}

H3 {
	font-size: 14px;
}

P.abstrakt {
	font-size: smaller;
	border-color: Blue;
}

DIV.jmenoAutora {
	font-size: smaller;
	color: rgb(128,128,128);
	text-align: right;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

DIV.autoriTymovyVyzkum {
	color: rgb(128,128,128);
	font-weight: bold;
	font-family: sans-serif;
	font-size: smaller;
}

DIV.odpoved {
	margin: 10px;
	border: 3px;
}

DIV.nazevOdkazu {
	font-weight: bold;
}

DIV.popisOdkazu {
	font-style: italic;
	font-size: smaller;
}

HR.citacniCara {
	width: 30%;
	text-align: left;
}

SPAN.citace {
  text-decoration: underline;
  color: Blue;	
  cursor: pointer;
}

/* styl tabulky s nadpise tematu */
TABLE.tabulkaTema {
	margin-top: 2px;
	margin-bottom: 5px;
	background-color: #C7C8CA;
	border-spacing: 5px;
	width: 100%;
}

a.menu {
	font-family: sans-serif;
	font-size: smaller;
}

/* vysvetlivka */
DIV.vysvetlivka {
	font-size: 12px;
	border: thin solid;
	background-color: rgb(230, 230, 230);
	vertical-align: center;
	margin: 5px;
}



/* zaobleny ramecek */
div.rounded {
	margin: 0 10%;
	background: #9BD1FA;
}
p.rounded {
	margin: 0 10px
}
b.rtop, b.rbottom {
	display:block;
	background: #FFF
}
b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #9BD1FA
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

