       BODY {
       	margin: 0;
       	padding: 0;
       	font-size: 100%;	
       	line-height: 140%;
       	font-family: Tahoma, sans-serif;
       	background-image: url(pic/background.png);
       	background-repeat: repeat-y;
       	background-position: left;
       	background-color: #8C6239;
       	color: #322009;
       }
       H1 {
       	margin-bottom: 5px;
       	font-size: 250%;
       }
       H2 {
       	color: white;
       	font-size: 100%;
       	margin-left: 420px;
       }
       H3 {
       	font-size: 140%;
       }
       A {
       	text-decoration: underline;
       }
       A:link, A:active {
       	color: #c00;
       }
       A:visited {
       	color: #900;
       }
       A:hover {
       	background: #ffa;
       }

       .odstavec {
       	padding: 5px;
       	margin-left: 50px;
       }
       .prispevek {
       	width: 665px;
       	margin-top: 20px;
       	background-image: url(pic/background_prispevek.png);
       	background-repeat: repeat-y;
       	background-position: left;
       }
       .prispevektext {
       	width: 665px;
       	background-image: url(pic/background_prispevek2.png);
       	background-repeat: no-repeat;
       	background-position: left top;
       }
       .prispevektext2 {
       	padding: 15px;
       	width: 520px;
       	margin-left: 100px;
       }
       
       .prispevekpata {
       	width: 665px;
       	height: 55px;
       	background-image: url(pic/background_informace.png);
       	background-repeat: no-repeat;
       	background-position: left top;
       }
       .prispevekpata2 {
       	width: 510px;
       	padding: 15px;
       	font-size: 90%;
       	text-align: center;
       	margin-left: 100px;
       }
       .archiv {
       	margin: 10px;
       	padding: 5px;
       	width: 570px;
       	margin-left: 70px;
       	border: 1px dashed #999;
       	background: #ffd none;
       	text-align: center;
       	font-weight: bold;
       	
       }
       #copyright {
       	width: 600px;
       	border-top: 1px solid #999;
       	margin-left: 55px;
       	padding: 5px;
       }
       .mini {
       	font-size: 80%;
       }
       .nosupport {
       	display: none;
       }
