

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;


}
body {
	background-color: #333333;
	margin: 10px;
     background-image: url(bg.png);
      background-repeat: repeat-x;
}

p {
	margin: 10px;
}

a:link, a:visited, a:active {
	color: #6131bd;
	text-decoration: underline;
  font-weight: bold ;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}

h1 {
	display: none;
}
.header {
	background-color: #6131bd;
    background-image: url(hlavicka.jpg);
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 150px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #EEEEEE;
	padding: 10px;
	width: 160px;
	vertical-align: top;

}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
    border-bottom: solid white 1px;
	margin: 0;
	padding: 0;
	padding-left: 5px;
    text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	height: 400px;
	vertical-align: top;
    text-align: justify;
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}
