* {
	margin: 0;
}

body {
	font-family: Verdana, Arial, Courier, sans-serif;
	text-align: center;
}

div#stranka {
	width: 770px;
	height: auto;
	min-height: 500px;
	_height: 500px;
 	background-image: url(pozadi.jpg); 
        background-repeat: repeat-y;
	text-align: left;
	margin: 10px auto;
}


div#hlavicka {
	width: 770px;
	height: 88px;	
 	background-image: url(hlavicka.png);
}

div#radek {
	width: 70px;
	height: 8px;
	font-size: 1px;
}

div#sloupec {
	width: 8px;
	float: left;
	font-size: 1px;
}

div#menu {
	width: 104px;
	float: left;
}


div#menu a, menu a:link, menu a:visited, menu a:active, menu a:hover {
	font-size: 13px;
	line-height: 150%;
	font-weight:bold;
	text-decoration: none;
	color: #000000;
}

div#obsah {
	width: 658px;
	float: left;
	height: auto;
	min-height: 425px;
	_height: 425px;
	text-align: justify;
}

div#obsah p {
	font-size: 13px;
	margin-bottom: 26px;
	line-height: 120%;
}

div#obsah a, obsah a:link, obsah a:visited, obsah a:active, obsah a:hover {
	text-decoration: none;
	color: blue;
}

div#obsah h1 {
	font-size: 24px;
	margin-bottom: 26px;
	line-height: 120%;
}

div#obsah h2 {
	font-size: 13px;
	margin-bottom: 26px;
	line-height: 120%;
}

div#obsah h3 {
	font-size: 13px;
	margin-bottom: 26px;
	line-height: 120%;
}

div#obsah h6 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 26px;
	line-height: 120%;
}

div#obsah table {
	font-size: 13px;
	margin-bottom: 26px;
}