/*
styl pro tunig meeting 24.10.2007
*/
html {
	height: 100%;
}

body
{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a, a:visited, a:link, a:active
{
	color: #f2f2f2;
	text-decoration: underline;
}

a:hover
{
	color: #f2f2f2;
	text-decoration: none;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: 1px #f2f2f2 dotted;
	margin-bottom: 5px;
	margin-right: 10px;
}

ol, li
{
	padding-right: 10px;
}

.obsah
{
	width: 100%;
	color: #f2f2f2;
	background-color: #515151;
	font-size: 10pt;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 15px;
	text-align: justify;
}

.tabulka
{
	width: 902px;
	border: 0;
}

.tabulka_layout
{
	background-color: #515151;
	width: 100%;
	border: 0;
}

.logo_bunka
{
	background-color: #515151;
}

.logo
{
	text-align: center;
/*		margin-right: 30px; */
}

.vrsek
{
	width: 100%;
	height: 68px;
	background: url(images/vrsek-tunig.gif) repeat-x;
	background-position: top 0px;
}

.copy
{
	width: 100%;
	height: 100px;
	background: url(images/spodek-tunig.gif) repeat-x;
	background-position: bottom 0px;
	font-size: 8pt;
	color: #777777;
	vertical-align: bottom;
	text-align: center;
}

a.copylink
{
	color: #777777;
}

