body
{
	background-color: #48547C;
	margin: 0px;
	padding: 0px;
}

#top
{
	padding: 5px;
	margin: 0px;
	background: #48547C;
	text-align: center;
	display: block;
}

.logo
{
	display: inline;
}	

div#topcontent {
	position: absolute;
	top: 15px;
	right: 12px;
	width: 80%;
	text-align:right
}

a img {

	border: 0px none;
	display: block;			/* removes extra space underneath caused by default text-alignment */
}

#menu
{
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	background: url(../images/menu_background.gif) repeat-x;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
	font-size: 0.8em;
	height: 30px;
	display: block;
}

div#menu ul {
	position: relative;
	top: 1px;
	list-style: none;
	margin: 0px;
}

div#menu ul li {
	display: inline;
	padding: 0 0.9em;
	border-left: 1px solid #34339B;	
}

div#menu ul li.first {
	border-left: 0px none;
}

div#menu ul li a, div#menu ul li a:visited {
	font: 1em verdana, sans-serif;
	font-weight: normal;
	color: #48547C;
}

div#menu ul li a:hover 
{
	color: red;
}
	
#content
{
	background-color: #48547C;
	margin-left: 0px;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	font: 0.9em verdana, sans-serif;
	color: #FFFFFF;
}

#content img
{
	border: 1px solid #000000;
}

#content h1
{
	color: #EFDF94;
	font-family: Verdana, Sans-Serif;
	font-size: 2em;
	font-weight: bold;
}

#content h2
{
	color: #EFDF94;
	font-family: Verdana, Sans-Serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 20px;
}

#content a, a:visited
{
	color: #EFDF94;
}

#content a:hover
{
	color: red;
}

table
{
	background-color: white;
	color: black;
}


#contacttable table
{
	width:auto;
	border: 1px solid #A0A0A0;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

#contacttable th
{
	background: #48547C;
	color: #EFDF94;
	text-align: left;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

#contacttable td
{
	padding-left: 15px;
	padding-right: 15px;
}

.parna
{
	background: #E0E0E0;
}

div#contacttable a, div#contacttable a:visited {
	font: 0.9em verdana, sans-serif;
	font-weight: normal;
	color: #48547C;
}

div#contacttable a:hover 
{
	color: #FF0000;
}

.obnova table
{
	width:600px;
	border: 0px solid #A0A0A0;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

.obnova td
{
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

.oddelenia table
{
	width:auto;
	border: 1px solid #A0A0A0;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
}

.oddelenia th
{
	background: #48547C;
	color: #EFDF94;
	text-align: left;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
}

.oddelenia td
{
	padding-left: 15px;
	padding-right: 15px;
}

#footer
{
	display: block;
	background: #48547C;
	border: 0px;
	border-top: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	margin: 5%;
	padding: 3px;
	font: 0.6em verdana, sans-serif;
	color: #999999;
	text-align: center;
}
