/* 
	basic colour scheme:
	red #DC1212
	darker blue #3F89C3
	lighter blue #4FA3E4
	green #89C139
	yellow #fc0
*/


* {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #fff;
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	border: 2px;
}

body {
	background: #fff url(/images/background.jpg) repeat-x top center;
	padding-bottom: 3em;
	text-align: center;
	font-size: 100%;
}

label {cursor:pointer;}

#container {
  width: 700px;
  _width: 700px;
  margin: 0 auto;
}

.cleaner {
  width: 100%;
  height: 0;
  clear: both;
  float: none;
  visibility: hidden;
  display: block;
  margin:0;
  padding:0;
  border:0;
  line-height: 0;
  font-size: 0;
}

div.header {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #aaa #aaa #ccc #aaa;
	padding: 5px 10px 5px 0;
	background-color: #999;
	margin: 0 auto 0 auto;
	border-style: solid;
	border-width: 1px;
	text-align: right;
	font-size: .6em;
	width: 100%;
	color: white;
	z-index: 10;
	position: relative;
}

div.footer {
	font-family: Arial, Helvetica, sans-serif;
	/*padding: .5em 1em .5em 0;*/
	padding: 5px 10px 5px 0;
	border: 1px solid #aaa;
	background-color: #eee;
	margin: 0 auto 0 auto;
	/*text-align: right;*/
	font-size: .6em;
	/*width: 68.95em;
	_width: 71.9em;*/
	width:auto;
	color: black;
	display: block;
	z-index: 10;
	position: relative;
}

div.footer span {
	background-color: #eee;
	font-size: 110%;
}

div.footer a {
	text-decoration: underline;
	background-color: #eee;
	color: black;
}

div.footer a:hover {
	text-decoration: none;
}

div.footer hr {
	display: none;
}

img.header-image {
	background: #fff url(/images/4405.jpg) no-repeat top center;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 auto;
	display: block;
	width: auto;
	font-size: 1em;
	height: 162px;
	z-index: 10;
	position: relative;
}

div.header-image a {
	background-color: transparent;
	font-size: 1em;
	display: block;
	/*height: 10em;*/
	/*width: 43.65em;*/
}

div.menu {
	background: #fff url(/images/menu.jpg) repeat-x top center;
	border-color: #aaa #aaa #ddd #aaa;
	border-width: 0 1px 2px 1px;
	padding: 8px 15px;
	margin: 0 auto 0 auto;
	border-style: solid;
	text-align: right;
	font-size: 1em;
	display: block;
	width: auto;
	z-index: 10;
	position: relative;
}

div.menu ul li {
	background-color: transparent;
	list-style-type: none;
	float: left;
}

div.menu ul li a {
	background-color: transparent;
	padding: 5px 10px;
	text-decoration: none;
	font-size: 1.2em;
	color: #dc1212;
	display: block;
}

div.menu ul li a:hover {
	border: 3px solid #CDE5F7;
	padding: 2px 7px;
	background-color: #fff;
	text-decoration: none;
	color: #3F89C3;
}

div.menu ul li a.selected {
	color: #3F89C3;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px 9px;
}

div.content {
	padding: 1em 1.5em 0em 1.5em;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 1em;
	display: block;
	width: auto;
	z-index: 10;
	position: relative;
}

h1 {
	background: transparent url(/images/paragraph.jpg) no-repeat .1em .2em;
	border-bottom: .2em solid #eee;
	padding-bottom: .4em;
	padding-left: 1.7em;
	margin-bottom: .8em;
	text-align: left;
	font-size: 1.7em;
	color: #89C139;
}

h2 {
	margin-bottom: .8em;
	font-size: 1.25em;
	line-height: 1.5em;
}

h3 {
	margin-bottom: .6em;
	font-weight: bold;
	font-size: 1em;
	color: #dc1212;
}

h3.question,
h3.answered-question {
	margin-bottom: 1em;
	margin-top: 2em;
}

h3.answered-question {
	color: #3F89C3;
}

h2 a, h3 a {
	text-decoration: underline;
	text-decoration/**/:/**/ none;
	border-bottom: .1em solid #3F89C3;
	color: #3F89C3;
}

h2 a:hover, h3 a:hover {
	border-bottom-color: white;
	background-position: 0 0;
	color: #dc1212;
	text-decoration: none;
}

h4 {
	border-bottom: .3em solid #eee;
	margin-bottom: 2em;
	color: #89C139;
}

p {
	text-align: justify;
	margin-bottom: 3em;
	line-height: 1.6em;
	text-indent: 2em;
	color: #333;
}

div.clanok {
	margin-bottom: 2em;
	display: block;
}

div.clanok ul {
	padding: 0.6em 0 0.6em 3em;
}

div.clanok ul li {
	padding-bottom: 0.4em;
	color: #333;
}

div.clanok p {
	margin-bottom: 0.3em;
}

div.clanok table {
	width: 80%;
	margin: 1.5em auto 1.5em auto;
	border: 0.15em solid #333;
	color: #333;
}

div.clanok table th {
	background-color: #ddd;
}

div.clanok table td.header {
	background-color: #eee;
}

div.clanok table td,
div.clanok table th {
	text-align: center;
	vertical-align: middle;
	padding: 0.3em;
}

div.clanok table td.ontheleft {
	text-align: left;
	padding-left: 0.5em;
}


.zoznam {
	margin-bottom: 1em;
	display: block;
	color: #555;
}

.zoznam h2 {
  color: #3F89C3;
}

.zoznam ul {
  font-size: 1.2em;
	padding: 0.6em 0 2em 3em;
}

.zoznam ul li {
	padding-bottom: 0.4em;
}

.zoznam ul li a {
  color: #444;
 /* font-weight: bold;*/
  text-decoration: underline;
}

.zoznam ul li a:hover {
  color: #dc1212;
  text-decoration: none;
}

p.definicia {
	padding-left: 1.6em;
	margin-bottom: 2em;
	text-indent: 0;
}

p a, div.clanok a {
/*	border-bottom: .05em solid #333;*/
	text-decoration: underline;
/*	font-weight: bold;*/
/*	padding-right: .2em;
	padding-left: .2em;*/
	color: #3F89C3;
}

p a:hover, div.clanok a:hover {
/*	background-color: #fc0;*/
	text-decoration: none;
/*	padding-right: .2em;
	padding-left: .2em;*/
	border-bottom: 0;
	color: black;
	margin: 0;
}

p span {
	font-style: oblique;
	margin-top: .3em;
	font-size: .75em;
	float: right;
	color: #888;
}

p.question {
	margin-bottom: .5em;
	padding-left: 2em;
	text-align: left;
}

p.answered-question {
	margin-bottom: .5em;
	padding-left: 1em;
}

p.question input {
	margin-right: 1em;
}

p span.correct {
	color: #89C139;
}

p span.incorrect {
	color: #dc1212;
}

p span.correct,
p span.incorrect {
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	float: none;
	margin: 0;
}

div.parse {
	border-top: .3em solid #eee;
	padding-bottom: 2em;
	text-align: center;
	margin-top: 2.5em;
	padding-top: 1em;
}

div.parse input {
	border-color: #eef #666 #444 #eef;
	background-color: #89C139;
	border-style: solid;
	border-width: .1em;
	font-weight: bold;
	margin-top: 1em;
	font-size: 1em;
	cursor: pointer;
	cursor: hand;
	color: White;
	width: 10em;
	height: 2em;
}

div.parse span {
	font-weight: bold;
	padding: .2em;
	color: #B22;
}


table.test-result {
	width: 80%;
	border: .15em solid #ddd;
	margin: 0 auto 3em auto;
}

table.test-result td {
	background-color: #f5f5f5;
	padding: .5em;
}

table.test-result td.title {
	color: #3F89C3;
	font-weight: bold;
	text-align: left;
}

table.test-result td.value {
	color: #DC1212;
	font-weight: bold;
	text-align: center;
	width: 6em;
}

div.adv {
	margin-top: 3em;
	border-top: .3em solid #eee;
	padding:1.5em 0;
	text-align:center;
}

div.topadv a {color: #930;}
div.topadv * {background-color: #eee;}
div.topadv small {
	font-size:9px;
	display:block;
	text-align:right;
	margin-right: 5px;
	padding:0;
	color: #888;
}
div.topadv {
	text-align: center;
	background-color: #eee;
	padding-bottom: 0.5em;
	margin-bottom: 1.5em;
	border-bottom: 0.2em solid #eee;
}


blockquote {
	margin-top:10px;
	margin-bottom:0;
	color:#333;
	background-color:#eee;
	border:1px dashed #888;
	padding:15px;
	font-size:smaller;
	line-height: 1.7em;
}
blockquote * {
	background-color:#eee;
}

