body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	background-color : #D5D5D5;
	font-size: 0.9em;

}

p {
	line-height: 1.5em;
	margin: 0 0 0.8em 0;
}

h2 {
	color: #FE4D01;
	font-size: 1.4em;
	margin: 1.4em 0 0.7em 0;
}

h3 {
	color: #FE4D01;
	font-size: 1.2em;
	margin: 1.2em 0 0.5em 0;
}

h4 {
	color: #FE4D01;
	font-size: 1em;
	margin: 1.2em 0 0.5em 0;
}

a {
	color: #FF4500;
}

 table {
 	position: relative;
	font-size: 0.9em;
	border-collapse: collapse;
	line-height: 1.5em;
}

table td {
	padding: 0.3em;
	border-bottom: 1px solid #D3D3D3;
}

table.vysledky td {
	border: 0;
}

table td.noborder {
	border-bottom: 0px;
}

table td.data {
	font-weight: bold;
	width: 23em;
}

table td.send {
	text-align: center;
	border: 0;
}

.red {
	color: red;
	}
	
.days {
	text-align: right;
	}

/*----------PAGE BASE---------*/

#page {
	position: relative;
	top: 0;
	width: 50em;
	height: 100%;
	min-height: 500px;
	background-color : White;
	background-image :  url(img/bg.gif);
	background-repeat : repeat-y;
	border-bottom: 8px solid #FE4D01;
	border-top: 14px solid #FE4D01;
	padding: 0;
	margin: 0;
}

#leftpart {
	position: relative;
	float: left;
	height: 100%;
}

#content {
	margin: 0;
	padding: 0;
	border-top: 22px solid #D5D5D5;
}

.text {
	position: relative;
	margin: 0 2em -1em 190px;
	padding: 0 0 2.5em 0;
}

#rohy {
	position: absolute;
	width: 23px;
	height: 174px;
	background-image :  url(img/rohy.gif);
	background-repeat : no-repeat;
	margin: 0; padding: 0;
	top: 0;
	left: 153px;
}

#DataList_detail {
	position: relative;
}

#DataList_novinky {
	position: relative;
}

/*---------LOGO PART--------*/

#logo {
	position: relative;
	width: 153px;
	height: 159px;
	background-color : #FE4D01;
	border-bottom: 1px solid white;
	margin: 0 0 1em 0;
	padding: 0;
}

h1 {
	position: absolute;
	top: 0;
	left: 19px;
	width: 124px;
	height: 147px;
	background-image :  url(img/logo.gif);
	background-repeat : no-repeat;
	margin: 0;
	padding: 0;
}

h1 span {
	display: none;
}

#roh2 {
	background-image :  url(img/roh2.gif);
	background-repeat : no-repeat;
	width: 16px;
	height: 153px;
	top: 35px;
	left: 154px;
	position: relative;
}


/*------------MENU-----------*/

#menu {
		position: relative;
		width: 100px;
		top: 0;
		left: 7px;
		margin: 0;
		padding: 0;
}


#menu li {
	list-style-image : none;
	list-style-type : none;
	width: 100px;
			
}

a.search, a:hover.search, a.reg, a:hover.reg, a.verinet, a:hover.verinet, a.aktual, a:hover.aktual, a.projekt, a:hover.projekt, a.kontakt, a:hover.kontakt {
	position: relative;
	list-style-image : none;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 20px  15px 0;
	padding: 5px 0 0 30px;
	list-style-type : none;
	height: 2.2em;
	color: white;
	text-decoration: none;
	display: block;
	width: 150px;
}

a.search {	background-image :  url(img/mico_search.gif);	background-repeat : no-repeat;}
a:hover.search {	background-image : url(img/bg_mico_search.gif);	background-repeat : no-repeat;}

a.reg {	background-image :  url(img/mico_reg.gif);	background-repeat : no-repeat;}
a:hover.reg {	background-image : url(img/bg_mico_reg.gif);	background-repeat : no-repeat;}

a.verinet {	background-image :  url(img/mico_verinet.gif);	background-repeat : no-repeat;}
a:hover.verinet {	background-image : url(img/bg_mico_verinet.gif);	background-repeat : no-repeat;}

a.aktual {	background-image :  url(img/mico_aktual.gif);	background-repeat : no-repeat;}
a:hover.aktual {	background-image : url(img/bg_mico_aktual.gif);	background-repeat : no-repeat;}

a.projekt {	background-image :  url(img/mico_projekt.gif);	background-repeat : no-repeat;}
a:hover.projekt {	background-image : url(img/bg_mico_projekt.gif);	background-repeat : no-repeat;}

a.kontakt {	background-image :  url(img/mico_kontakt.gif);	background-repeat : no-repeat;}
a:hover.kontakt {	background-image : url(img/bg_mico_kontakt.gif);	background-repeat : no-repeat;}


