/*--------------------------------------------------------\
# style.css 1.0 |                                         #
#---------------------------------------------------------#
# Copyright (C) 2008 by Carol Paral. All rights reserved. #
\--------------------------------------------------------*/

BODY 		{ background-image: url('texture.jpg');
			  background-attachment: fixed;
			  background-position: top left;
			  background-repeat: repeat;
			  color: black;
			  font-size: x-small;
			  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
			  position: static;
			}
A:link		{ color: #663333; }
A:visited	{ color: #663333; }
A:active	{ color: brown }
HR.clearall	{ clear: all; color: #663333;
			}

.text		{ text-align: justify;
			  color: #663333;
			  font-size: x-small;
			  margin-left: 20%;
			  margin-right: 20%;
			}
.title 		{ text-align: center;
			  color: #663333;
			  font-size: x-large;
			  font-weight: bold;
			  margin-top: 20px;
			}

.tityel		{ text-align: center;
			  color: #FFFFCC;
			  font-size: x-large;
			  font-weight: bold;
			}
						

.heading1	{ text-align: left;
			  color: #663333;
			  font-size: large;
			  font-weight: bold;
			  padding-left: 20px;
			}
.heading2	{ text-align: center;
			  color: #FFFFCC;
			  font-size: x-small;
			  font-weight: bold;
			  padding-left: 20px;
			}
.heading3	{ text-align: center;
			  color: #FFFFCC;
			  font-size: x-small;
			  font-weight: bold;
			  font-style: italic;
			  padding-left: 20px;
			}

.tab		{ text-align: center; 
			  margin-top: 20px;
			  margin-bottom: 20px;
			}

			}

.descr		{ font-size: x-small;
			  font-style: italic;
			  color: #663333;
			  padding-bottom: 20px;
			 }
.paint		{ padding-left: 20px;
			  padding-right: 20px;
			}
.tabulka	{ text-align: center;}

.obr		{ 
			  border-color: transparent;
			}
