body {
	margin: 0px 0px 0px 0px;
	padding: 20px 100px 20px 100px;
	font-family: arial;
	font-size: 13px;
}

div.logo {
	position: absolute;
	top: 10px;
	background: #ffffff;
	left: 280px;
	width: 60%;
}


div.haluz{
	position: absolute;
	top: 10px;
	background: #ffffff;
	left: 5px;
//	width: 60%;

}


div.menu_item {
	width: 158px;
	height: 25px;
	text-align: center;
	vertical-align: center;
	margin: 0px 10px 0px 10px;
	padding-right: 2px;
}

div.menu_item:hover {
	background-image: url('img/menu_back_hover.jpg');
	padding-top: 1px;
	height: 24px;
}

div.menu_item a {
	text-decoration: none;
	color: #44b4fa;
	font-weight: bold;
	font-family: arial;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #44b4fa;
//	font-weight: bold;
	font-family: arial;
}

a:hover {
	text-decoration: underline;
	color: #44b4fa;
//	font-weight: bold;
	font-family: arial;
}



div.menu_item a:hover {
	color: white;
}


div.content {
	position: absolute;
	top: 80px;
	background: #f9f9fe;
	left: 280px;
	width: 60%;
}



h1 {	
	margin-top: 0px;
	margin-bottom: 0px;
	color:#FFCe1a
}

.logo {
	margin-top: 0px;
	margin-bottom: 0px;
	color:#44b4fa;
//	align: center;
}


h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color:#f9be1a
}

div.group {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-color: #b4b4fa;
	background: #f9f9fe;
	border-style: dotted;
	border-width: 0px 0px 2px 0px;
}

div.oznam {
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	background: #fef0f0;
	border-color: #fa1010;
	border-style: dotted;
	border-width: 0px 0px 2px 0px;
}


div.redone{
color: red;
}

table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: #b4b4fa #b4b4fa #b4b4fa #b4b4fa;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: #b4b4fa #b4b4fa #b4b4fa #b4b4fa;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 2px 1px 2px;
	border-style: dotted dotted dotted dotted;
	border-color: #b4b4fa #b4b4fa #b4b4fa #b4b4fa;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}

table td.meno {
	background-color: #f9f9fe;
}

table td.ucast {
	background-color: #f1f1ff;;
}

table td.bonus {
	background-color: #f0fef0;
}

table td.du {
	background-color: #fafad0;
}

table td.pis {
	background-color: #fef0f0;
}

table td.spolu {
	background-color: #ffffff;
}

