
	/* General styles */
	*
	{		
        margin:0;
        padding:0;
	}
	
    body 
    {
    	margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#000;        
		font-size:12px;
		font-family:Verdana,Tahoma,Arial;
    }    
    h1, h2, h3 {
        margin:.4em 0 .4em 0;
        padding:0;
    }
    h1
    {
    	font-size:1.4em;
    }
    h2
    {
    	font-size:1.2em;
    }
    h3
    {
    	font-size:1.0em;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
        text-align:justify;
    }
	
	.black
	{
		background-color:Black;
	}
	
	.red
	{
		background-color:#c40000;
	}
	
	#headcenter
	{
		
	}
	#bottomcenter
	{
		background-image:url(images/footer.jpg);
		height:62px;
		text-align:center;
		vertical-align:middle;
	}
	.bline
	{
		border-bottom:2px solid white;
	}
	.tline
	{
		border-top:2px solid white;
	}
	.lline
	{
		border-left:2px solid white;
	}
	.rline
	{
		border-right:2px solid white;
	}
	.w766
	{
		width:766px !important;
	}
	.w100p
	{
		width:100%;
	}
	.gr
	{
		background-color:#DCE0E6;
	}
	
	#menu
	{		
		padding:10px;
	}
	#menuu a
	{
		color:White;
		font-weight:bold;
		text-decoration:none;
	}
	
	#content
	{
		padding:10 20 10 20px;
		vertical-align:top;
		font-size:12px;
		font-family:Verdana,Tahoma,Arial;
	}
	#counter
	{
		height:42px;
		float:left;
		margin:10px;
	}
	
	#address
	{
		height:52px;
		padding-top:10px;
		font-size:14px;
	}

.markstbl img
{
vertical-align:middle;
border-style:none;
width:40px;
hight:40px;
}


.markstbl td
{
text-align:center;
vertical-align:middle;
}

.markstbl a
{
text-decoration:none;
color:white;
font-size:10px;
}
	
	a.Meniu:link, a.Meniu:visited, a.Meniu:active	{
	COLOR: white;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}
a.Meniu:hover	{
	COLOR: white;
	FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
}
