@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	color: #de0000;
	font-weight: normal;
}

em {
	color: #1248ba;
	font-style: italic;
}

input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

textarea {
	overflow: auto;
}

ul, ol {
	margin: 0 0 15px 25px;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

#header h1 {
	width: 160px;
	height: 110px;
	padding: 10px 0 0 20px;
}

#header h1 a {
	display: block;
	width: 160px;
	height: 110px;
	outline: none;
}

#content h1 {
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: bold;
}
#right h1 {
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: bold;
}

#content h2 {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: normal;
}
#right h2 {
	margin: 0 0 15px 0;
	font-size: 24px;
	font-weight: normal;
	color: #413F3F;
}

#content h3 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: normal;
}

#right h3 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: normal;
	color: #413F3F;
}


#right h3.icon_hirlevel {
	background: url('../images/icon_hirlevel.gif') no-repeat right 5px;
	width: 190px;
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
	
	font-size: 24px;
	font-weight: normal;
}

#right h2.icon_szavazas {
	background: url('../images/icon_szavazas.gif') no-repeat right 2px;
	width: 190px;
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
	
	font-size: 24px;
	font-weight: normal;
}
#right h3.icon_szavazas {
	background: url('../images/icon_szavazas.gif') no-repeat right 2px;
	width: 190px;
	margin: 0 0 15px 0;
	padding: 0 20px 0 0;
	
	font-size: 24px;
	font-weight: normal;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}
hr {
 color:#e0e0e0;
 background-color: #e0e0e0;
 border:0px solid #e0e0e0;
 height:1px;
}
