@import url('v1_text.css');
@import url('newsarchive.css');
/*

        cms 5.0 css files

*/

/* *********************************************************************************************
	Ertelemszeruen ki kell egesziteni azokkal az elemekkel, vagy esemenyhez kapcsolod
        opciokkal, amik hianyoznak.
        Ami folosleges, azt torolni kell, hogy ne legyen tele szemettel a kod.
        
        FONTOS!!! A media screen es media print reszben levo elemeket is formazni kell;
        ahol lehet ugyanazokat a formazasokat tartani es azokat egybe irni.
********************************************************************************************* */

/* hogy nezzen ki kepernyon */
@media screen {
	/* html tagok */
	body {
		padding: 0;
		margin: 0;
		background-color: #b4c5d4;
		font: normal 10pt Arial, Helvetica, sans;
	}
	div { }
	ul { }
	li { }
	table { }
	tr { }
	td { }
	a {
		color: #00f;
		text-decoration: none;
	}
	a:hover {
		border-bottom-width: 1px;
		border-bottom-style: dashed;
	}

	/* fo szovegdoboz */
	#main {
		display: block;
		width: 770px;
		margin: 0 auto;
		padding: 0;
	}

	/* a #main -ben levok */
	#fejlec {
		display: block;
		margin: 0;
		padding: 30px 20px;
		font: bold italic 42pt Times New Roman, Times, serif;
		background: url('../img/top-bg.png') repeat-x top left;
		background-color: #85add2;
		text-align: center;
	}
	#fejlec a {
		color: #ffffff;
	}
	#fejlec a:hover {
		color: #666;
		border-bottom: none;
	}

	#workspace {
		background: #fff;
		border-bottom: 1px solid #00f;
		border-left: 1px dashed #d0d0d0;
	}

	/* ha van lablec */
	#lablec {
		text-align: center;
		font-size: 8pt;
		padding: 20px 0;
	}
	#lablec a { }

	/* szoveges terulet */
	#text {
		display: block;
		float: right;
		width: 510px;
		border-left: 1px dashed #d0d0d0;
		padding: 0 10px 20px 10px;
		margin: 0;
		background: #f0f0f0;
	}

	/* menu */
	#menubox {
		display: block;
		margin: 0;
		padding: 0;
		width: 230px;
	}
	menu {
		display: block;
		width: 230px;
		margin: 0 0 30px 0;
		padding: 0 0 10px 0;
		list-style: none;
		border-bottom: 1px dashed #d0d0d0;
	}
	menu li {
		display: block;
		margin: 0;
		padding: 5px 0 3px 10px;
		text-align: center;
	}
	menu li a {
		color: #008;
		font-weight: bold;
	}
	menu li ul {
		display: none;
	}


	#widgetsbox {
		display: block;
		width: 230px;
		margin: 0;
		padding: 0;
	}
	.widget {
		display: block;
		padding: 10px;
		margin: 0;
		font-weight: bold;
		border-bottom: 1px dashed #e0e0e0;
		background: url('../img/bal-hatter.png') no-repeat bottom left;
		background-color: #f0f0f0;
	}
	
	#hirlevel_table {
		border-spacing: 2px;
		width: 210px;
		margin: 0 auto;
		padding: 0;
		border: none;
	}
	#hirlevel_table tr td {
		font-weight: bolt;
	}
	#hirlevel_table tr td input {
		width: 120px;
	}
	#hirlevel_table tr td input[type=submit] {
		display: block;
		width: 120px;
		margin: 0 auto 20px auto;
	}
	
	
	#kereso {
		display: block;
		width: 95%;
		margin: 10px auto;
		font-weight: bold;
	}
	
	
	
	#calendar, #calendar caption {
		width: 95%;
		border: 1px dotted #d0d0d0;
		margin: 0 auto 20px auto;
	}
	#calendar caption {
		background: #e0e0e0;
		padding: 2px;
		border-bottom: none;
		margin: 20px auto 0 auto;
	}
	#calendar tr td {
		text-align: center;
	}
	#calendar tr td a {
		display: block;
		background: #ff0;
		font-weight: bold;
	}
	#calendar tr td a:hover {
		background: #00f;
		color: #fff;
		border: none;
	}


	#widget_hirlevel_feliratkozas {
		display: block;
		width: 97%;
		margin: 10px auto;
		padding: 2%;
		text-align: center;
		border-bottom: 1px dashed #ccc;
	}
	#widget_hirlevel_feliratkozas h1 {
		font: bold 10pt Arial, Helvetica, sans;
		margin: 0 0 10px 0;
		padding: 0 0 5px 10px;
		color: #000;
		border-bottom: 1px solid #89f;
		text-align: left;
	}
	
	#tamogato_fo_link {
		display: block;
		width: 120px;
		height: 70px;
		padding: 25px 5px 5px 5px;
		margin: 5px;
		font-size: 11pt;
		text-align: center;
	}
	
	#civil_partnerseg {
		display: block;
		width: 95%;
		margin: 10px auto;
		font-weight: bold;
		text-align: center;
	}
	#civil_partnerseg a {
		display: block;
		text-align: center;
		border: none;
	}
	#civil_partnerseg a:hover {
		border: none;
	}

	#tamogato, #szamlalo {
		display: block;
		width: 95%;
		margin: 20px auto;
		text-align: center;
	}
	#tamogato a {
		display: block;
	}
	
	
	#rightside {
		display: block;
		float: right;
		width: 140px;
		font: normal 11px Arial, Helvetica, sans;
		border: 1px dashed #ccc;
		border-top: none;
		padding: 5px;
		background: #fff;
		margin: 0 0 10px 0;
	}
	#rssfeed p {
		font-weight: bold;
		padding: 10px 0 5px 0;
		margin: 0;
	}
	#rssfeed ul {
		display: block;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#rssfeed ul li {
		border-top: 1px dashed #ccc;
	}
	#rssfeed ul li a {
		color: #000;
	}

}

/*
	Ahol megvan adva a "display: none;" parameter, azt ne torold ki, csak megbeszeles utan,
	mert nem akarjuk kinyomtatni.
*/
/* hogy nezzen ki nyomtatva */
@media print {
	/* html tagok */
	body { }
	div { }
	menu { display: none; }
	ul { }
	li { }
	h1
	h2
	h3
	table
	tr
	td
	
	#main { }
	#fejlec { }
	#workspace { }
	#workspace menu { display: none; }
	#workspace #text { }
	#lablec { }
	
	/* harom oszlopos verzio eseten */
	#workspace #jobb_oszlop { display: none; }
	#workspace #kozep_oszlop { }
	#workspace #kozep_oszlop #text { }
	
	/* ha van bejelenetkezeshez szovegdoboz doboz */
	#loginbox { display: none; }
}


/* EOF */

