/*	
 *	
 *	OH nagy kontrasztú színséma
 *	
 *	@author Kardos Gergely
 *	@date 2010-02-11
 *	@version 1.00
 *	
 */	


@media screen, projection {

	/* ---- Default ---- */
	body {
		background-color: #000000;
		color: #FFFFFF;
		background-image: url('') !important;	
	}

	body, table, tr, td, input, select, textarea {
		font-size: 1.2em;
	}

	a, a:visited {
		text-decoration: none;
		color: yellow;
		outline: none;
	}

	a:hover {
		color: #000000 !important;
		background-color: #FFFFFF !important;
		text-decoration: underline !important;
	}

	
	h1 {
		color: yellow;
		font-size: 20px; /* todo> átírni relatívra */
		font-weight: normal;cikkintro_title
		font-variant:small-caps;
	}

	h2 {
		color: yellow;
		font-variant:small-caps;
	}

	h3, h4, h5, h6 {
		color: white;
		font-size: 14px; /* todo> átírni relatívra */
	}

	img {
		background-color: #000000;
	}

	td, th {
		border: 1px solid #FFFFFF;
		font-size: 22px;
	}

	th {
		border-bottom: 2px solid #FFFFFF;
	}
	
	input, select, textarea {
		border: 1px solid black;
		background-color: white;
	}
	
	 #wrapper {
		background-color: black !important;
		background-image: url('') !important;
	}
	
	.highcontrast {
		right: 315px;
		top: 9px;
		width: auto;
	}
	
	.highcontrast .default_skin {
		display: block
	}
	
	.highcontrast .highcontrast_skin {
		display: none;
	}
	
	/* ---- Modul stílusok ---- */
	
	/** ----Fejléc----------------------------------------------------**/ 
	
	#header h1, #header_en h1 {
		background-image: url('') !important;
	}
	
	#header h1 a, #header_en h1 a {
		text-indent: 0px;
		line-height: 60px;
		margin: 15px 0 0;
		height: auto;
		background-color: black !important;
		background-image: url('') !important;
		width: auto;
		font-size: 0.9em;
		color: yellow !important;
	}
	
	#header h1 a:hover, #header_en h1 a:hover	{
		color: #000000 !important;
		background-color: #FFFFFF !important;		
	}
	
	/**------ Keresés ------------------------------------------------**/
	#searchdiv	{
		background-image: url('') !important;
	}
	
	#searchform	{
		margin: 15px 0 0 80px;
	}	
	
	#searchInput {
		margin-top: 5px;
		font-family: arial;
		font-size: 12px;
		background-color: white;
		opacity: 1;
	}
	
	#searchGoButton	{
		background-image: none;
		background-color: black;
		text-indent: 0px;
		display: block;
		width: 80px;
		color: white;
		font-size: 50px;
		border: 1px solid white !important;
		border: 0px;
		opacity: 1;
	}
	
	#searchbox_title	{
		background-image: none;
	}
	
	#searchresultfixed, #searchresult, .fastsearch_center {
		background-color: black;
	}
	
	/*---  Menü -----------------------------------------------------*/
	#horizmenu {
		background-image: url('') !important;
		height:60px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		padding: 5px 0 5px 0;
	}
	
	#horizmenu ul li a {
		color: yellow;
	}
	
	#column-1 {
		background-color: black;
	}
	
	.c1 h3 {
		background-image: url('') !important;
		background-color: black;
		border-bottom:1px solid white;
	}
	
	.c1 h3 a:hover {
		color: black !important;
	}
	
	.c1 h3 a, .c1 h3 a:visited {
		color: yellow !important;
	}
	
	.loginreg a, .loginreg a:visited, #reminderForm a, #reminderForm a:visited {
		color: yellow;
	}
	
	#breadcrumb {
		border-bottom: white;
	}
	
	/***---- Kiemelt ----------------------------------------------**/
	
	.kiemelt {
		background-image: url('') !important;
		border:1px solid #777777;
	}
	
	.kiemelt_intro a {
		color: yellow !important;
	}
	
	.kiemelt_intro a:hover {
		color: black !important;
	}
	
	
	/**---- Főoldali listázó ---------------------------------------**/
	.contentgroup h2 {
		background-image: url('') !important;
		background-color: black;
		border-bottom:1px solid white;
	}
	
	.contentgroup {
		background-image: url('') !important;
		background-color: black;
		border: white;
	}
	
	.cikkintro_title a, .cikkintro_title a:visited {
		color: yellow;
	}
	
	.cikkintro_title {
		background-image: none;
	}
	
	/**--- Lábléc -------------------------------------------------**/
	
	#morelinks {
		background-color: black;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
	}
	
	#morelinks ul li a,	#morelinks ul li a:visited {
		color: yellow;
	}
	
	#footer {
		background-color: black;
	}
	
	.contentgroup h2 a:hover {
		color: black !important;
	}
	
	/*------ Fórum -------------------------------------------------*/
	
	.forum_message_head {
		background-color: black;
	}
	
	.forum_message_body {
		background-color: black;
		color: white;
	}
	
	.forum_topiclist_1, .forum_topiclist_0 {
		background-color: black;
		color: white;
		border-bottom: 1px solid white;
	}
	
	.forum_topiclist_1 a, .forum_topiclist_1 a:visited,
	.forum_topiclist_0 a, .forum_topiclist_0 a:visited {
		color: yellow;
	}

}


@media aural, tty {
	/* tbd */
}

@media handheld {
	/* tbd */
}

