﻿/* -----------------------------------------------------------------------

	Villamosáram - Gui.css
	http://villamosaram.hu

	* Copyright (c) 2010 Everegine Kft.
   
----------------------------------------------------------------------- */

/*------------------------------------ GLOBÁLIS ELEMEK ------------------------------------*/

* { outline: none; }
img { margin: 0; border: 0; }
a, a:hover { cursor: pointer; }


.png { behavior: url(/styles/type/iepngfix.htc); }
.clearfix { clear: both; }
.float_left { float: left; }
.float_right { float: right; }

hr {
	height: 1px;
	border: 0;
	background: #dfdfdf;
	}

.button {
	display: block;
	width: 100px;
	line-height: 27px;
	background: url(../images/buttons.png) left -54px;
	text-align: center;
	text-transform: uppercase;
	font-family: "SegoeUINormal", Segoe UI, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	cursor: pointer;
	}
	
	.button:hover {
		background: url(../images/buttons.png) left -81px;
		text-decoration: none !important;
		}
	
/*------------------------------------ BOXOK ------------------------------------*/

.box {
	margin: 0 0 20px 0;
	}
	
	.box .header {
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
		-moz-border-radius: 5px 5px 0 0;  
		-webkit-border-radius: 5px 5px 0 0;  
		border-radius: 5px 5px 0 0;
		background: url(../images/gray_box_header.png) top left repeat-x;
		text-transform: uppercase;
		font-family: "SegoeUINormal", Segoe UI, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
		font-size: 14px;
		color: #fff;
		overflow: hidden;
		}
		
		.box .header img {
			display: block;
			float: left;
			margin: 0 10px 0 0;
			}
		
		.box .header span {
			display: block;
			}
			
		.box .pdf {
			position: relative;
			float: right;
			line-height: 43px;
			height: 48px;
			margin: -43px 15px 0 0;
			padding: 0 47px 0 0;
			background: url(../images/pdf.png) center right no-repeat;
			color: #fff !important;
			}
		
	.box .content {
		padding: 15px;
		border: 1px solid #dfdfdf;
		border-top: 0;
		-moz-border-radius: 0 0 5px 5px;  
		-webkit-border-radius: 0 0 5px 5px;  
		border-radius: 0 0 5px 5px;  
		background: #fff;
		}
		
		.box .content p {
			margin: 0 0 10px 0;
			}
		
	.green .header {
		background: url(../images/green_box_header.png) top left repeat-x !important;
		text-shadow: 1px 1px 0 #a4dd3f;
		color: #2e4703 !important;
		}
		
.small_box  {
	float: left;
	width: 287px;
	}
	
/*------------------------------------ KEZDŐLAP BOX ------------------------------------*/
		
#home_box .header {
	height: 40px;
	line-height: 37px;
	background: #70a416 !important;
	text-transform: none !important;
	text-shadow: 1px 1px 0 #436506;
	font-size: 18px !important;
	overflow: hidden;
	}
	
#home_box .content {
	height: 225px;
	padding: 0 !important;
	border: 0 !important;
	background: #74a918 url(../images/home_box_background.png) top left repeat-x !important;
	}
	
	#home_box .content form {
		display: block;
		height: 205px;
		padding: 20px 0 0 20px;
		background: url(../images/home_form.png) bottom right no-repeat;
		}
		
		#home_box .content form label {
			float: left;
			width: 220px;
			font-family: "SegoeUINormal", Segoe UI, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
			font-size: 14px;
			font-weight: normal;
			color: #2e4703;
			}
		
		#home_box .content form input[type=text] {
			display: block;
			width: 181px;
			height: 19px;
			margin: 0 0 20px 0;
			padding: 5px 10px 7px 10px;
			border: 0;
			background: url(../images/home_input.png) top left no-repeat;
			}
			
		#home_box .content form input[type=text]:focus {
			padding: 5px 10px 7px 10px;
			border: 0;
			}
			
		#home_box .content form input[type=submit] {
			width: 74px;
			background: url(../images/home_button.png) top left;
			}
			
			#home_box .content form input[type=submit]:hover {
				background: url(../images/home_button.png) bottom left;
				}
			
		#home_box .content form .radio_list {
			float: left;
			margin: 0 0 10px 0 !important;
			padding: 0;
			}
			
/*------------------------------------ SZÓTÁR ------------------------------------*/

.dict_letter {
	display: block;
	float: left;
	width: 27px;
	line-height: 27px;
	margin: 0 10px 10px 0;
	background: url(../images/dict_letter.png) top left no-repeat;
	text-align: center;
	color: #fff !important;
	}
	
.dict_letter:hover {
 	background: url(../images/dict_letter.png) bottom left no-repeat;
 	text-decoration: none;
 	}
 	
#dict_words {
 	clear: both;
 	}
 	
 	.dict_word {
 		
 		}
 	
 		.dict_word a {
 			display: block;
 			width: 535px;
			line-height: 27px;
			padding: 0 15px;
			margin: 5px 0;
			background: url(../images/dict_word.png) top left no-repeat;
			color: #4b4949 !important;
			}
			
		.dict_word a:hover {
			background: url(../images/dict_word.png) bottom left no-repeat;
			text-decoration: none;
			}
			
		.dict_word div {
 			padding: 0 15px;
 			}
 			
/*------------------------------------ HIREK ------------------------------------*/

.news_short {
	
	}
	
	.news_short div.img {
		display: block;
		float: left;
		width: 25px;
		height: 40px;
		}
		
		.news_short div.img img {
			display: block;
			margin: 0 auto;
			}
		
	.news_short a {	
		display: block;
		float: left;
		padding: 5px 0 0 10px;
		}
		
		.news_short a span {
			display: block;
			}
