@charset "UTF-8";
body

{
	background-color:transparent;
	color: #FF0004;

	font-family: Lato, Arial;
	font-size: 11px;
	line-height: 0.5;
	margin-top: 10px;
	margin-bottom: 10px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-weight:400;
}

a
{
	color: #FF0004;
}

h3
{
	font-size: 15px;
	font-weight:800;	
}

h2
{
	font-size: 16px;
	font-weight:800;
	line-height:0.5;
}

h2:hover
{
	font-size: 18px;
	font-weight:800;
	line-height:0.5;
	box-shadow: white;
}

h4
{
	font-size: 26px;
	font-weight:400;	
	line-height: 1;
}

h5
{
	font-size: 13px;
	font-weight:400;	
	line-height: 1.2;
	
}


.paprika
{
	color: #3E0001;
	font-family: "Open Sans";
	font-size: 50px;
	
}

.podpaprika
{
	color: #3E0001;
	font-family: "Open Sans";
	font-size: 20px;
	
}


.zastopnik
{
	font-size:18px;
	font-weight:500;
	color: #3E0001;
	line-height: 1.5;
	padding-bottom: 20px;
}

.zastopnik a
{
	font-size:26px;
	color: #3E0001;
	line-height: 1.5;
	padding-bottom: 20px;
}

.zastopnik:hover
{
	color: #FF0004;
	line-height: 1.5;
}

#left 
{ 
	float:left;
}

#right 
{ 
	float:left;
	padding-left: 80px;
}