
body
{
	/*background-color: #A65300;*/
	background-color: rgb(133,48,9);
	color: White;
	font-family: serif;
	font-size: 20px;
}

p a:hover   {
	text-decoration: none;
	color: white;
	font-weight: bold;
} /* user hovers */

p { text-indent: 0.8em; }

a:link    { 
text-decoration: none; 
color: white; 
}    /* unvisited links */
a:visited {
	text-decoration: none;
	color: white;
}   /* visited links */
a:hover   {
	text-decoration: none;
	color: white;
	font-weight: bold;
} /* user hovers */
a:active  {
	color: white;
}   /* active links */


p.pop
{
font-size: 20px;
font-style: normal;
font-weight: bold;
}

p.right 
{
font-size: 20px;
font-style: normal;
text-align: right;
}

p.kontakt
{
font-size: 17px;
font-style: italic;
}

img {
	border: none;
}

img.border {
	border: 3px solid #A65300;
}

/*	
table {
 border-color: red;
 border: 2px;
}
*/

td.left {
	text-align: left;
}

td.right {
	text-align: right;
} 		

td.center {
	text-align: center;
}
td.okraj {
	width: 20%;
}

td.stred {
	width: 30%;
}

h4 {
	text-align: center;
}
