h2 {
	font-size: 30px;
	line-height: 1.1em;
	margin:0;
	padding: 0;
}

h3 {
	font-size: 20px;
	margin:0;
	padding: 10px 0 5px 0;
	line-height: 20px;
}

h4 {
	font-size: 15px;
	padding: 0;
	margin: 0 0 10px 0;
}

html {
	margin: 0;
	padding: 0;
}

body {
	padding: 0; 
	margin: 0;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 13px;
	color: #222;
	background-image: url(../images/slasher.png);
	background-position: top center;
	background-repeat: repeat;
	line-height: 1.3em;
}

a { text-decoration: none;
	font-weight: bold;
	color: #e22600;
}

a img {
	border: 0;
}
	
.everything {
	width: 960px;
	margin: 0 auto 0 auto;
	display: table;
}

.header {
	width: 960px;
	height: 60px;
	display: block;
	margin: 0 auto 0 auto;
	padding: 0;
	margin-top: 30px;
	background: url(../images/header.png) 0 0 no-repeat;
	position: relative;
}

#hypercube {
	left: 15px;
	top: 5px;
}

#flashcontent,
.header #hypercube {
	position: absolute;
	width: 50px;
	height: 50px;
}

#flashcontent {
	padding: 0 !important;
	margin: 0 !important;
}

.header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 73px;
	height: 38px;
	text-indent: -500px;
	display: block;
	left: 100px;
	top: 10px;
	font-size: 15px;
	line-height: 15px;
	overflow: hidden;
}

.header h1 a {
	position: relative;
	display: block;
	width: 73px;
	height: 38px;
	cursor: pointer;
}

.header h1 span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) 0 0 no-repeat;
}

.header ul {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 60px;
	left: 280px;
	top: 0px;
}

.header ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.header ul li a {
	display: block;
	height: 60px;
	font-size: 18px;
	text-shadow: 0px 1px 3px #fff;
	text-decoration: none;
	color: #222;
	font-weight: 500;
	padding: 0 20px 0 21px;
	margin: 0;
	line-height: 60px;
	background: url(../images/header_seperator.png) right 10px no-repeat;
  	outline: none;
}

.header ul li.last a {
	background: none;
}

.header ul li a:hover,
.header ul li a.active {
	color: #fff;
	text-shadow: 0px 1px 0 #000;	
	background: url(../images/header_active.png) 0 0 repeat-x;
	text-shadow: 0px 1px 3px #000;
}

.header ul li a:hover {
	color: #fff;
	text-shadow: 0px 1px 0 #000;	
	background: url(../images/header_active.png) 0 -60px repeat-x;
	text-shadow: 0px 1px 1px #7d1500;
}


.header .language_switch {
	width: 110px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.header .language_switch div {
	width: 43px;
	height: 22px;
	background-image: url(../images/language_switch.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 35px;
}
.header .language_switch div.en {	background-position: 0 0;	}
.header .language_switch div.hu {	background-position: 0 -22px;	}

.header .language_switch a {
	display: block;
	text-align: center;
	position: absolute;
	top: 0px;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #222;
	padding: 3px 7px 3px 7px;
}

.header .language_switch a.active {
	background: #e22600;
	color: #fff;
	text-shadow: 0px 1px 1px #7d1500;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 3px 7px 3px 7px;
	margin: 0;	
}

.header .language_switch a.en {	right: 0px; }
.header .language_switch a.hu {	left: 0px; }

.content {
	background: url(../images/slasher_header.png) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	margin-top: 22px;
	padding-top: 40px;
	width: 960px;
}

.content hr {
	border: 0;
	border-top: 1px solid #222;
	height: 0;
	width: 100%;
	margin: 20px 0 20px 0;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

.footer { 
	clear: both;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0 0 19px 0;
	text-align: center;
	font-size: 11px;
	color: #222;
	background: url(../images/slasher_footer.png) center bottom no-repeat;
}

.footer hr {
	border: 0;
	border-top: 1px solid #222;
	height: 0;
	width: 100%;
	margin: 20px 0 20px 0;
	opacity: 0.2;
	filter: alpha(opacity = 20);
}

.footer span {
	border-right: 1px solid #222;
	padding-right: 10px;
	margin-right: 10px;
	display: inline;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.footer a {
	text-decoration: none;
	font-weight: bold;
}

input, textarea { 
	font-family: 'Helvetica', 'Arial', sans-serif; 
}
