body {
	margin: 15;
	padding: 0;
	background: #F8DD61;
	font-family: Banff, Verdana, Arial, Courier, sans-serif;
	font-size: 16px;
	color: #663333;
}

@font-face {
 font-family: Banff;
 src: url("images/Banff.eot")
}
@font-face {
 font-family: Banff;
 src: url("images/Banff.ttf") /* convertor: http://www.kirsle.net/wizards/ttf2eot.cgi */
}

blockquote {
	font-style: italic;
}

h1 {
  font-family: Arial;
 	color: #663333;
	font-size: 40px;
	margin: 15px 0;
	text-align: center;
	font-style: normal;
	font-variant: normal;
}

h1b {
  font-family: Banff;
 	color: #663333;
	font-size: 40px;
	margin: 15px 0;
	text-align: center;
	font-style: normal;
	font-variant: normal;
}

h2 {
  font-family: Arial;
	color: #663333;
	font-size: 30px;
	margin: 5px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
}

h2b {
  font-family: Banff;
	color: #663333;
	font-size: 30px;
	margin: 5px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
}

h3 {
  font-family: Arial;
	color: #663333;
	font-size: 20px;
	margin: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
}

h3b {
  font-family: Banff;
	color: #663333;
	font-size: 20px;
	margin: 2px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
}

a {
	font-family: Arial;
	color: #663333;
	text-decoration: none;
}

a:hover {
  color: #663333;
	text-decoration: underline;
}

a:visited {
	color: #663333;
}


body, html{
	font-family: Arial; 
	SCROLLBAR-ARROW-COLOR: #996600;
  SCROLLBAR-TRACK-COLOR: #FBFBE3; 
	SCROLLBAR-BASE-COLOR: #F3EFCA; 
	scrollbar-dark-shadow-color: #800000
}

table {
	text-align: center;
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 16px;
	color: #663333;
}


/* Leftmenu */

#leftmenu {
	float: left;
	width: 20%;
	background: #F8DD61;
	text-align: center;
}

/* Topmenu */

#topmenu {
	float: top;
	width: 100%;
	background: #F8DD61;
	text-align: center;
}

#nadmenu {
	position: relative; top: -50px; z-index: 1;
}

.leftbox { 
	width:80%; 
	background: #F8DD61; 
	text-align: left; 
}

.centerbox { 
	float:center; 
	width:70%; 
	background: #F8DD61; 
	text-align: left; 
}

/* NOVINKY BOX */
.prebox { float:right; width:80%; background: #F8DD61; text-align: center; }
.box { width:100%; background: #F8DD61 url("images/tlapka-left.jpg") repeat-y }
.box .in { background: url("images/tlapka-right.jpg") top right repeat-y  }
.box .in21 { background: url("images/tlapka-top-center.jpg") 0 0 repeat-x }
.box .in22 { background: url("images/tlapka-top-left.jpg") 0 0 no-repeat }
.box .in23 { background: url("images/tlapka-top-right.jpg") right top no-repeat }
.box .in31 { background: url("images/tlapka-bottom-center.jpg") left bottom repeat-x }
.box .in32 { background: url("images/tlapka-bottom-left.jpg") left bottom no-repeat;
             width:100%; }
.box .in33 { background: url("images/tlapka-bottom-right.jpg") right bottom no-repeat;
             padding: 5px 25px 15px 20px;
             margin: 0px }
