.default {
	background-color: black;
	color: #DDD;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 115px;
	font-family: Verdana, sans-serif;
	background-image: url("images/back.jpg");
	font-size: 75%;
	text-align:justify;
	margin: 0px;
}

li.head {
margin:2px 0px 0px -10px;
}

li.space {
margin:25px 0px 0px -10px;
}


/* text v obeh stolpcih center*/
h5 {
	font-family: sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #DDD;
	text-align: center;
	margin: 2px;	
}

/* text v obeh stolpcih center*/
h6 {
	font-family: Arial, sans-serif;
	font-size: 70%;
	font-weight: normal;
	color: #DDD;
	text-align: left;
	margin: 0px;	
}

/* text v boxih */
.box {
font-family: Arial, sans-serif;
font-size: 70%;
color:#DDD;
}

.boxmini {
font-family: Arial, sans-serif;
font-size: 54%;
color:#DDD;
}

table.main {
	font-family: Arial, sans-serif;
	font-size: 90%;
	padding: 1px 5px 1px 5px;
	border: 0px solid #555;
}

table.side {
	font-family: Tahoma, sans-serif;
	font-size: 75%;
	color:#FFFFFF;
	font-weight:bold;	
	text-align: center;
	background-color:#606060;
	margin-bottom:5px;
}

table.middle {
	font-family: Tahoma, sans-serif;
	font-size: 75%;
	color:#FFFFFF;
	font-weight:bold;	
	text-align: center;
	background-color:#505050;
	margin-bottom:5px;
}

.navbar {
	position: absolute;
	top: 85px;
	left: 20%;
	right: 20%;	
	text-align: center;
	color: #FC0;
}

#top {
	top: 0px;
	margin: 0px;
	height: 100px;
	width: 100%;
}

#left {
	position: absolute;
	top: 100px;
	left: 0px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 140px; 
	height: 3000px;
	background-image: url("images/tbbg.gif");
	background-repeat: repeat-y;
	text-align: center;
}

#middle {
	/*margin: 20px 160px 20px 160px;*/
	position: absolute;
	top: 117px;
	left: 160px;
	right: 160px;
	padding: 10px;
	/*border: 1px solid #ccc;*/
}
#right {
	position: absolute;
	top: 100px;
	right: 0px; /* Opera5.02 will show a space 	at right when there is no scroll bar */
	width: 151px; 
	height: 3000px;
	padding: 0px 0px 0px 15px;
	background-image: url("images/tbbg2.gif");
	background-repeat: repeat-y;
	text-align: center;
}

.leftcontent {
	position: absolute;
	top: 30px;
	left: 14px;
}

.rightcontent {
	position: absolute;
	top: 30px;
	right: 14px;
}

a:link { 
	color: #F0C000;
	font-size: 100%;
}
a:visited { 
	color: #F0C000;
	font-size: 100%;
}
a:hover {
	color: #BB3333;
}

a.box:link { 
	color: #F0C000;
	font-size: 70%;
}
a.box:visited { 
	color: #F0C000;
	font-size: 70%;
}
a.box:hover {
	color: #BB3333;
}

/* sekundarni menuji */

h1 {
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #444;
}

h2 {
	font-family: Tahoma, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: white;
	margin: 1px;
}

h3 {
	font-family: Tahoma, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	color: #fff;		
}

h4 {
	font-family: Verdana, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #ddd;
	margin: 0px 20px 20px 20px;		
}

/* vir novice */


/* menu */
a.leftmenu:link{
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	font-weight:bold;
	color: white;
	text-decoration: none;
}
a.leftmenu:visited{
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	font-weight:bold;
	color: white;
	text-decoration: none;
}

a.leftmenu:hover{
	color: #fc0;
	text-decoration: none;
	font-weight:bold;
	color: #fc0;
}

a.submenu:link{
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	color: white;
	text-decoration: none;
	background-color: #000;
}
a.submenu:visited{
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	color: white;
	text-decoration: none;
	background-color: #000;
}

a.submenu:hover{
	font-family: Tahoma, sans-serif;
	font-size: 90%;
	color: black;
	text-decoration: none;
	background-color: #fc0;
}

.button {
	background-color: black;
	color: yellow;
	width: 70px;
	font-size: 100%;
}
