/* CSS Document */

body{
	height: 100%;
}

*
{
border: 0;
margin: 0;
}

.cim{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #7eb4cb;
	padding-left: 160px;
	padding-top: 15px;
}

.info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #212121;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
	padding-right: 100px;
}

.info2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #212121;
}

.infob{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #212121;

}

.menu_top:link, .menu_top:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #DDDDDD;
	display: block;
	height: 20px;
	width: 150px;
	padding-top: 5px;
	text-decoration: none;
}

.menu_top:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #7eb4cb;
	display: block;
	height: 20px;
	width: 150px;
	padding-top: 5px;
	text-decoration: none;
}


.kereses_inputtype{
	font-size: 11px;
	font-weight: 11px;
	width: 130px;
	background-color: #f8fcfe;
	color: #363636;
	border-color: #8d5353;
	border-width: 2px;
	border-style: solid;
}

.kapcsolat_inputtype{
	font-size: 11px;
	font-weight: 11px;
	width: 130px;
	background-color: #ffffff;
	color: #363636;
	border-color: #7eb4cb;
	border-width: 2px;
	border-style: solid;
}

.kapcsolat_textareatype{
	font-size: 11px;
	font-weight: 11px;
	width: 200px;
	height: 100px;
	background-color: #ffffff;
	color: #363636;
	border-color: #7eb4cb;
	border-width: 2px;
	border-style: solid;
}

.kapcsolat_buttontype{
	font-size: 11px;
	font-weight: 11px;
	background-color: #7eb4cb;
	color: #000000;
}

.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 30px;
}

