/*Layout index page*/

/*BackGround*/

#wrapper{
	position: relative;
	width: 800px;
	height: 600px;
	margin: 0 auto 0 auto;
	background-color: white;
}

/*Header*/
#header{
	position: absolute;
	top: 0px;
	width: 800px;
	height: 50px;
	background: white url(../_img/_layout/index_top.gif) right top no-repeat;
}


/*Content*/
#content{
	position: absolute;
	top: 50px;
    width: 800px;
    height: 499px;
	background: white url(../_img/_layout/index_center.gif) right top no-repeat;
    }
	

/*Footer*/
#footer
{
	position: absolute;
	top: 550px;
    width: 800px;
    height: 51px;
	background: white url(../_img/_layout/index_bottom.gif) right top no-repeat;
    }
	
/*position*/
.vstupte
{
	color: #000000;
	font-family: tahoma, arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 550px;
	margin-top: 160px;
}

.vstupte a:link
{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.vstupte a:visited, .vstupte: a:active
{
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.vstupte a:hover
{
	font-size: 18px;
}

.vlajecky
{
	margin-left: 700px;
	margin-top: 12px;
}

.animace
{
	margin-left: 65px;
	margin-top: 165px;
}