/* 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: 669px;
		text-align: left;
		margin: auto;
		background-color: #4998ff;
		}
/*telo*/
#menu	{position: absolute;
		left: 5px;
		top: 0px;
		width: 669px;
		height: 350px;
		}
.odk	{display: block;
		background-color: #ff7e00;
		width: 150px;
		height: 30px;
		text-decoration: none;
		text-align: center;
		line-height: 30px;
		font-size: 13px;
		font-weight: bolder;
		color: #1f387b;
		margin-bottom: 3px;
		}
a:hover	{color: #FFFFFF;
		}
#menu2	{position: absolute;
		left: 0px;
		top: 264px;
		width: 150px;
		height: 405px;
		background-color: #ff7e00;
		}
/* hlavni text */
#hlavnipole {position: absolute;
		left: 160px;
		top: 5px;
		width: 595px;
		height: 659px;
		background-image: url(pruh.jpg);
		background-repeat: repeat-y;
		}
#poz	{position: absolute;
		top: 356px;
		left: 185px;
		width: 400px;
		height: 293px;
		background-image: url(obr.jpg);
		background-repeat: no-repeat;
		border: 1px solid #666666;
		}
#dny	{position: absolute;
		left: 10px;
		top: 260px;
		width: 220px;
		height: 200px;
		border: 2px solid #ff7e00;
		background-color: #f9edd0;
		} 
#dny a {display: block;
		color: #ff7e00;
		text-align: center;
		font-size: 14px;
		margin-top: 15px;
		text-decoration: none;
		font-weight: bold;
		}
#dny a:hover {color: #333333;}
#text {position: absolute;
		top: 196px;
		left: 10px;
		width: 575px;
		height: 50px;
		font-weight: bold;
		font-size: 12px;
		color: #333333;
		line-height: 15px;
		}
#tel	{position: absolute;
		top: 260px;
		left: 240px;
		width: 345px;
		height: 50px;
		text-align: center;
		font-size: 12px;
		line-height: 18px;
		font-weight: bold;
		}
#tel a	{text-decoration: none;
		color: #FF0000;
		}
















