/* CSS Document */

body 	{ margin: 0px;
		margin-top: 20px;
		margin-bottom: 40px;
		padding: 0px;
		text-align: center;
		font-family: Verdana,sans-serif;
		font-size: 13px;
		background-color: #c4d3f6;
		} 
#hlavni { position: relative;
		top: 0px;
		width: 760px;
		height: 599px;
		text-align: left;
		margin: auto;
		background-color: #4998ff;
		}
#okno   { position: absolute;
		top: 2px;
		left: 2px;
		width: 756px;
		height: 595px;
		text-align: center;
		background-color: #f8edd1;
		}
img		{border: 1px solid #4998ff;
		margin-bottom: 28px;
		}
h1		{color: #ff7e00;
		font-size: 28px;
		margin-top: 35px;
		}
a		{color: #ff7e00;
		text-decoration: none;
		font-size: 18px;
		} 






