@charset "utf-8";
/* CSS Document */

body{
	background-color:#6CF;
	}
	
#obal{
	margin:20px auto 0px auto;
	height:684px;
	width:640px;
	background-image:url(agno_gif/pozadi_agno.gif);
	background-repeat:no-repeat;
	
	}
#obal2{
	margin:20px auto 0px auto;
	height:684px;
	width:640px;
	background-image:url(agno_gif/pozadi_agno2.gif);
	background-repeat:no-repeat;
	
	}
#obsah{
	position:relative;
	top: -508px;
	left: 170px;
	height: 600px;
	width: 460px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1em;
	}
	
h1{
	color:#09C;
	font-size:3.8em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

h2{
	color:#09C;
	font-size:2em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}
.tucne
{
	color:#09C;
	font-size:1em;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
}

#menu
{
	position: relative;
	top:50px;
	left:-56px;
	height:auto;
	width:70px;

}
a:link {
	color: #993300;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #993300;
	font-weight:bold;
	text-decoration:none;
}
a:active {
	color: #FF9933;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color: #FF9933;
	font-weight:bold;
	text-decoration:underline;
}