﻿/* --- Webdesign: Nemes Zsófia - kazerniel[kukac]gmail[pont]com | MoonLink - http://moonlink.renybt.hu/ --- */

@charset "utf-8";

/* ----- LAYOUT
---------------------------- */

/* --- General --- */

body
{
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: 100%;
}

img
{
	border: 0 none;
}

/* --- Wrapper --- */

div#wrapper
{
	width: 1195px;
	left: 50%;
	margin-left: -598px;
	
	position: relative; /* needed for footer positioning*/
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

/* --- Header --- */

div#header,
div#header img
{
	width: 1195px;
	height: 355px;
}

/* --- Content --- */

h1, p
{
	margin: 20px;
}

div#content
{
	position: relative;
	width: 710px;
	top: -65px;
	left: 345px;
	z-index: 1;
	padding-bottom: 0.1px; /* nagyobb mint 0, de kisebb mint 0.5, ahonnan már fölfelé kerekítődik 1-re */
	min-height: 200px;
}

img.ref
{
	width: 140px;
	height: 140px;
	margin: 11px;
	border: 1px solid #c4c4c4; /* világosszürke */
}

li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

li b
{
	color: #1d2135; /* fakó sötétkék */
}

/* --- Footer --- */

div#footer
{	
	position: absolute;
	bottom: 0;
	width: 1195px;
	height: 210px;
}

/* --- Navigation --- */

div#navigation
{	
	position: absolute;
	bottom: 20px;
	right: 160px;
}



/* ----- FONTS
---------------------------- */

/* --- General --- */

body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

a
{
	text-decoration: none;
}

/* --- Content --- */

h1
{
	font-size: 16px;
}

span.fontos
{
	font-size: 15px;
}

/* --- Navigation --- */

div#navigation
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
}



/* ----- IMAGES & COLORS
---------------------------- */

/* --- General --- */

body
{
	background: url(images/m_bg.png) top repeat-x #282828;
}

div#wrapper
{
	background: url(images/m_bg-wrapper.png) repeat-y #282828;
}

h1
{
	color: #101640; /* sötétkék */
}

div#footer
{
	background: url(images/m_footer.png) top no-repeat #282828;
}

/* --- Content --- */

div#content a:link,
div#content a:visited,
div#content a:hover,
div#content a:focus,
div#content a:active
{
	color: #050d40; /* sütétkék */
	text-decoration: underline;
}

span.nev
{
	color: #101640; /* sötétkék */
	font-weight: bold;
}

/* --- Navigation --- */

div#navigation
{
	color: #b0b7c8; /* halványkék */
}

div#navigation a:link,
div#navigation a:visited
{
	color: #b0b7c8; /* halványkék */
}

div#navigation a:hover,
div#navigation a:focus,
div#navigation a:active
{
	color: #ffffff; /* fehér */
}

/* ----- CUSTOM
---------------------------- */

div#linkgyujtemenyek
{
	display: none;
}