body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #3c9ad0;
}

.celastranka{
	text-align: center;
}

.menu{
	position: relative;
	top: -45px;
}

.menu a{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #000069;
}

.menu a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #ff0000;
}

.aktual{
	color: #ff0000;
}

.stredstranky{
	margin: 0px auto;
	text-align: center;
	width: 900px;
	height: 200px;
	padding: 10px;
	background-image: url(../images/bg_text.png);
}

.levytext{
	width: 49%;
	float: left;
}

.pravytext{
	width: 49%;
	float: right;
}

.paticka{
	clear: both;
	text-align: center;
	width: 900px;
	margin: auto;
}

h1{
	text-align: center;
	font-weight: bolder;
	color: #000069;
	font-size: x-large;
}

.text{
	text-align: left;
}


div{
	border: none;
}