body {
	color: #c0c0c0;
	background-color: #010101;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

a:link {	
	color: #AEA484;
	background-color: black;	
	text-decoration: none; 
}

a:visited {
	color: #AEA484;
	background-color: black;
	text-decoration: none; 
}

a:active	{
	color: #AEA484;
	background-color: black;	
	text-decoration: none; 
}

a:hover {
	color: white;
	background-color: black;	
	text-decoration: none; 
} 


div.sixty {
	width: 40em; 
}
div.fix30 {
	width: 30em; 
}
p {
	text-align: justify; 
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.popis {
	width: 350px; 
	font-size: 80%;
	text-align: justify; 
}

.fpopis {
	font-size: 80%;
}

img {
	border: 0;
}

div.ikonky {}

div.ikonky a:link { text-decoration: none; color: black;	background-color: #CDBB7C; }
div.ikonky a:visited { text-decoration: none; color: black;	background-color: #CDBB7C; }
div.ikonky a:active	{ text-decoration: none; color: white; background-color: #CDBB7C; }
div.ikonky a:hover { text-decoration: none; color: white; background-color: #CDBB7C; }

div.listy {}

div.listy a:link { text-decoration: none; color: #FFFFFF;	background-color: #575739; }
div.listy a:visited { text-decoration: none; color: #FFFFFF;	background-color: #575739; }
div.listy a:active	{ text-decoration: none; color: #81A287; background-color: #575739; }
div.listy a:hover { text-decoration: none; color: #ABC0AF; background-color: #575739; }

div.banner {
  	margin: 0;
  	font-size: 80% /*smaller*/;
  	font-weight: bold;
  	line-height: 1.2;
  	text-align: left;
  	position: absolute;
  	top: 25px;
  	left: 15px;
  	width: 100px;
  	right: auto;
}

body>div.banner {position: fixed}

div.banner p {
  	margin: 0; 
  	padding: 0.3em 0.1em;
  	border: thin solid #666666;
  	color: white;
	background-color: #C7AC76;
}

div.banner a { display: block; margin: 0 0.3em }
div.banner a { border-top: 1px solid #888888 }
div.banner a:first-child { border-top: none }


div.banner a:link { text-decoration: none; color: black;	background-color: #C7AC76; }
div.banner a:visited { text-decoration: none; color: black;	background-color: #C7AC76; }
div.banner a:active	{ text-decoration: none; color: #C0C0C0; background-color: #C7AC76; }
div.banner a:hover { text-decoration: none; color: white; background-color: #C7AC76; }

div.main {
	margin-left: 150px; 
	margin-right: 150px;
	margin-top: 25px;
}

h2 {
	text-align: center;
}


h3 {
	text-align: center;
}
