/** Common Styles */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #393939;
	line-height: 25px;
	text-align: justify;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #B23812;
}

/** Header Style Starts Here */

#header {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 40px 0 10px 55px;
	background: url("images/image08.gif") no-repeat left 90%;
	text-transform: lowercase;
	font-size: 36px;
	font-weight: normal;
	color: #ffffff;
}

/** Menu Style Starts Here */

#menu {
	width: 760px;
	height: 43px;
	margin: 0 auto;
	padding: 0 20px;
	background: url("images/image01.jpg") no-repeat left top;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 10px;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 4px;
	background: url("images/image06.gif") no-repeat right 50%;
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover {
}

#menu .first a  {
	padding-left:0;
}

#menu .current a  {
	text-transform: uppercase;
}

/** Page Style Starts Here */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url("images/image05.jpg") repeat-y;
}

#page-top {
	background: url("images/image03.jpg") no-repeat left top;
}

#page-bottom {
	background: url("images/image04.jpg") no-repeat left bottom;
}

.content {
	float: right;
	width: 420px;
	padding: 40px 50px 0px 60px;
}

.content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #cfcfcf;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

.content h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: normal;
}

.content li {
	list-style-image: url("images/image09.gif");
}

.content img {
	margin: 30px 20px 0 0;
	padding: 5px 5px;
	border: 1px dotted #cfcfcf; 
	float: left;
}

.content p {
	margin-top: 0.0em;
}

.content ul {
	margin-top: 0em;
}

#sidebar {
	float: left;
	width: 250px;
	padding: 40px 0 0 20px;
  /*min-height: 720px;
	height: 670px;*/
}

#sidebar table{
	width: 250px;
	padding: 2px 5px;
	margin: 20px 0 0 0;
	border: 1px dotted #cfcfcf;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #cfcfcf;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #cfcfcf;
}

.reminder{
	color: #b23812;
	font-weight: bold;
}
/** Footer Style Starts Here */

#footer {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: url("images/image02.jpg") no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 8px 0 0 20px;
	text-align: left;
	font-size: 11px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer img {
	padding: 0 10px 0 0;
   border:0;
   width:88px;
   height:31px;
   float: right;	
}

.content table{
  width:100%;
  padding:0 0 0 0;
  margin-left:-2px;
  border: none;
}

.content table li{
	background: url("images/image09.jpg");
}

.content table img {
	margin: 0 0 0 -2px;
	padding: 5px 5px 5px 0px;
  border: none;
	float: left;
}              

/* tabs - publikacie.html */
div.publikacie{
  border: 1px solid #B23812;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -3px;  
  padding: 0 15px 0 15px;
}

div.publikacie li{
  width: 385px;
  border: 1px dotted #B23812;
  margin-left:-26px;  
  margin-bottom:10px;
  padding:5px;
  list-style: none;
}   

div.publikacie li a{
  color: #B23812;
  font-style: italic;
  cursor:pointer;
} 

p.bibtex{
  font-family: Courier;
  font-size:9px;
  text-align:left;
  line-height:1.3em;
  padding: 5px 10px;
} 

/* tabs - pravidla na strankach*/
div.pravidla{
  border: 1px solid #B23812;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -3px;  
  padding: 0 15px 0 15px;
}

div.pravidla li{
  padding:0 5px 0 5px;
	list-style-image: url("images/image09.gif");
}   

div.pravidla ul{
  padding: 5px 0 5px 0;
}   
    
/* tab switching - show hand cursor on hover*/
div.tab a{ 
  cursor: pointer;

  width: 70px;
  border: 1px dotted #000;
  border-bottom-color: #B23812;

  padding: 0px;
  margin-bottom:-5px;
  margin-left:14px;
  margin-top:10px;
  display:inline-block;

  text-align:center;
  font-size:1.6em;
  font-weight: normal;
  color: #000;
}

div.tab2 a{ 
  cursor: pointer;

  border: 1px dotted #000;
  border-bottom-color: #B23812;

  padding: 0 10px 0 10px;
  margin-bottom:-5px;
  margin-left:14px;
  margin-top:10px;
  display:inline-block;

  text-align:center;
  font-size:1.6em;
  font-weight: normal;
  color: #000;
}

div.publikacie table{ 
  margin-top:10px;
}

div.pravidla table{ 
  margin-top:10px;
}