﻿/* -----------------------------------------------------------------------

	Villamosáram - Gui.css
	http://villamosaram.hu

	* Copyright (c) 2010 Everegine Kft.
   
----------------------------------------------------------------------- */

/*------------------------------------ RESET ------------------------------------*/


@font-face {
	font-family: "SegoeUINormal";
	src: url("/styles/type/segoeui-webfont.eot");
	src: local("Segoe UI"), local("SegoeUI"), 
		url("/styles/type/segoeui-webfont.woff") format("woff"),
		url("/styles/type/segoeui-webfont.ttf") format("truetype"),
		url("/styles/type/segoeui-webfont.svg#webfontatl5iN4B") format("svg");
	font-weight: normal;
	font-style: normal;
	}


body { font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif; font-size: 12px; color: #4b4949; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#content a { color: #4b4949; }
#content a:hover { color: #74a918; }

h1, h2, h3, h4, h5, h6 { margin: 0 0 10px 0; font-family: "SegoeUINormal", Segoe UI, Verdana, Tahoma, Arial, Helvetica, Sans-serif; }

h2 {
	font-size: 16px;
	font-weight: normal !important;
	color: #74a918;
	}
