* {
	margin: 0px;
	border: 0px;
	font-family: Tahoma;
	font-size: 13px;
	color: white;
}
body {
	background-color: #c8e6f6;
	background-color: #073754;
	/*background-image: url("img/layout/vstup/background.jpg"); */
	background-repeat: repeat-x;
	
}
div.logo {
	position: relative;
	top: 80px;
	width: 730px;
	margin: auto;
}
div.logo img {
	width: 730px;
	height: 99px;
}

div.stred {
	position: relative;
		top: 80px;
	 background-image: url("img/layout/vstup/stred_bg.jpg"); 
	background-repeat: no-repeat;
	height: 159px;
	width: 1024px;
	margin: auto;
}
div.stred ul.tlacitka {
	list-style: none;
	position: relative;
	width: 810px;
	margin:auto;
	padding: 0;
}
div.stred ul.tlacitka li 
	{
		position: relative; margin: 0px; padding: 0px;float: left; z-index: 1;
	}
	#header h1 {margin: 0px; display: block; width: 409px; height: 95px;margin-left: 10px;}
	#header h1 span {margin-left: -10px; position: absolute; display: block; width: 409px; height: 95px;}

		div.stred .tlacitka a 
		{
			position: relative; display: block; overflow: hidden; 
			width: 258px; height: 131px;  margin-left: 5px; top: 14px;
			text-decoration: none; color: black;
			text-indent: 10px;
			z-index: 2;
			float:left;
		}
		div.stred .tlacitka a:hover 
		{
			margin-top: 2px;
			color:black; 
		}
			div.stred .tlacitka  a span 
			{
				position: absolute; 
				top: 0px;
				left: 0;
				background: none;
				display: block;
				margin: 0;
				width: 258px; height: 131px; 
				z-index: 1000; 
				cursor: hand;
			}
			div.stred .tlacitka a:hover span 
			{
				position: absolute;
				width: 258px; 
			}
				div.stred .tlacitka a.m01 span {	background: url("img/layout/vstup/button1.gif"); margin: 0; }
				div.stred .tlacitka a.m02 span {	background: url("img/layout/vstup/button2.gif"); }
				div.stred .tlacitka a.m03 span {	background: url("img/layout/vstup/button3.gif"); }

div.bottom {
	position: relative;
	background-image: url("img/layout/vstup/bottom_bg.jpg");
	color: black;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 24px;
	height: 24px;
	width: 1024px;
	margin: auto;
	top: 100px;
}
div.akce {
	position: absolute;
	float: left;
}
div.subpaticka {
	
}
div.subpaticka a {
	color: black;
}

