body {
  color            : #000000;
  margin-top       : 0px;
  margin-bottom    : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  padding          : 0px;
  background-color : #FFFFFF;
  font-family      : verdana, arial, tahoma, helvetica;
  font-size        : 12px;
 
}

td {
  color            : #000000;
  margin-top       : 0px;
  margin-bottom    : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  font-family      : verdana, arial, tahoma, helvetica;
  font-size        : 12px;
 
}



#css_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 20px;

}
#css_menu a {
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #5e0207;
	background-color: #f4f4f4;
	border: 0;
	border-left: 5px solid #5e0207;
	border-right: 1px solid #eae9e9;
	border-bottom: 1px solid #eae9e9;
	width: 350px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}
#css_menu a:hover {
	display: block;
	color: #ffffff;
	background-color: #5e0207;
	border: 0;
	border-left: 5px solid #fd7903;
	border-right: 1px solid #fd7903;
	border-bottom: 1px solid #fd7903;
	width: 350px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

#css_menu_demo ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 20px;

}
#css_menu_demo a {
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 10px;
	font-weight: bold;
	display: block;
	color: #5e0207;
	background-color: #f4f4f4;
	border: 0;
	border-left: 5px solid #800000;
	border-right: 1px solid #eae9e9;
	border-bottom: 1px solid #eae9e9;
	width: 220px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}
#css_menu_demo a:hover {
	display: block;
	color: #ffffff;
	background-color: #800000;
	border: 0;
	border-left: 5px solid #fd7903;
	border-right: 1px solid #fd7903;
	border-bottom: 1px solid #fd7903;
	width: 220px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
}

hr {
	color: #800000;
	height: 1px;
	width: 100%;
}

h1 {
  color            : #800000;
  padding          : 0px;
  font-family      : impact, verdana;
  font-size        : 24px;
 
}

.idezet {
  color            : #5e0207;
  text-align       : justify;
  padding          : 0px;
  font-family      : verdana, arial;
  font-size        : 12px;
  font-weight      : normal;
  text-decoration  : none;
 
}

.submit {
background-color : #5e0207;
font-weight      : bold;
color            : #FFFFFF;
font-size        : 11px;
height           : 22px;
}


#ikonblock { 
width: 50px; 
height: 51px;
}

#ikonblock a { 
width: 50px; 
height: 51px;
background: #045cc0;
filter:alpha(opacity=50); 
-moz-opacity:0.6; 
opacity: 0.6; 
}

#ikonblock a:hover { 
width: 50px; 
height: 51px;
filter:alpha(opacity=100); 
-moz-opacity:1; 
opacity: 1; 
}

.counter
{
font-weight : bold;
border-style: none;
border-width: 0px;
width: 24px;
}
a {
text-decoration: none; /* definition for the link that will display the layer */
}
a:hover {
background: none; /* correction for an IE bug*/
}
a span { /* definition of <span> tag included in <a> */
display: none;
}
a:hover span { /* definition of <span> tag when hovering */
display: block;
position: absolute;
z-index: 1;
width: 300px;
background-color: #fdf7d8;
text-align: justify;
padding: 5;
border-color: black;
border: 2px groove; 
color: black;
font-family: verdana, arial, helvetica, tahoma;
font-size: 11px;
}

