/*ROZLOŽENÍ WEBU*/
#center
	{
	margin: 0px auto;
	position: relative;
	width: 1100px;
	height: 1500px;
	overflow: hidden
	}
#main
	{
	position: absolute;
	background-image: url(images/space.png);
	background-repeat: repeat;
	width: 680px;
	top: 345px;
	left: 200px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	font-family: Calibri, Tahoma
	}
#top_banner
	{
	position: absolute;
	background-image: url(images/top_banner.png);
	width: 1100px;
	height: 165px;
	top: 0px;
	left: 0px
	}
#header
	{
	position: absolute;
	background-image: url(images/header.png);
	width: 1100px;
	height: 180px;
	top: 165px;
	left: 0px
	}
#left
	{
	position: absolute;
	background-image: url(images/side.png);
	background-repeat: repeat;
	background-color: rgb(242,189,104);
	text-align: center;
	padding: 20px 0px;
	width: 200px;
	height: 1500px;
	top: 345px;
	left: 0px;
	font-family: Calibri, Tahoma
	}
#right
	{
	position: absolute;
	background-image: url(images/side.png);
	background-repeat: repeat;
	background-color: rgb(242,189,104);
	text-align: center;
	padding: 20px 0px;
	width: 200px;
	height: 1500px;
	top: 345px;
	left: 900px;
	font-family: Calibri, Tahoma
	}
#Banner
	{
	background-image: url(images/Banner.png);
	}
/*FORMÁTOVÁNÍ TEXTU*/
nadpis1
	{
	color: green;
	font-weight: bold
	}
nadpis2
	{
	color: red;
	font-weight: bold
	}
tucne
	{
	color: black;
	font-weight: bold
	}
cervene
	{
	color: red;
	}