﻿body {
	background: #EAF8FF;
	font-family: Tahoma;
	font-size: 14px;
}

.pnlMain {
	background: #DFF4FF;
	margin: 0 auto;
	width: 800px;
}

.odsazeny
{
	margin: 5px;
}

.pnlHeader {
	width: 800px;
}

.pnlMenu {
	color: black;
	background: white;
	width: 800px;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #666666;
	width: 100%;
}

a:hover {
	color: #000000;
	width: 100%;
}

h1 {
	color: #003C5B;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	color: #003C5B;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}